From 3d058d148bde8f5625fa5f8581abcd1f2f689bab Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Apr 19 2004 21:07:44 +0000 Subject: 2004-04-19 Eric Christopher * config/tc-mips.c (mips_dwarf2_addr_size): Revert part of previous patch for fix in gcc. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 5cc1b7c..e3c11dc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-04-19 Eric Christopher + + * config/tc-mips.c (mips_dwarf2_addr_size): Revert part + of previous patch for fix in gcc. + 2004-04-16 Alan Modra * expr.c (operand): Correct checks for ++ and --. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e47266b..7b6cee8 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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; }