diff options
author | Alan Modra <amodra@gmail.com> | 2018-02-21 13:09:46 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-02-26 09:34:15 +1030 |
commit | 38f14ab8fcfa4eab8bab417a5a165b7403ef9b0e (patch) | |
tree | 9dd03091c1cec078dfdd0349309f2b686792dd03 /ld/testsuite | |
parent | 6e05870c978aaa057b5ae0f525a2e9b803047ac8 (diff) | |
download | gdb-38f14ab8fcfa4eab8bab417a5a165b7403ef9b0e.zip gdb-38f14ab8fcfa4eab8bab417a5a165b7403ef9b0e.tar.gz gdb-38f14ab8fcfa4eab8bab417a5a165b7403ef9b0e.tar.bz2 |
assorted target messages
bfd/
* elf-m10300.c, * elf-s390-common.c, * elf32-arc.c, * elf32-cris.c,
* elf32-dlx.c, * elf32-frv.c, * elf32-i370.c, * elf32-lm32.c,
* elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
* elf32-microblaze.c, * elf32-msp430.c, * elf32-nds32.c,
* elf32-nios2.c, * elf32-or1k.c, * elf32-rl78.c, * elf32-rx.c,
* elf32-score.c, * elf32-score7.c, * elf32-sh-symbian.c,
* elf32-sh.c, * elf32-spu.c, * elf32-v850.c, * elf32-xtensa.c,
* elf64-alpha.c, * elf64-ia64-vms.c, * elf64-mmix.c,
* elf64-sh64.c, * elf64-sparc.c, * elfnn-ia64.c, * elfxx-tilegx.c,
* mmo.c, * osf-core.c, * srec.c, * vms-alpha.c: Standardize
error/warning messages.
ld/
* testsuite/ld-cris/pcrelcp-1.d,
* testsuite/ld-mmix/start-2.d: Update.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-cris/pcrelcp-1.d | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/start-2.d | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ld/testsuite/ld-cris/pcrelcp-1.d b/ld/testsuite/ld-cris/pcrelcp-1.d index 95fb235..0d5f6b8 100644 --- a/ld/testsuite/ld-cris/pcrelcp-1.d +++ b/ld/testsuite/ld-cris/pcrelcp-1.d @@ -1,8 +1,7 @@ #as: --no-underscore --em=criself #ld: -shared -m crislinux -z nocombreloc #ld_after_inputfiles: tmpdir/libdso-1b.so -#warning: \A[^\n]*\.o, section `.text', to symbol `expfn@@TST2':\n -#warning: [^\n]*recompile with -fPIC\Z +#warning: \A[^\n]*\.o, section `.text', to symbol `expfn@@TST2':[^\n]*recompile with -fPIC\Z #readelf: -a # Building a DSO with (unrecommended) non-pic pc-relative references diff --git a/ld/testsuite/ld-mmix/start-2.d b/ld/testsuite/ld-mmix/start-2.d index e380dc0..13bd35f 100644 --- a/ld/testsuite/ld-mmix/start-2.d +++ b/ld/testsuite/ld-mmix/start-2.d @@ -1,4 +1,4 @@ #source: main1.s #source: a.s #ld: -m mmo -e a -#error: Bad symbol definition: `Main' set to +#error: bad symbol definition: `Main' set to |