aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-23 16:01:22 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-23 16:01:22 -0700
commit49263c56bbc622d5a42cfd37b4f5fb6863cd7d24 (patch)
tree09cb210a8f6189b0db2cde1b8ecb501a80f9ddba
parent87215ad1651ca3094d813eae06233fd7259b37e5 (diff)
downloadgdb-49263c56bbc622d5a42cfd37b4f5fb6863cd7d24.zip
gdb-49263c56bbc622d5a42cfd37b4f5fb6863cd7d24.tar.gz
gdb-49263c56bbc622d5a42cfd37b4f5fb6863cd7d24.tar.bz2
Update PR ld/21903 tests for dejagnu 1.4.4
Add '\' before -- to workaround dejagnu 1.4.4 which complains: ERROR: bad switch "--no-define-common may not be used without -shared":... * testsuite/ld-elf/pr21903c.d: Add '\' before --. * testsuite/ld-elf/pr21903d.d: Likewise. * testsuite/ld-elf/pr21903e.d: Likewise.
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/testsuite/ld-elf/pr21903c.d2
-rw-r--r--ld/testsuite/ld-elf/pr21903d.d2
-rw-r--r--ld/testsuite/ld-elf/pr21903e.d2
4 files changed, 9 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bd73279..930a6cc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
+ * testsuite/ld-elf/pr21903c.d: Add '\' before --.
+ * testsuite/ld-elf/pr21903d.d: Likewise.
+ * testsuite/ld-elf/pr21903e.d: Likewise.
+
+2017-08-23 H.J. Lu <hongjiu.lu@intel.com>
+
* testsuite/ld-x86-64/pie2.d: Updated.
* testsuite/ld-x86-64/pr19719.d: Likewise.
* testsuite/ld-x86-64/pr19807-2a.d: Likewise.
diff --git a/ld/testsuite/ld-elf/pr21903c.d b/ld/testsuite/ld-elf/pr21903c.d
index d3910ec..1668c08 100644
--- a/ld/testsuite/ld-elf/pr21903c.d
+++ b/ld/testsuite/ld-elf/pr21903c.d
@@ -1,3 +1,3 @@
#source: pr21903.s
#ld: --no-define-common
-#error: --no-define-common may not be used without -shared
+#error: \--no-define-common may not be used without -shared
diff --git a/ld/testsuite/ld-elf/pr21903d.d b/ld/testsuite/ld-elf/pr21903d.d
index ec72900..84d0e76 100644
--- a/ld/testsuite/ld-elf/pr21903d.d
+++ b/ld/testsuite/ld-elf/pr21903d.d
@@ -1,4 +1,4 @@
#source: pr21903.s
#ld: --no-define-common -pie
#target: *-*-linux* *-*-gnu*
-#error: --no-define-common may not be used without -shared
+#error: \--no-define-common may not be used without -shared
diff --git a/ld/testsuite/ld-elf/pr21903e.d b/ld/testsuite/ld-elf/pr21903e.d
index 894c595..e673e4a 100644
--- a/ld/testsuite/ld-elf/pr21903e.d
+++ b/ld/testsuite/ld-elf/pr21903e.d
@@ -1,3 +1,3 @@
#source: pr21903.s
#ld: -r --no-define-common
-#error: --no-define-common may not be used without -shared
+#error: \--no-define-common may not be used without -shared