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
5b918807
Commit
5b918807
authored
Oct 20, 1999
by
Richard Earnshaw
Committed by
Richard Earnshaw
Oct 20, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
From-SVN: r30102
parent
506f9fbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+2
-0
gcc/ggc-page.c
+3
-0
No files found.
gcc/ChangeLog
View file @
5b918807
...
...
@@ -6,6 +6,8 @@ Wed Oct 20 10:46:41 1999 Richard Earnshaw (rearnsha@arm.com)
block
records
so
that
merge_blocks_nomove
will
clean
up
correctly
.
(
split_edge
)
:
Handle
casesi
insns
.
*
gcc
-
page
.
c
:
Try
MAP_ANON
if
we
don
'
t
have
MAP_ANONYMOUS
.
Tue
Oct
19
23
:
43
:
50
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
md
(
call
,
call_value
)
:
Do
not
emit
a
blockage
after
restoring
...
...
gcc/ggc-page.c
View file @
5b918807
...
...
@@ -35,6 +35,9 @@
#define MAP_FAILED -1
#endif
#if !defined (MAP_ANONYMOUS) && defined (MAP_ANON)
#define MAP_ANONYMOUS MAP_ANON
#endif
/* Stategy:
...
...
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