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
b2071557
Commit
b2071557
authored
Mar 12, 2010
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore the "#undef" in the test text, too.
From-SVN: r157400
parent
41279bc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
fixincludes/fixincl.x
+2
-2
fixincludes/inclhack.def
+5
-3
No files found.
fixincludes/fixincl.x
View file @
b2071557
...
...
@@ -2,11 +2,11 @@
*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been AutoGen-ed March 11, 2010 at 0
7:56:32
PM by AutoGen 5.10.1
* It has been AutoGen-ed March 11, 2010 at 0
8:08:36
PM by AutoGen 5.10.1
* From the definitions inclhack.def
* and the template file fixincl
*/
/* DO NOT SVN-MERGE THIS FILE, EITHER Thu Mar 11
19:56:32
PST 2010
/* DO NOT SVN-MERGE THIS FILE, EITHER Thu Mar 11
20:08:36
PST 2010
*
* You must regenerate it. Use the ./genfixes script.
*
...
...
fixincludes/inclhack.def
View file @
b2071557
...
...
@@ -3349,9 +3349,11 @@ fix = {
"\t\t\t ? __builtin_signbitl(x) \\\n"
"\t\t\t : __builtin_signbit(x))";
c_fix_arg = "^#define[ \t]+signbit\\(x\\)[ \t]+__builtin_signbit\\(x\\)";
test_text =
'#ident "@(#)math_c99.h 1.9 04/11/01 SMI"'"\n"
"#define signbit(x) __builtin_signbit(x)";
test_text = <<- _EOText_
#ident "@(#)math_c99.h 1.9 04/11/01 SMI"
#undef signbit
#define signbit(x) __builtin_signbit(x);
_EOText_;
};
fix = {
...
...
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