]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
elfoabi.h (DRIVER_SELF_SPECS): Add missing comma.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Mon, 26 Nov 2007 09:28:05 +0000 (09:28 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 26 Nov 2007 09:28:05 +0000 (09:28 +0000)
gcc/
* config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma.

From-SVN: r130432

gcc/ChangeLog
gcc/config/mips/elfoabi.h

index 36c1dd8f92a388804b201ea444656ee3993c1ccd..a09dfff254b9c800cac52bac2c46947fa18b17b3 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-26  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma.
+
 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
 
        * dwarf2asm.c (splay_tree_compare_strings): New function.
index e3fa8a25c45e5ed3faf50c9967665d38f32bd40e..a8c92b869d8ec949d1b70d5821e0191a2583cf71 100644 (file)
@@ -27,7 +27,7 @@ along with GCC; see the file COPYING3.  If not see
                                                                        \
   /* If no ABI option is specified, infer one from the ISA level       \
      or -mgp setting.  */                                              \
-  "%{!mabi=*: %{" MIPS_32BIT_OPTION_SPEC ": -mabi=32;: -mabi=o64}}"    \
+  "%{!mabi=*: %{" MIPS_32BIT_OPTION_SPEC ": -mabi=32;: -mabi=o64}}",   \
                                                                        \
   /* Remove a redundant -mfp64 for -mabi=o64; we want the !mfp64       \
      multilibs.  There's no need to check whether the architecture     \