diff options
author | Jim Wilson <wilson@tuliptree.org> | 2000-11-07 01:21:10 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2000-11-07 01:21:10 +0000 |
commit | 44f5c83ad358d6f9aa54d08ebe240c2e6b94fbf1 (patch) | |
tree | 4c3fbcce54f1b9552b5eb749f23fe9b0296608d1 /gas/ChangeLog | |
parent | ef99799a42e1d93d6025967df807ad442e29304d (diff) | |
download | gdb-44f5c83ad358d6f9aa54d08ebe240c2e6b94fbf1.zip gdb-44f5c83ad358d6f9aa54d08ebe240c2e6b94fbf1.tar.gz gdb-44f5c83ad358d6f9aa54d08ebe240c2e6b94fbf1.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 656867b..bff9846 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +2000-11-06 Steve Ellcey <sje@cup.hp.com> + + * 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. + 2000-11-06 Kazu Hirata <kazu@hxi.com> * as.c: Fix formatting. |