x
authorIan Lance Taylor <ian@airs.com>
Wed, 1 Apr 1998 17:00:11 +0000 (17:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 1 Apr 1998 17:00:11 +0000 (17:00 +0000)
bfd/ChangeLog
gas/ChangeLog

index 0f5655c63ff33caefb602cb2b642a240bd2fbd30..e6d77ea8f7ae55cec0ae68c5831853026c4ad15c 100644 (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
index 9880b1ddbda1d456926f323f24eff0d5d25d9a8f..1c5ca69c6a4baba099e735745c574c1b5f7d645f 100644 (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>