mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 12:01:00 +00:00
* config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
HAVE_64BIT_SYMBOLS.
This commit is contained in:
parent
5aa7ce4b0a
commit
369943fe52
@ -1,3 +1,8 @@
|
||||
2007-07-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
|
||||
HAVE_64BIT_SYMBOLS.
|
||||
|
||||
2007-07-04 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* config/tc-mips.c (mips_cpu_info_table): Add new entries for
|
||||
|
@ -15104,7 +15104,7 @@ MIPS options:\n\
|
||||
enum dwarf2_format
|
||||
mips_dwarf2_format (void)
|
||||
{
|
||||
if (mips_abi == N64_ABI)
|
||||
if (HAVE_64BIT_SYMBOLS)
|
||||
{
|
||||
#ifdef TE_IRIX
|
||||
return dwarf2_format_64bit_irix;
|
||||
@ -15119,7 +15119,7 @@ mips_dwarf2_format (void)
|
||||
int
|
||||
mips_dwarf2_addr_size (void)
|
||||
{
|
||||
if (mips_abi == N64_ABI)
|
||||
if (HAVE_64BIT_SYMBOLS)
|
||||
return 8;
|
||||
else
|
||||
return 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user