diff options
author | Jeff Law <law@redhat.com> | 1999-06-22 12:20:30 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-06-22 12:20:30 +0000 |
commit | 9e103c9cd2e22101617426f7c4e28d88dcce6d6a (patch) | |
tree | 70780f49894f529f53ed7e4cf92936448c9c4a70 /bfd/ChangeLog | |
parent | 5c6bbab8fef65c565e52dd2e579aaefc97a7a358 (diff) | |
download | gdb-9e103c9cd2e22101617426f7c4e28d88dcce6d6a.zip gdb-9e103c9cd2e22101617426f7c4e28d88dcce6d6a.tar.gz gdb-9e103c9cd2e22101617426f7c4e28d88dcce6d6a.tar.bz2 |
* elf-hppa.h: New file. Common stuff for elf32 and elf64 PA
support.
* elf32-hppa.c: Include elf-hppa.h.
(ARCH_SIZE): Define.
(elf_hppa_reloc_type_lookup): Delete. Found in the common code
now.
(elf32_hppa_info_to_howto): Similarly.
(elf_hppa_howto_table): Similarly.
(elf_hppa_reloc_type_lookup): Similarly.
(hppa_elf_gen_reloc_type): Similarly.
* elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff2cfdf..762fddf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Tue Jun 22 13:06:25 1999 Jeffrey A Law (law@cygnus.com) + + * elf-hppa.h: New file. Common stuff for elf32 and elf64 PA + support. + * elf32-hppa.c: Include elf-hppa.h. + (ARCH_SIZE): Define. + (elf_hppa_reloc_type_lookup): Delete. Found in the common code + now. + (elf32_hppa_info_to_howto): Similarly. + (elf_hppa_howto_table): Similarly. + (elf_hppa_reloc_type_lookup): Similarly. + (hppa_elf_gen_reloc_type): Similarly. + * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete. + 1999-06-22 Nick Clifton <nickc@cygnus.com> * elf32-v850.c (v850_elf_final_link_relocate): Catch overflow |