aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2015-10-29 06:58:16 -0700
committerCatherine Moore <clm@codesourcery.com>2015-10-29 06:58:16 -0700
commitca9584fb9b4a54232d2538de9f75b1916bda00fe (patch)
treeb5051126b992b1c30b9548a861f7f8b7d241e114 /bfd/ChangeLog
parenta75cf613fd7d0a48d526a996ff5c250c599d3ab7 (diff)
downloadgdb-ca9584fb9b4a54232d2538de9f75b1916bda00fe.zip
gdb-ca9584fb9b4a54232d2538de9f75b1916bda00fe.tar.gz
gdb-ca9584fb9b4a54232d2538de9f75b1916bda00fe.tar.bz2
2015-10-29 Catherine Moore <clm@codesourcery.com>
bfd/ * elfxx-mips.c (mips_elf_check_mips16_stubs): Set a stub's output section to bfd_abs_section_ptr if the stub is discarded. ld/testsuite/ * ld-mips-elf/mips16-fp-stub-1.s: New. * ld-mips-elf/mips16-fp-stub-2.s: New. * ld-mips-elf/mips16-fp-stub.d: New. * ld-mips-elf/mips-elf.exp: Run new tests. * ld-mips-elf/mips16-intermix.d: Update expected output. https://sourceware.org/ml/binutils/2015-10/msg00137.html
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 41cfcbe..5938481 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-29 Catherine Moore <clm@codesourcery.com>
+
+ * elfxx-mips.c (mips_elf_check_mips16_stubs): Set a stub's output
+ section to bfd_abs_section_ptr if the stub is discarded.
+
2015-10-29 Ed Schouten <ed@nuxi.nl>
* config.bfd (targ_defvec): Add support for CloudABI on aarch64.