summaryrefslogtreecommitdiff
path: root/gas/config/te-hpux.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2000-11-07 01:21:10 +0000
committerJim Wilson <wilson@tuliptree.org>2000-11-07 01:21:10 +0000
commit6fd5ecf8fc8f9aea5679fa54a654e7cdeea8e306 (patch)
tree156df8e3dabf59e2e74122bf9b586507e49edee0 /gas/config/te-hpux.h
parent7ec55bba7511caad48aeef394cc1f7ca8668e891 (diff)
downloadbinutils-redhat-6fd5ecf8fc8f9aea5679fa54a654e7cdeea8e306.tar.gz
ia64-hpux patches from Steve Ellcey.
* config/tc-ia64.c (md_shortopts, md_parse_option, md_show_usage): Change M to m for -milp32 or -mlp64 to match gcc. (dot_endp): Use bytes_per_address instead of 8. (emit_one_bundle): Use number_to_chars_littleendian instead of md_number_to_chars. (fix_insn): Likewise. (ia64_init): New function. (ia64_target_format): New function. (md_begin): Set endianness, arch, and machine as appropriate. * config/tc-ia64.h: (TARGET_BYTES_BIG_ENDIAN, md_number_to_chars): Make these macros depend on TE_HPUX macro. (TARGET_FORMAT): Define. (HOST_SPECIAL_INIT): Define. * config/te-hpux.h: New file. * configure.in: Add "ia64-*-hpux*" target to configure. * configure: Regenerate.
Diffstat (limited to 'gas/config/te-hpux.h')
-rw-r--r--gas/config/te-hpux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/te-hpux.h b/gas/config/te-hpux.h
new file mode 100644
index 0000000000..ec5ffee587
--- /dev/null
+++ b/gas/config/te-hpux.h
@@ -0,0 +1,4 @@
+#define TE_HPUX
+#define LOCAL_LABELS_FB 1
+
+#include "obj-format.h"