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
d5d16b5f
Commit
d5d16b5f
authored
Jul 12, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixinc/inclhack.def (gnu_types): Improve comment.
From-SVN: r69269
parent
cd01ef5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/ChangeLog
+4
-0
gcc/fixinc/inclhack.def
+6
-1
No files found.
gcc/ChangeLog
View file @
d5d16b5f
2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
* fixinc/inclhack.def (gnu_types): Improve comment.
2003-07-12 Andreas Jaeger <aj@suse.de>
* fp-test.c (main): Use ISO C90 prototype.
...
...
gcc/fixinc/inclhack.def
View file @
d5d16b5f
...
...
@@ -938,7 +938,12 @@ fix = {
/*
* Fix these files to use the same types that we think they should.
* Fix these files to use the types we think they should for
* ptrdiff_t, size_t, and wchar_t.
*
* This defines the types in terms of macros predefined by our 'cpp'.
* This is supposedly necessary for glibc's handling of these types.
* It's probably not necessary for anyone else, but it doesn't hurt.
*/
fix = {
hackname = gnu_types;
...
...
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