summaryrefslogtreecommitdiff
path: root/gas/config/te-hppalinux64.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-07-09 08:16:21 +0000
committerAlan Modra <amodra@gmail.com>2000-07-09 08:16:21 +0000
commitad1079af05c5820e0f4e9d1ba24d30c03bff98f6 (patch)
tree07c14228eb322baa6dc5ec37b3587e3b4d549c0b /gas/config/te-hppalinux64.h
parent6e09abd4bd401c9fba09c18c6f9252ae057e0e14 (diff)
downloadbinutils-gdb-ad1079af05c5820e0f4e9d1ba24d30c03bff98f6.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 00000000000..4d67c95248d
--- /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"