From: Richard Sandiford Date: Mon, 26 Nov 2007 09:28:05 +0000 (+0000) Subject: elfoabi.h (DRIVER_SELF_SPECS): Add missing comma. X-Git-Tag: releases/gcc-4.3.0~1331 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c388ce34b9778b8be209e6b5456d91facd4f8a76;p=thirdparty%2Fgcc.git elfoabi.h (DRIVER_SELF_SPECS): Add missing comma. gcc/ * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma. From-SVN: r130432 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36c1dd8f92a3..a09dfff254b9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Richard Sandiford + + * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma. + 2007-11-26 Alexandre Oliva * dwarf2asm.c (splay_tree_compare_strings): New function. diff --git a/gcc/config/mips/elfoabi.h b/gcc/config/mips/elfoabi.h index e3fa8a25c45e..a8c92b869d8e 100644 --- a/gcc/config/mips/elfoabi.h +++ b/gcc/config/mips/elfoabi.h @@ -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 \