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.
This commit is contained in:
parent
7b5a2f43eb
commit
5bf100394c
|
@ -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>
|
2004-04-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
|
* config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
|
||||||
|
|
|
@ -14426,10 +14426,6 @@ mips_dwarf2_addr_size (void)
|
||||||
{
|
{
|
||||||
if (mips_abi == N64_ABI)
|
if (mips_abi == N64_ABI)
|
||||||
return 8;
|
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
|
else
|
||||||
return 4;
|
return 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue