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
4bedf19a
Commit
4bedf19a
authored
15 years ago
by
Joseph Myers
Committed by
Joseph Myers
15 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.
From-SVN: r152543
parent
7190c775
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/lto/ChangeLog
+4
-0
gcc/lto/lto.c
+2
-0
No files found.
gcc/lto/ChangeLog
View file @
4bedf19a
2009-10-07 Joseph Myers <joseph@codesourcery.com>
* lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.
2009-10-07 Jan Hubicka <jh@suse.cz>
* lto.c (read_cgraph_and_symbols): Mark functions neccesary only at
...
...
This diff is collapsed.
Click to expand it.
gcc/lto/lto.c
View file @
4bedf19a
...
...
@@ -46,7 +46,9 @@ along with GCC; see the file COPYING3. If not see
/* This needs to be included after config.h. Otherwise, _GNU_SOURCE will not
be defined in time to set __USE_GNU in the system headers, and strsignal
will not be declared. */
#if HAVE_MMAP_FILE
#include <sys/mman.h>
#endif
DEF_VEC_P
(
bitmap
);
DEF_VEC_ALLOC_P
(
bitmap
,
heap
);
...
...
This diff is collapsed.
Click to expand it.
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