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
c0558468
Commit
c0558468
authored
Sep 18, 2012
by
Rainer Orth
Committed by
Rainer Orth
Sep 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libbacktrace bootstrap with gcc 4.4
* fileline.c: Include <stdlib.h>. * mmap.c: Likewise. From-SVN: r191414
parent
ed770de9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
libbacktrace/ChangeLog
+5
-0
libbacktrace/fileline.c
+1
-0
libbacktrace/mmap.c
+1
-0
No files found.
libbacktrace/ChangeLog
View file @
c0558468
2012-09-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* fileline.c: Include <stdlib.h>.
* mmap.c: Likewise.
2012-09-17 Ian Lance Taylor <iant@google.com>
2012-09-17 Ian Lance Taylor <iant@google.com>
PR bootstrap/54611
PR bootstrap/54611
...
...
libbacktrace/fileline.c
View file @
c0558468
...
@@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE. */
...
@@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include <sys/types.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h>
#include <stdlib.h>
#include "backtrace.h"
#include "backtrace.h"
#include "internal.h"
#include "internal.h"
...
...
libbacktrace/mmap.c
View file @
c0558468
...
@@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. */
...
@@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. */
#include <errno.h>
#include <errno.h>
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/mman.h>
...
...
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