This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] applied fix dwarf2 generation for mips


Reverts part of a previous patch. Fixed in gcc instead :)

Applied to branch and mainline.

-eric

-- 
Eric Christopher <echristo@redhat.com>


Index: gas/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.2053.2.12
diff -u -p -w -r1.2053.2.12 ChangeLog
--- gas/ChangeLog	16 Apr 2004 01:56:00 -0000	1.2053.2.12
+++ gas/ChangeLog	19 Apr 2004 21:03:19 -0000
@@ -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-16  Alan Modra  <amodra@bigpond.net.au>
 
 	* expr.c (operand): Correct checks for ++ and --.
Index: gas/config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.253.4.2
diff -u -p -w -r1.253.4.2 tc-mips.c
--- gas/config/tc-mips.c	14 Apr 2004 16:18:41 -0000	1.253.4.2
+++ gas/config/tc-mips.c	19 Apr 2004 21:03:20 -0000
@@ -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;
 }



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]