This commit is contained in:
Ian Lance Taylor 1998-04-01 17:00:11 +00:00
parent cb720e4fb6
commit 08eefd3ef1
2 changed files with 15 additions and 13 deletions

View File

@ -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

View File

@ -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>