OSDN Git Service

* config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Oct 2002 17:02:56 +0000 (17:02 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Oct 2002 17:02:56 +0000 (17:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58169 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/vr.h

index b7b6667..4628c5c 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-15  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
+
 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.c (s390_split_branches): Add return
index 1352599..3ef34af 100644 (file)
@@ -28,4 +28,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    if it is redundant.  */
 #define DRIVER_SELF_SPECS \
        "%{mabi=eabi:%{!mlong*:%{!mgp32:-mlong64}}}", \
-       "%{mabi=32:%<mgp32}"
+       "%{mabi=32:%{<mgp32}}"