1998-12-29 Gavin Romig-Koch <gavin@cygnus.com>
authorGavin Romig-Koch <gavin@redhat.com>
Tue, 29 Dec 1998 14:09:36 +0000 (14:09 +0000)
committerGavin Romig-Koch <gavin@redhat.com>
Tue, 29 Dec 1998 14:09:36 +0000 (14:09 +0000)
* config/tc-mips.c (md_begin): Another correction to the setting of
mips_eabi64.

gas/ChangeLog
gas/config/tc-mips.c

index 4dd9d85cecf83ded421d77c2e57db7a72167629d..8b74eb28a8df465b7f49d67844d0ef694b527efd 100644 (file)
@@ -1,3 +1,8 @@
+1998-12-29  Gavin Romig-Koch  <gavin@cygnus.com>
+
+       * config/tc-mips.c (md_begin): Another correction to the setting of
+       mips_eabi64.
+
 1998-12-23  Gavin Romig-Koch  <gavin@cygnus.com>
 
        * config/tc-mips.c (md_begin): Correct type-o in setting of mips_eabi64.
index 797b365330034d4f5d9ffc39b0dc4ab1a29bbab6..a2e1afe3c4b0ecf2cf8e8c075d03260fae693f55 100644 (file)
@@ -1110,7 +1110,9 @@ md_begin ()
   /* Set the EABI kind based on the ISA before the user gets
      to change the ISA with directives.  This isn't really
      the best, but then neither is basing the abi on the isa. */     
-  if (mips_opts.isa > 2 && 0 == strcmp (mips_abi_string,"eabi"))
+  if (mips_opts.isa > 2 
+      && mips_abi_string
+      && 0 == strcmp (mips_abi_string,"eabi"))
     mips_eabi64 = 1;
 
   if (mips_cpu != 0 && mips_cpu != -1)