binutils-gdb/ld/testsuite/ld-mmix
Alan Modra df5f2391f7 ld error/warning messages
This patch standardizes messages in ld, to better conform to the GNU
coding standard.  Besides issues of capitalization and full-stops,
I've
- Split up help messages for target options, so that adding a new
  option does not mean loss of translation for all the others.
- Embedded tabs have been removed, since a user might have tab stops
  set at other than 8 char intervals.
- Added missing program name (%P).  ld isn't the compiler.
- Put %F and %X first (and removed %X if %F was present).  These can
  go anywhere, but look silly in the m%Fiddle of a message, and
  choosing "%P%F:" in some messages but "%F%P:" in others leads to the
  likelihood of duplication in ld.pot.  Besides, the colon belongs
  with %P.

	* emulparams/call_nop.sh, * emulparams/cet.sh,
	* emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
	* emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
	* emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
	* emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
	* emultempl/elf-generic.em, * emultempl/hppaelf.em,
	* emultempl/linux.em, * emultempl/lnk960.em,
	* emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
	* emultempl/m68kelf.em, * emultempl/metagelf.em,
	* emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
	* emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
	* emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
	* emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
	* emultempl/scoreelf.em, * emultempl/sh64elf.em,
	* emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
	* emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
	* emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
	* ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
	* ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
	* plugin.c: Standardize error/warning messages.
	* testsuite/ld-arc/jli-overflow.err,
	* testsuite/ld-arm/cmse-implib-errors.out,
	* testsuite/ld-arm/cmse-new-earlier-later-implib.out,
	* testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
	* testsuite/ld-arm/cmse-new-wrong-implib.out,
	* testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
	* testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
	* testsuite/ld-arm/vxworks1-static.d,
	* testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
	* testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
	* testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
	* testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
	* testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
	* testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
	* testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
	* testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
	* testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
	* testsuite/ld-i386/vxworks1-static.d,
	* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
	* testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
	* testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
	* testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
	* testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
	* testsuite/ld-mips-elf/bal-jalx-pic.d,
	* testsuite/ld-mips-elf/jal-global-overflow-1.d,
	* testsuite/ld-mips-elf/jal-local-overflow-1.d,
	* testsuite/ld-mips-elf/mode-change-error-1.d,
	* testsuite/ld-mips-elf/unaligned-branch-2.d,
	* testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
	* testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
	* testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
	* testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
	* testsuite/ld-mips-elf/unaligned-branch-micromips.d,
	* testsuite/ld-mips-elf/unaligned-branch-mips16.d,
	* testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
	* testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
	* testsuite/ld-mips-elf/unaligned-branch.d,
	* testsuite/ld-mips-elf/unaligned-jalx-1.d,
	* testsuite/ld-mips-elf/unaligned-jalx-3.d,
	* testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
	* testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
	* testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
	* testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
	* testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
	* testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
	* testsuite/ld-mips-elf/unaligned-jump-micromips.d,
	* testsuite/ld-mips-elf/unaligned-jump-mips16.d,
	* testsuite/ld-mips-elf/unaligned-jump.d,
	* testsuite/ld-mips-elf/unaligned-ldpc-1.d,
	* testsuite/ld-mips-elf/unaligned-lwpc-1.d,
	* testsuite/ld-mips-elf/undefined.d,
	* testsuite/ld-mips-elf/vxworks1-static.d,
	* testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
	* testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
	* testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
	* testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
	* testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
	* testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
	* testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
	* testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
	* testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
	* testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
	* testsuite/ld-powerpc/aix-weak-3-32.d,
	* testsuite/ld-powerpc/aix-weak-3-64.d,
	* testsuite/ld-powerpc/vxworks1-static.d,
	* testsuite/ld-sh/vxworks1-static.d,
	* testsuite/ld-sparc/vxworks1-static.d,
	* testsuite/ld-undefined/undefined.exp,
	* testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
	* testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
2018-02-26 10:51:12 +10:30
..
a.s
areg-256.s
areg-t.s
aregm.s
b-badfil1.d
b-badfil1.s
b-badfil2.d
b-badfil2.s
b-badfixo.d
b-badfixo.s
b-badloc.d
b-badloc.s
b-badlop.d
b-badlop.s
b-badm2.s
b-badm.d
b-badmain.s
b-badquot.d
b-badquot.s
b-badrx1.d
b-badrx1.s
b-badrx2.d
b-badrx2.s
b-badrx3.d
b-badrx3.s
b-bend1.d
b-bend2.d
b-bend3.d
b-bend.s
b-bstab1.d
b-bstab1.s
b-fixo2.d
b-fixo2.s
b-goodmain.s
b-loc64k.d
b-loc64k.s
b-nosym.d
b-nosym.s
b-offloc.s ld/testsuite: 2014-05-02 00:31:58 +02:00
b-offlocmis.s ld/testsuite: 2014-05-02 00:31:58 +02:00
b-post1.s
b-twoinsn.s
b-widec1.d
b-widec2.d
b-widec2.s
b-widec3.d
b-widec3.s
b-widec.s
bpo64addr.ld
bpo-1.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-1.s
bpo-1m.d
bpo-2.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-2.s
bpo-2m.d
bpo-3.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-3.s
bpo-3m.d
bpo-4.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-4.s
bpo-4m.d
bpo-5.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-5.s
bpo-5m.d
bpo-6.d
bpo-6.s
bpo-6m.d
bpo-7.d ld error/warning messages 2018-02-26 10:51:12 +10:30
bpo-7.s
bpo-7m.d ld error/warning messages 2018-02-26 10:51:12 +10:30
bpo-8.d ld error/warning messages 2018-02-26 10:51:12 +10:30
bpo-8.s
bpo-8m.d ld error/warning messages 2018-02-26 10:51:12 +10:30
bpo-9.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-9.s
bpo-9m.d
bpo-10.d ELF: Call check_relocs after opening all inputs 2017-10-16 03:50:13 -07:00
bpo-10.s
bpo-11.d Always descend into output section statements in lang_do_assignments 2016-10-11 18:13:04 +10:30
bpo-11.s
bpo-12.d
bpo-12m.d
bpo-13.d
bpo-13m.d
bpo-14.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-14m.d
bpo-15.d
bpo-15m.d
bpo-16.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-16m.d
bpo-17.d bfd/ 2012-06-06 10:50:18 +00:00
bpo-17m.d
bpo-18.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
bpo-18m.d
bpo-19.d
bpo-19m.d
bpo-20.d ld error/warning messages 2018-02-26 10:51:12 +10:30
bpo-20m.d ld error/warning messages 2018-02-26 10:51:12 +10:30
bpo-21.d
bpo-21m.d
bpo-22.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
bspec1.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
bspec1.s
bspec1m.d
bspec2.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
bspec2.s
bspec2m.d
bspec801.s
bspec802.s
bspec803.s
bspec804.s
bspec805.s
bspec806.s
bspec807.s
bspec808.s
bza-1b.d
bza-1f.d
bza-2b.d
bza-2f.d
bza-7b.d
bza-7f.d
bza-8b.d
bza-8f.d
bza.s
data1.s
data-1.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
dloc1.s
dloc2.s
ext1-254.s
ext1.s
ext1g.s
ext1l.s
getaa12b.d
getaa12f.d
getaa14b.d
getaa14f.d
getaa-1b.d
getaa-1f.d
getaa-2b.d
getaa-2f.d
getaa-4b.d
getaa-4f.d
getaa-6b.d
getaa-6f.d
getaa-7b.d
getaa-7f.d
getaa-8b.d
getaa-8f.d
getaa.s
greg-1.d bfd/ 2012-06-06 10:50:18 +00:00
greg-1.s
greg-2.d bfd/ 2012-06-06 10:50:18 +00:00
greg-2.s
greg-3.d bfd/ 2012-06-06 10:50:18 +00:00
greg-3.s
greg-4.d bfd/ 2012-06-06 10:50:18 +00:00
greg-4.s
greg-5.d bfd/ 2012-06-06 10:50:18 +00:00
greg-5.s
greg-5s.d bfd/ 2012-06-06 10:50:18 +00:00
greg-6.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
greg-7.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
greg-8.d ld error/warning messages 2018-02-26 10:51:12 +10:30
greg-9.d ld error/warning messages 2018-02-26 10:51:12 +10:30
greg-10.d
greg-11.d
greg-11b.d
greg-12.d
greg-13.d
greg-14.d
greg-14s.d
greg-15.d
greg-16.d
greg-17.d ld error/warning messages 2018-02-26 10:51:12 +10:30
greg-18.d ld error/warning messages 2018-02-26 10:51:12 +10:30
greg-19.d bfd/ 2012-06-06 10:50:18 +00:00
greg-20.d
gregbza1.s
gregget1.s
gregget2.s
gregldo1.s
gregpsj1.s
hdr-1.d
jumpa12b.d
jumpa12f.d
jumpa13b.d
jumpa13f.d
jumpa14b.d
jumpa14f.d
jumpa-1b.d
jumpa-1f.d
jumpa-2b.d
jumpa-2f.d
jumpa-3b.d
jumpa-3f.d
jumpa-4b.d
jumpa-4f.d
jumpa-5b.d
jumpa-5f.d
jumpa-6b.d
jumpa-6f.d
jumpa-7b.d
jumpa-7f.d
jumpa-8b.d
jumpa-8f.d
jumpa-9b.d
jumpa-9f.d
jumpa.s
loc1.d ld/ 2012-06-15 15:13:41 +00:00
loc1.s
loc1m.d
loc2.d ld/ 2012-06-15 15:13:41 +00:00
loc2.s
loc2m.d
loc3.d ld/ 2012-06-15 15:13:41 +00:00
loc3m.d
loc4.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
loc4m.d
loc5.d
loc5m.d
loc6.d ld/ 2012-06-15 15:13:41 +00:00
loc6m.d
loc7.d
loc7m.d
loc8.d
loc8.s
loc8m.d
loc9.d
loc9.s
loc9m.d
loc10.d
loc10.s
loc10m.d
local1.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
local1.s
local1m.d
local2.d
local2.s
local2m.d
local3.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
local3m.d
local4.d
local4m.d
local5.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
local5m.d
local6.d
local6m.d
local7.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
local7m.d
local8.d
local8m.d
local9.d
local9m.d
local10.d
local10m.d
local11.d
local11m.d
local12.d
local12m.d
locdo-1.d ld/ 2012-06-15 15:13:41 +00:00
locdo.s
loct-1.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
loct.s
locto-1.d ld/ 2012-06-15 15:13:41 +00:00
locto.s
main1.s
mmix.exp Update year range in copyright notice of binutils files 2018-01-03 17:49:56 +10:30
mmohdr1.ld
mmosec1.ld
mmosec2.ld
nop123.s
orph-.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-awp.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-d-a.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-d-awn.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-d-awp.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-d-awpe.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-d.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-dc-ap.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-dc-awp.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
orph-dc.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
pad2p18m32.s
pad2p26m32.s
pad4.s
pad16.s
pr12815-1.d PR ld/12815 2011-07-25 01:16:05 +00:00
pr12815-1.ld PR ld/12815 2011-07-25 01:16:05 +00:00
pr12815-1.s PR ld/12815 2011-07-25 01:16:05 +00:00
pr12815-2.d PR ld/12815 2011-07-25 01:16:05 +00:00
pr12815-2.s PR ld/12815 2011-07-25 01:16:05 +00:00
pr20125.d PR ld/20125, MMIX weak symbols 2017-08-21 03:43:35 +02:00
pr20125.s PR ld/20125, MMIX weak symbols 2017-08-21 03:43:35 +02:00
pushja1b-s.d
pushja1b.d
pushja1f-s.d
pushja1f.d
pushja2b.d
pushja2f.d
pushja7b-s.d
pushja7b.d
pushja7f-s.d
pushja7f.d
pushja8b.d
pushja8f.d
pushja.s
pushjs1.d
pushjs1b.d
pushjs1bm.d
pushjs1m.d
pushjs1r.d
pushjs2.d
pushjs2b.d
pushjs2bm.d
pushjs2m.d
pushjs2r.d
pushjs3.d
pushjs3b.d
pushjs3bm.d
pushjs3m.d
pushjs3r.d
pushjs4.d
pushjs4b.d
pushjs4bm.d
pushjs4m.d
pushjs4r.d
reg-1.d
reg-1m.d
reg-2.d
reg-2m.d
regext1.s
sec-1.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
sec-1.s
sec-2.d
sec-2.s
sec-3.d * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
sec-4.d
sec-5.d
sec-6.d
sec-6.s
sec-6m.d
sec-7a.s
sec-7b.s
sec-7c.s
sec-7d.s
sec-7e.s
sec-7m.d * ld-mmix/bpo-9.d: Update. 2012-06-06 06:12:35 +00:00
sec-8a.s
sec-8b.s
sec-8d.s
sec-8m.d
sec-8m.s
sec-9.d
sec-10.d ld/testsuite: 2014-05-02 00:31:58 +02:00
sec-10.s ld/testsuite: 2014-05-02 00:31:58 +02:00
sec-11.d ld/testsuite: 2014-05-02 00:31:58 +02:00
sec-11.ld ld/testsuite: 2014-05-02 00:31:58 +02:00
sec-12.d ld/testsuite: 2014-05-02 00:31:58 +02:00
spec801.d
spec802.d
spec803.d
spec804.d
spec805.d
spec806.d
spec807.d
spec808.d
start2.s
start3.s
start4.s
start-1.d ld/ 2012-06-15 15:13:41 +00:00
start-2.d assorted target messages 2018-02-26 09:34:15 +10:30
start.s
sym-1.d
sym-2.d
sym-2.s
tm-ae.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-ape.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-awne.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-awpe.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-d-ap.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-d-awp.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-d.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-e.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
tm-orph1.s * ld-mmix/sec-1.d, ld-mmix/sec-3.d: Force end-of-section symbols 2012-09-09 16:31:12 +00:00
undef-1.d
undef-1.s
undef-1m.d
undef-2.d
undef-2.s
undef-2m.d
undef-3.d Make sure that undefined symbols added to the linker command line via the -u option appear in the output executable, if they have not been resolved. 2017-10-23 18:16:49 +01:00
undef-3m.d
wrap1.d Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap1a.s Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap1b.s Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap1c.s Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap2.d Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap3.d Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap3a.s Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap3b.s Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
wrap4.d Fix freeing of link_info.hash 2014-05-10 02:52:14 +02:00
x.s
y.s
zeroeh.ld
zeroehelf.d
zeroehmmo.d