aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-06-09 10:43:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-06-09 10:43:43 -0700
commit654f3b6a2af84ba0f9c6a4c011364b8f650d66a6 (patch)
tree2ac34eef00468c6f56933a7e015c661c8630d689 /ld/ChangeLog
parentdbb2bcd0059f8d91de5a792f8684c8908c316720 (diff)
downloadgdb-654f3b6a2af84ba0f9c6a4c011364b8f650d66a6.zip
gdb-654f3b6a2af84ba0f9c6a4c011364b8f650d66a6.tar.gz
gdb-654f3b6a2af84ba0f9c6a4c011364b8f650d66a6.tar.bz2
x86-64: Add some x32 ELF property tests
* testsuite/ld-x86-64/property-x86-3-x32.d: New file. * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-4b-x32.d: Likewise. * testsuite/ld-x86-64/property-x86-3.d: Also pass -defsym __64_bit__=1 to asssembler. * testsuite/ld-x86-64/property-x86-4a.d: Likewise. * testsuite/ld-x86-64/property-x86-4b.d: Likewise. * testsuite/ld-x86-64/property-x86-3.s: Align to 4 bytes if __64_bit__ isn't defined. * testsuite/ld-x86-64/property-x86-4a.s: Likewise. * testsuite/ld-x86-64/property-x86-4b.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run property-x86-3-x32, property-x86-4a-x32 and property-x86-4b-x32.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 50c7813..e21f447 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,19 @@
+2017-06-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/ld-x86-64/property-x86-3-x32.d: New file.
+ * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
+ * testsuite/ld-x86-64/property-x86-4b-x32.d: Likewise.
+ * testsuite/ld-x86-64/property-x86-3.d: Also pass
+ -defsym __64_bit__=1 to asssembler.
+ * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
+ * testsuite/ld-x86-64/property-x86-4b.d: Likewise.
+ * testsuite/ld-x86-64/property-x86-3.s: Align to 4 bytes if
+ __64_bit__ isn't defined.
+ * testsuite/ld-x86-64/property-x86-4a.s: Likewise.
+ * testsuite/ld-x86-64/property-x86-4b.s: Likewise.
+ * testsuite/ld-x86-64/x86-64.exp: Run property-x86-3-x32,
+ property-x86-4a-x32 and property-x86-4b-x32.
+
2017-06-08 Cupertino Miranda <cmiranda@synopsys.com>
* testsuite/ld-arc/tls_ie-01.d: Changed expected result.