Browse Source
Add "--" after regexp to support dejagnu 1.4.4. * testsuite/ld-elf/pr21903c.d: Remove '\' before --. * testsuite/ld-elf/pr21903d.d: Likewise. * testsuite/ld-elf/pr21903e.d: Likewise. * testsuite/lib/ld-lib.exp (run_dump_test): Add "--" after regexp.gdb-8.1-branch
5 changed files with 12 additions and 4 deletions
@ -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 |
|||
|
|||
@ -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 |
|||
|
|||
@ -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 |
|||
|
|||
Loading…
Reference in new issue