aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/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 /ld/testsuite/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 'ld/testsuite/ChangeLog')
-rw-r--r--ld/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index f0124f9..d775f11 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-29 Catherine Moore <clm@codesourcery.com>
+
+ * 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.
+
2015-10-28 H.J. Lu <hongjiu.lu@intel.com>
PR ld/19162