2004-04-19 Eric Christopher <echristo@redhat.com>
authorEric Christopher <echristo@gmail.com>
Mon, 19 Apr 2004 21:08:43 +0000 (21:08 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 19 Apr 2004 21:08:43 +0000 (21:08 +0000)
        * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
        of previous patch for fix in gcc.

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

index 973a887551565c6204ae38c843313a9dd7a1207e..f98a14d034d5f3389d387997863ddf60ec80cf63 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-19  Eric Christopher  <echristo@redhat.com>
+
+        * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
+        of previous patch for fix in gcc.
+
 2004-04-19  Jakub Jelinek  <jakub@redhat.com>
 
        * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
index e47266b552d58cba9ae2c0a3a93fa962b6a1e30d..7b6cee85df417d8997f4b921c490da93de92440e 100644 (file)
@@ -14426,10 +14426,6 @@ mips_dwarf2_addr_size (void)
 {
   if (mips_abi == N64_ABI)
     return 8;
-  /* GCC for 64-bit targets turns on mlong64 giving
-     us 64-bit addresses.  */
-  else if (mips_abi == EABI_ABI && !file_mips_gp32)
-    return 8;
   else
     return 4;
 }
This page took 0.031131 seconds and 4 git commands to generate.