summaryrefslogtreecommitdiff
path: root/gas/config/te-hppalinux64.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-07-09 08:16:21 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-07-09 08:16:21 +0000
commita6576d2dfad161be749caf7b57d8ffbe99a270f4 (patch)
tree3db122d7bf0f6b5d50544e3d62bd2e356b2efa5f /gas/config/te-hppalinux64.h
parentf3b27e76a7d4287a5db9142ecd51961050608809 (diff)
downloadbinutils-redhat-a6576d2dfad161be749caf7b57d8ffbe99a270f4.tar.gz
Add linux-elf flavour to pseudos in tc-hppa.c and some tidying
and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
Diffstat (limited to 'gas/config/te-hppalinux64.h')
-rw-r--r--gas/config/te-hppalinux64.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/te-hppalinux64.h b/gas/config/te-hppalinux64.h
new file mode 100644
index 0000000000..4d67c95248
--- /dev/null
+++ b/gas/config/te-hppalinux64.h
@@ -0,0 +1,5 @@
+#define TE_LINUX
+#define TARGET_ARCH_SIZE 64
+#define LOCAL_LABELS_FB 1
+
+#include "obj-format.h"