diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-i386/pr17935-1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr17935-2.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/pr17935-1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-x86-64/pr17935-2.d | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-i386/pr17935-1.d b/ld/testsuite/ld-i386/pr17935-1.d index 5303ea2..e73da59 100644 --- a/ld/testsuite/ld-i386/pr17935-1.d +++ b/ld/testsuite/ld-i386/pr17935-1.d @@ -1,3 +1,3 @@ # as: --32 # ld: -m elf_i386 -shared -z text -# error: warning: relocation against `foo' in readonly section `.text' +# error: warning: relocation against `foo' in read-only section `.text' diff --git a/ld/testsuite/ld-i386/pr17935-2.d b/ld/testsuite/ld-i386/pr17935-2.d index c1080f4..2b1046e 100644 --- a/ld/testsuite/ld-i386/pr17935-2.d +++ b/ld/testsuite/ld-i386/pr17935-2.d @@ -1,3 +1,3 @@ # as: --32 # ld: -m elf_i386 -shared -z text -# error: warning: relocation in readonly section `.text' +# error: warning: relocation in read-only section `.text' diff --git a/ld/testsuite/ld-x86-64/pr17935-1.d b/ld/testsuite/ld-x86-64/pr17935-1.d index 5734eab..b3329bd 100644 --- a/ld/testsuite/ld-x86-64/pr17935-1.d +++ b/ld/testsuite/ld-x86-64/pr17935-1.d @@ -1,3 +1,3 @@ # as: --64 # ld: -m elf_x86_64 -shared -z text -# error: warning: relocation against `foo' in readonly section `.text' +# error: warning: relocation against `foo' in read-only section `.text' diff --git a/ld/testsuite/ld-x86-64/pr17935-2.d b/ld/testsuite/ld-x86-64/pr17935-2.d index 81df652..c15a79b 100644 --- a/ld/testsuite/ld-x86-64/pr17935-2.d +++ b/ld/testsuite/ld-x86-64/pr17935-2.d @@ -1,3 +1,3 @@ # as: --64 # ld: -m elf_x86_64 -shared -z text -# error: warning: relocation in readonly section `.text' +# error: warning: relocation in read-only section `.text' |