aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAlan Hayward <alan.hayward@arm.com>2019-02-13 12:28:38 +0000
committerAlan Hayward <alan.hayward@arm.com>2019-03-22 09:43:35 +0000
commit968aa7ae389d9e6cecb5fda6826bf889ed959fce (patch)
treeb739e35b0f8aa3ae51cd544cdf587736e73a67c8 /gdb/testsuite/ChangeLog
parentd8a95af9dffa36a1004e4cebfe6758c735402f6e (diff)
downloadgdb-968aa7ae389d9e6cecb5fda6826bf889ed959fce.zip
gdb-968aa7ae389d9e6cecb5fda6826bf889ed959fce.tar.gz
gdb-968aa7ae389d9e6cecb5fda6826bf889ed959fce.tar.bz2
Testsuite: Ensure pie is disabled on some tests
Recent versions of Ubuntu and Debian default GCC to enable pie. In dump.exp, pie will causes addresses to be out of range for IHEX. In break-interp.exp, pie is explicitly set for some tests and assumed to be disabled for the remainder. Ensure pie is disabled for these tests when required. In addition, add a pie option to gdb_compile to match the nopie option and simplify use. gdb/testsuite/ChangeLog: * README: Add pie options. * gdb.base/break-interp.exp: Ensure pie is disabled. * gdb.base/dump.exp: Likewise. * lib/gdb.exp (gdb_compile): Add pie option.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 636800f..76ffd632 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2019-03-22 Alan Hayward <alan.hayward@arm.com>
+
+ * README: Add pie options.
+ * gdb.base/break-interp.exp: Ensure pie is disabled.
+ * gdb.base/dump.exp: Likewise.
+ * lib/gdb.exp (gdb_compile): Add pie option.
+
2019-03-19 Tom Tromey <tromey@adacore.com>
* gdb.mi/mi2-cli-display.c: New file.