mirror of git://gcc.gnu.org/git/gcc.git
remove vestiges of inadvertently committed changes
From-SVN: r157573
This commit is contained in:
parent
0c56371567
commit
73489878b6
|
@ -1,3 +1,7 @@
|
||||||
|
2010-02-19 Bruce Korb <bkorb@gnu.org>
|
||||||
|
|
||||||
|
* inclhack.def: remove vestiges of inadvertently committed changes
|
||||||
|
|
||||||
2010-02-10 Bruce Korb <bkorb@gnu.org>
|
2010-02-10 Bruce Korb <bkorb@gnu.org>
|
||||||
|
|
||||||
* README: fix up references to old gcc/fixinc directory
|
* README: fix up references to old gcc/fixinc directory
|
||||||
|
|
|
@ -3339,7 +3339,7 @@ fix = {
|
||||||
|
|
||||||
fix = {
|
fix = {
|
||||||
hackname = solaris_math_8;
|
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__";
|
bypass = "__GNUC__";
|
||||||
files = iso/math_c99.h;
|
files = iso/math_c99.h;
|
||||||
c_fix = format;
|
c_fix = format;
|
||||||
|
@ -3352,7 +3352,7 @@ fix = {
|
||||||
test_text = <<- _EOText_
|
test_text = <<- _EOText_
|
||||||
#ident "@(#)math_c99.h 1.9 04/11/01 SMI"
|
#ident "@(#)math_c99.h 1.9 04/11/01 SMI"
|
||||||
#undef signbit
|
#undef signbit
|
||||||
#define signbit(x) __builtin_signbit(x);
|
#define signbit(x) __builtin_signbit(x)
|
||||||
_EOText_;
|
_EOText_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue