diff options
author | Catherine Moore <clm@redhat.com> | 1998-04-01 16:47:38 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-04-01 16:47:38 +0000 |
commit | 197de3bac909daf084c2375fa3099e04a578f281 (patch) | |
tree | 6dfec5e2458f6eb1a8257ddbcf26e505e4d56817 /bfd/ChangeLog | |
parent | d0136bf32ac68edd8d191559e2dea1d0a7ca6555 (diff) | |
download | gdb-197de3bac909daf084c2375fa3099e04a578f281.zip gdb-197de3bac909daf084c2375fa3099e04a578f281.tar.gz gdb-197de3bac909daf084c2375fa3099e04a578f281.tar.bz2 |
Changes required to emit Elf Rela structures
for relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7df6fab..0f5655c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -126,6 +126,18 @@ Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com> int *. Update uses. Change j to long. * bfd-in2.h, libcoff.h: Rebuild. +Fri Mar 27 10:10:46 1998 Catherine Moore <clm@cygnus.com> + * elf32-v850.c Remove definition of USE_REL. + (v850_elf_info_to_howto_rela): New function. + (v850_elf_perform_relocation): Renamed from + v850_elf_store_addend_in_insn. Removed replace argument. + (v850_elf_reloc): store the relocation in the addend field + instead of the insn. + (v850_elf_final_link_relocate): Now calls + v850_elf_perform_relocation. + (v850_elf_relocate_section): Remove code to generate REL + relocations. + Thu Mar 26 13:32:17 1998 Ian Lance Taylor <ian@cygnus.com> * coffcode.h (coff_new_section_hook): Set the type and storage |