aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-06-17 07:39:11 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-06-17 07:39:28 -0700
commit22aa1d51198689f5f3f01a874b405bf4449cbfb0 (patch)
treea884e71daa1720d5d3e05ccbcdb58854ab98427b /ld/ChangeLog
parent6fde587ff78a54b9e3bd70259de60cc5d7d8ced7 (diff)
downloadgdb-22aa1d51198689f5f3f01a874b405bf4449cbfb0.zip
gdb-22aa1d51198689f5f3f01a874b405bf4449cbfb0.tar.gz
gdb-22aa1d51198689f5f3f01a874b405bf4449cbfb0.tar.bz2
ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)
Before GCC 5, Build pr25749-1b (-pie -fPIE) won't trigger the expected linker error. * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build pr25749-1b (-pie -fPIE).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ad268c8..68b463e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
+ pr25749-1b (-pie -fPIE).
+
2020-06-16 Alan Modra <amodra@gmail.com>
* testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.