aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2004-02-26 21:27:32 +0000
committerEric Christopher <echristo@gmail.com>2004-02-26 21:27:32 +0000
commit73369e651700a53b4d1a3f869f31d385a226ee94 (patch)
tree1257597f6819ff2b0826352ca7f0fcd83b44ef31 /gas/config/tc-mips.h
parente7f16015619d9f1d2ad00f652c0a76d4e14fa737 (diff)
downloadgdb-73369e651700a53b4d1a3f869f31d385a226ee94.zip
gdb-73369e651700a53b4d1a3f869f31d385a226ee94.tar.gz
gdb-73369e651700a53b4d1a3f869f31d385a226ee94.tar.bz2
2004-02-26 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (mips_dwarf2_addr_size): New. * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
Diffstat (limited to 'gas/config/tc-mips.h')
-rw-r--r--gas/config/tc-mips.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h
index 110dc09..46a7653 100644
--- a/gas/config/tc-mips.h
+++ b/gas/config/tc-mips.h
@@ -183,7 +183,6 @@ extern void mips_enable_auto_align (void);
extern enum dwarf2_format mips_dwarf2_format (void);
#define DWARF2_FORMAT() mips_dwarf2_format ()
-#define DWARF2_ADDR_SIZE(bfd) \
- (DWARF2_FORMAT () == dwarf2_format_32bit ? 4 : 8)
+#define DWARF2_ADDR_SIZE(bfd) mips_dwarf2_addr_size ()
#endif /* TC_MIPS */