aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-28 03:20:55 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-28 03:20:55 -0700
commit7963511fbf0459fff586c3129705bfbc706770e3 (patch)
treec52190af17d1060cab0414c039c13cf3569715d8 /ld/testsuite/ChangeLog
parent199af1503922ce2134d774a78be0d9e2ae055ab1 (diff)
downloadgdb-7963511fbf0459fff586c3129705bfbc706770e3.zip
gdb-7963511fbf0459fff586c3129705bfbc706770e3.tar.gz
gdb-7963511fbf0459fff586c3129705bfbc706770e3.tar.bz2
Add a test for PR ld/19162
PR ld/19162 * ld-x86-64/x86-64.exp: Run pr19162. * ld-x86-64/pr19162.d: New file. * ld-x86-64/pr19162a.s: Likewise. * ld-x86-64/pr19162b.s: Likewise.
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 6981d70..f0124f9 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/19162
+ * ld-x86-64/x86-64.exp: Run pr19162.
+ * ld-x86-64/pr19162.d: New file.
+ * ld-x86-64/pr19162a.s: Likewise.
+ * ld-x86-64/pr19162b.s: Likewise.
+
2015-10-27 Laurent Alfonsi <laurent.alfonsi@st.com>
Christophe Monat <christophe.monat@st.com>