diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-11 09:27:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-11 09:27:39 +0000 |
commit | 1cd8ff388206c878587561b6339d147fda189aa7 (patch) | |
tree | d12d9db5b8605f8e607dc086e296538311f80392 /gas/ChangeLog | |
parent | 1951c6f7f83b8f9d1d59355bf0b46d334caf1132 (diff) | |
download | gdb-1cd8ff388206c878587561b6339d147fda189aa7.zip gdb-1cd8ff388206c878587561b6339d147fda189aa7.tar.gz gdb-1cd8ff388206c878587561b6339d147fda189aa7.tar.bz2 |
Add support for ia64-hpux target.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2597a25..4e7a11e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +2002-01-11 Steve Ellcey <sje@cup.hp.com> + + * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for + setting default md.flags. + (SHT_INIT_ARRAY): New elf special section used by HP-UX. + (SHT_FINI_ARRAY): New elf special section used by HP-UX. + * gas/config/tc-ia64.c (setup_unwind_header): Add support + for 32 bit unwind info blocks. + (generate_unwind_image): Add support for different types + of unwind images (32 bits and/or big-endian). + (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags. + (ia64_target_format): Add support for hpux target formats. + (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC. + (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and + SHT_FINI_ARRAY elf section types. + 2002-01-10 Richard Earnshaw <rearnsha@arm.com> * tc-arm.c (struct reg_entry): Move before prototypes. |