diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-01 17:00:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-01 17:00:11 +0000 |
commit | 08eefd3ef1526fd19d8e209bbfa0e862610374be (patch) | |
tree | 3551390c59c6238dda4d4136ea503859523998a9 | |
parent | cb720e4fb67d267420d59112e0ded4240ab63bb2 (diff) | |
download | binutils-08eefd3ef1526fd19d8e209bbfa0e862610374be.zip binutils-08eefd3ef1526fd19d8e209bbfa0e862610374be.tar.gz binutils-08eefd3ef1526fd19d8e209bbfa0e862610374be.tar.bz2 |
x
-rw-r--r-- | bfd/ChangeLog | 23 | ||||
-rw-r--r-- | gas/ChangeLog | 5 |
2 files changed, 15 insertions, 13 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0f5655c..e6d77ea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -127,17 +127,18 @@ Fri Mar 27 16:06:02 1998 Ian Lance Taylor <ian@cygnus.com> * 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. - + + * 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 diff --git a/gas/ChangeLog b/gas/ChangeLog index 9880b1d..1c5ca69 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -78,8 +78,9 @@ Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com> (md_estimate_size_before_relax): Likewise. Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com> - * config/tc-v850.c (md_assemble): Store relocation - addend in fixup instead of instruction. + + * config/tc-v850.c (md_assemble): Store relocation addend in + fixup instead of instruction. Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au> |