aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-06-17 10:32:27 -0700
committerH.J. Lu <hjl.tools@gmail.com>2021-06-17 10:36:15 -0700
commite013d20dc73b40d4b70c4a366c9adc619503e66b (patch)
tree787d179bb906258bef2323a2d0bb56443e3aad5e /ld/ChangeLog
parentb6b42983720c2d88f680ef7679f41c3ff95daae1 (diff)
downloadgdb-e013d20dc73b40d4b70c4a366c9adc619503e66b.zip
gdb-e013d20dc73b40d4b70c4a366c9adc619503e66b.tar.gz
gdb-e013d20dc73b40d4b70c4a366c9adc619503e66b.tar.bz2
x86-64: Use $NOPIE_LDFLAGS/$NOPIE_CFLAGS on protected-func-1
PR ld/27973 * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS and $NOPIE_CFLAGS to protected-func-1 without PIE.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2b46bb9..37a373b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,6 +1,12 @@
2021-06-17 H.J. Lu <hongjiu.lu@intel.com>
PR ld/27973
+ * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS and
+ $NOPIE_CFLAGS to protected-func-1 without PIE.
+
+2021-06-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/27973
* testsuite/ld-x86-64/x86-64.exp: Run protected function tests.
* testsuite/ld-x86-64/protected-func-1.h: New file.
* testsuite/ld-x86-64/protected-func-1a.s: Likewise.