diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-26 09:28:05 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-26 09:28:05 +0000 |
commit | 2084ded5b605b18a13ae095e4c2449992f43ba48 (patch) | |
tree | b13245ada3c882cff2034230a817dfb699102a9c | |
parent | 8b96682aaf640682ddd6713c47e50d139694e3dd (diff) | |
download | ppe42-gcc-2084ded5b605b18a13ae095e4c2449992f43ba48.tar.gz ppe42-gcc-2084ded5b605b18a13ae095e4c2449992f43ba48.zip |
gcc/
* config/mips/elfoabi.h (DRIVER_SELF_SPECS): Add missing comma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130432 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/elfoabi.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36c1dd8f92a..a09dfff254b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/mips/elfoabi.h b/gcc/config/mips/elfoabi.h index e3fa8a25c45..a8c92b869d8 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 \ |