]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
remove vestiges of inadvertently committed changes
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 14:50:06 +0000 (14:50 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Mar 2010 14:50:06 +0000 (14:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157573 138bc75d-0d04-0410-961f-82ee72b054a4

fixincludes/ChangeLog
fixincludes/inclhack.def

index a392c7e00cd654c9d62bdc2724e4f771e79a1a2c..fc917b0c6fa780b4a1d799005ab7a0be0a4611ee 100644 (file)
@@ -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>
 
        * README: fix up references to old gcc/fixinc directory
index a759b4050be17951f2fc883bec8074c5f08feae9..e34e3902fdafa5c4d0eb8e6572c7125c0b2ad369 100644 (file)
@@ -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_;
 };