aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-28 02:31:15 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-28 02:31:15 +0000
commit5e04ff140ddb3f4236e5252ab53aee8267c6ad5b (patch)
tree0ff1ed73f51aca9d35a191170b5dfecf72806728 /bfd
parent4d6f96ebe765680be2bde187b360fec044a64256 (diff)
downloadfsf-binutils-gdb-5e04ff140ddb3f4236e5252ab53aee8267c6ad5b.zip
fsf-binutils-gdb-5e04ff140ddb3f4236e5252ab53aee8267c6ad5b.tar.gz
fsf-binutils-gdb-5e04ff140ddb3f4236e5252ab53aee8267c6ad5b.tar.bz2
remove PR numbers
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index df9a7fb..6846d25 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -526,10 +526,10 @@ Fri Mar 20 11:25:41 1998 Nick Clifton <nickc@cygnus.com>
* coff-arm.c (coff_arm_relocate_section): Better error messages
when interowrking conflucts occur. Courtesy of Jonathan Walton
- and Tony Thompson. PR 15357.
+ and Tony Thompson.
(aoutarm_std_reloc_howto): Fixed bitsize fields of rightshifted
relocations. Patch courtesy of Jonathan Walton and Tony
- Thompson. PR 15373.
+ Thompson.
Fri Mar 20 02:26:43 1998 Richard Henderson <rth@cygnus.com>
@@ -720,7 +720,7 @@ Fri Feb 6 14:48:20 1998 Nick Clifton <nickc@cygnus.com>
* elf32-v850.c (v850_elf_merge_private_bfd_data): Do not complain
when merging v850 code into v850e/v850ea code. Do not initialise
- output flags if the input is the default architecture. PR14732.
+ output flags if the input is the default architecture.
end-sanitize-v850e
Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
@@ -909,8 +909,8 @@ Tue Jan 27 21:45:15 1998 Jeffrey A Law (law@cygnus.com)
Tue Jan 27 15:06:04 1998 Nick Clifton <nickc@cygnus.com>
- * coff-arm.c (coff_arm_relocate_section): Fix for PR14752 by
- preserving the contents of t2a3_b_insn.
+ * coff-arm.c (coff_arm_relocate_section): Preserve the contents of
+ t2a3_b_insn.
Tue Jan 27 12:47:27 1998 Robert Lipe <robertl@dgii.com>
@@ -1026,7 +1026,7 @@ Wed Dec 17 09:45:09 1997 Nick Clifton <nickc@cygnus.com>
owner if there is one.
* elf.c (assign_file_positions_for_segments): Fail if there is not
- enough room for the program headers. (PR14186)
+ enough room for the program headers.
Tue Dec 16 08:09:56 1997 Gavin Koch <gavin@cygnus.com>
@@ -1166,13 +1166,13 @@ Tue Dec 9 11:37:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
Fri Dec 5 11:13:46 1997 Nick Clifton <nickc@cygnus.com>
* elf32-v850.c (v850_elf_reloc, v850_elf_store_addend_in_insn,
- v850_elf_relocate_section): Fix PR2 14180 and 14181
+ v850_elf_relocate_section): Fix reloc addend handling.
(v850_elf_section_from_bfd_section, v850_elf_symbol_processing,
v850_elf_add_symbol_hook, v850_elf_link_output_symbol_hook,
v850_elf_section_from_shdr, v850_elf_fake_sections): New functions
- (for PR14180) to create and handle special common sections.
+ to create and handle special common sections.
(v850_elf_final_link_relocate): Fix HI16 and HI16_S relocations
- which have data stored in the instructions. PR14258.
+ which have data stored in the instructions.
Tue Dec 2 10:26:16 1997 Nick Clifton <nickc@cygnus.com>