Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
1ac04695
Commit
1ac04695
authored
Oct 30, 2001
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Oct 30, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
From-SVN: r46624
parent
cd7c9015
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/sparc/sol2.h
+6
-0
No files found.
gcc/ChangeLog
View file @
1ac04695
2001
-
10
-
29
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
sparc
/
sol2
.
h
:
Include
<
sys
/
mman
.
h
>
when
L_trampoline
is
defined
.
Mon
Oct
29
19
:
22
:
07
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
reload1
.
c
(
eliminate_regs
)
:
Test
for
reg_renumber
being
allocated
...
...
gcc/config/sparc/sol2.h
View file @
1ac04695
...
...
@@ -259,6 +259,12 @@ Boston, MA 02111-1307, USA. */
*
*/
/* This declares mprotect (used in TRANSFER_FROM_TRAMPOLINE) for
libgcc2.c. */
#ifdef L_trampoline
#include <sys/mman.h>
#endif
#define TRANSFER_FROM_TRAMPOLINE \
static int need_enable_exec_stack; \
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment