Update PR ld/21903 tests for dejagnu 1.4.4
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 23 Aug 2017 23:01:22 +0000 (16:01 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 23 Aug 2017 23:01:22 +0000 (16:01 -0700)
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.

ld/ChangeLog
ld/testsuite/ld-elf/pr21903c.d
ld/testsuite/ld-elf/pr21903d.d
ld/testsuite/ld-elf/pr21903e.d

index bd732799cd1303ddc0ab45be5cefebdb9f7012e3..930a6cc3d4a61ce690b4e24c740974458e26677d 100644 (file)
@@ -1,3 +1,9 @@
+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.
index d3910ec79b11d208489f7436cbe8bb2948f1b075..1668c084cbfa6357d6adb966912bf7282cebe8e3 100644 (file)
@@ -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
index ec729007d1766831787d4600e959c3bb7396bbb7..84d0e76e83d4447e1a461cbbfaefd837cc216190 100644 (file)
@@ -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
index 894c595c432fbb8e048f5b296ca4da60e2a42ef9..e673e4a7a96915b2e4cfea8c4991d892cad7f7d6 100644 (file)
@@ -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
This page took 0.04103 seconds and 4 git commands to generate.