diff options
author | Jeff Law <law@redhat.com> | 1999-06-21 15:48:48 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-06-21 15:48:48 +0000 |
commit | 9cb8e75e6c0c4428435966a3786a1ba53558863c (patch) | |
tree | 7b2fcd63fa7780d4f4dbfd9d739fc4342e7d3e81 /gas | |
parent | 45b18248027e986dd822d10b848cfca90e6bfe36 (diff) | |
download | gdb-9cb8e75e6c0c4428435966a3786a1ba53558863c.zip gdb-9cb8e75e6c0c4428435966a3786a1ba53558863c.tar.gz gdb-9cb8e75e6c0c4428435966a3786a1ba53558863c.tar.bz2 |
* tc-hppa.c (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type.
(hppa_gen_reloc_type): Conditionalize on BFD64.
(tc_gen_reloc): Re-enable ELF relocations.
* tc-hppa.h (TARGET_FORMAT): Handle elf64-hppa format.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bb2f1c7..f5a2511 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Mon Jun 21 16:45:19 1999 Jeffrey A Law (law@cygnus.com) + + * tc-hppa.c (elf_hppa_reloc_type): Renamed from elf32_hppa_reloc_type. + (hppa_gen_reloc_type): Conditionalize on BFD64. + (tc_gen_reloc): Re-enable ELF relocations. + * tc-hppa.h (TARGET_FORMAT): Handle elf64-hppa format. + 1999-06-21 Ian Lance Taylor <ian@zembu.com> * config/tc-arm.c (ldst_extend): Add parentheses to avoid |