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
ba5b5e24
Commit
ba5b5e24
authored
Feb 17, 2015
by
Daniel Richard G
Committed by
David Edelsohn
Feb 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change stdlib.h base, not inttypes.h
From-SVN: r220761
parent
fb968187
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
fixincludes/ChangeLog
+1
-1
fixincludes/tests/base/stdlib.h
+5
-0
No files found.
fixincludes/ChangeLog
View file @
ba5b5e24
...
...
@@ -4,7 +4,7 @@
PR bootstrap/53348
* inclhack.def (aix_strtof_const): New fix.
* fixincl.x: Regenerate.
* tests/base/
inttypes
.h: New test.
* tests/base/
stdlib
.h: New test.
2015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
...
...
fixincludes/tests/base/stdlib.h
View file @
ba5b5e24
...
...
@@ -9,6 +9,11 @@
#if defined( AIX_STRTOF_CONST_CHECK )
extern
float
strtof
(
const
char
*
,
char
**
);
#endif
/* AIX_STRTOF_CONST_CHECK */
#if defined( HPUX11_ABS_CHECK )
#if !defined(_MATH_INCLUDED) || defined(__GNUG__)
#endif
/* HPUX11_ABS_CHECK */
...
...
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