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
73489878
Commit
73489878
authored
Mar 19, 2010
by
Bruce Korb
Committed by
Bruce Korb
Mar 19, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove vestiges of inadvertently committed changes
From-SVN: r157573
parent
0c563715
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
fixincludes/ChangeLog
+4
-0
fixincludes/inclhack.def
+2
-2
No files found.
fixincludes/ChangeLog
View file @
73489878
2010-02-19 Bruce Korb <bkorb@gnu.org>
* inclhack.def: remove vestiges of inadvertently committed changes
2010-02-10 Bruce Korb <bkorb@gnu.org>
* README: fix up references to old gcc/fixinc directory
...
...
fixincludes/inclhack.def
View file @
73489878
...
...
@@ -3339,7 +3339,7 @@ fix = {
fix = {
hackname = solaris_math_8;
select = '@\(#\)math_c99
.h' "[ \t]+1
.[0-9]+[ \t]+[0-9/]+ SMI";
select = '@\(#\)math_c99
\.h' "[ \t]+1\\
.[0-9]+[ \t]+[0-9/]+ SMI";
bypass = "__GNUC__";
files = iso/math_c99.h;
c_fix = format;
...
...
@@ -3352,7 +3352,7 @@ fix = {
test_text = <<- _EOText_
#ident "@(#)math_c99.h 1.9 04/11/01 SMI"
#undef signbit
#define signbit(x) __builtin_signbit(x)
;
#define signbit(x) __builtin_signbit(x)
_EOText_;
};
...
...
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