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
707bcb7a
Commit
707bcb7a
authored
Aug 26, 2010
by
Rainer Orth
Committed by
Rainer Orth
Aug 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* system.h [HAVE_INTTYPES_H]: Include inttypes.h.
From-SVN: r163569
parent
9e3920e9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
libcpp/ChangeLog
+4
-0
libcpp/system.h
+4
-1
No files found.
libcpp/ChangeLog
View file @
707bcb7a
2010
-
08
-
26
Rainer
Orth
<
ro
@
CeBiTec.Uni
-Bielefeld.DE
>
*
system.h
[
HAVE_INTTYPES_H
]
: Include inttypes.h.
2010-08-24 Richard Henderson
<rth
@
redhat
.
com
>
2010-08-24 Richard Henderson
<rth
@
redhat
.
com
>
PR bootstrap/45376
PR bootstrap/45376
...
...
libcpp/system.h
View file @
707bcb7a
/* Get common system includes and various definitions and declarations based
/* Get common system includes and various definitions and declarations based
on autoconf macros.
on autoconf macros.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009
, 2010
Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
@@ -32,6 +32,9 @@ along with GCC; see the file COPYING3. If not see
...
@@ -32,6 +32,9 @@ along with GCC; see the file COPYING3. If not see
#ifdef HAVE_STDINT_H
#ifdef HAVE_STDINT_H
# include <stdint.h>
# include <stdint.h>
#endif
#endif
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif
#include <stdio.h>
#include <stdio.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