aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-hppa.h')
-rw-r--r--gas/config/tc-hppa.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h
index 266c8ca..fce147c 100644
--- a/gas/config/tc-hppa.h
+++ b/gas/config/tc-hppa.h
@@ -46,10 +46,8 @@
#define WORKING_DOT_WORD
-/* FIXME. The lack of a place to put things which are both target cpu
- and target format dependent makes hacks like this necessary. */
#ifdef OBJ_ELF
-#ifdef BFD64
+#if BFD_ARCH_SIZE == 64
#include "bfd/elf64-hppa.h"
#define TARGET_FORMAT "elf64-hppa"
#else