aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog18
-rw-r--r--gas/ChangeLog17
2 files changed, 16 insertions, 19 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>
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 13d275da..410f3eb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -587,8 +587,7 @@ end-sanitize-r5900
Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (md_apply_fix3): fix code to test the range of
- PC relative branches (PR15358). Patch courtesy of Jonathan
- Walton.
+ PC relative branches. Patch courtesy of Jonathan Walton.
start-sanitize-r5900
Thu Mar 19 14:19:27 1998 Jeffrey A Law (law@cygnus.com)
@@ -1112,8 +1111,7 @@ Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
Mon Feb 2 10:20:37 1998 Nick Clifton <nickc@cygnus.com>
- * config/tc-v850.c (md_assemble): Improvements to error messages
- for PR 14720.
+ * config/tc-v850.c (md_assemble): Improvements to error messages.
Mon Feb 2 12:39:05 1998 Geoff Keating <geoffk@ozemail.com.au>
@@ -1258,8 +1256,7 @@ Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>
Tue Jan 27 11:06:52 1998 Nick Clifton <nickc@cygnus.com>
- * config/tc-v850.c: Fix PRs 14721, 14722, 14723, tidying error
- message production.
+ * config/tc-v850.c: Tidy error message production.
Tue Jan 27 12:24:32 1998 Ian Lance Taylor <ian@cygnus.com>
@@ -3416,7 +3413,7 @@ start-sanitize-d30v
Sun Mar 23 18:03:31 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d30v.c (build_insn): Enable range-checking code.
- (postfix): Stop at space or comma. Fixes PR 11862.
+ (postfix): Stop at space or comma.
(md_assemble): Change error message.
end-sanitize-d30v
@@ -3931,7 +3928,7 @@ start-sanitize-d30v
* config/tc-d30v.h: Define TARGET_BYTES_BIG_ENDIAN.
end-sanitize-d30v
* config/tc-d10v.c (md_pcrel_from_section): Return 0 if
- relocation is in different section. Fixes PR11574.
+ relocation is in different section.
Fri Feb 21 10:08:25 1997 Jim Wilson <wilson@cygnus.com>
@@ -4341,7 +4338,7 @@ Thu Jan 30 12:08:40 1997 Ian Lance Taylor <ian@cygnus.com>
Wed Jan 29 15:31:12 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d10v.h (md_do_align): Add this hook to call
- d10v_cleanup() when a ".align" is detected. Fixes PR11487.
+ d10v_cleanup() when a ".align" is detected.
* config/tc-d10v.c (find_opcode): Correctly calculate
branch displacement when .aligns are present.
@@ -4629,7 +4626,7 @@ Wed Dec 18 16:00:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
Wed Dec 18 15:27:40 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d10v.c (md_assemble): Fix bug which caused
- second instruction in a line to be case sensitize. PR11312
+ second instruction in a line to be case sensitize.
Wed Dec 18 10:08:46 1996 Jeffrey A Law (law@cygnus.com)