From 8ea2b00f7f4041eb2c4440935ad81097af497a49 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 17 Sep 2004 06:17:47 +0000 Subject: * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. * po/gas.pot: Regenerate. --- gas/po/POTFILES.in | 2 + gas/po/gas.pot | 3720 ++++++++++++++++++++++++++++------------------------ 2 files changed, 1997 insertions(+), 1725 deletions(-) (limited to 'gas/po') diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index e4e3e4e..4f3e765 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -52,6 +52,8 @@ config/tc-avr.c config/tc-avr.h config/tc-cris.c config/tc-cris.h +config/tc-crx.c +config/tc-crx.h config/tc-d10v.c config/tc-d10v.h config/tc-d30v.c diff --git a/gas/po/gas.pot b/gas/po/gas.pot index cd983b3..bc2fbb6 100644 --- a/gas/po/gas.pot +++ b/gas/po/gas.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-03-19 15:01+1030\n" +"POT-Creation-Date: 2004-09-16 19:00+0930\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -57,31 +57,31 @@ msgstr "" msgid "end of file in comment; newline inserted" msgstr "" -#: as.c:158 +#: as.c:165 msgid "missing emulation mode name" msgstr "" -#: as.c:173 +#: as.c:180 #, c-format msgid "unrecognized emulation name `%s'" msgstr "" -#: as.c:221 +#: as.c:228 #, c-format msgid "GNU assembler version %s (%s) using BFD version %s" msgstr "" -#: as.c:224 +#: as.c:231 #, c-format msgid "GNU assembler version %s (%s)" msgstr "" -#: as.c:232 +#: as.c:239 #, c-format msgid "Usage: %s [option...] [asmfile...]\n" msgstr "" -#: as.c:234 +#: as.c:241 #, c-format msgid "" "Options:\n" @@ -97,153 +97,163 @@ msgid "" " \t =FILE list to FILE (must be last sub-option)\n" msgstr "" -#: as.c:247 +#: as.c:254 +#, c-format +msgid " --alternate initially turn on alternate macro syntax\n" +msgstr "" + +#: as.c:256 #, c-format msgid " -D produce assembler debugging messages\n" msgstr "" -#: as.c:249 +#: as.c:258 #, c-format msgid " --defsym SYM=VAL define symbol SYM to given value\n" msgstr "" -#: as.c:265 +#: as.c:274 #, c-format msgid " emulate output (default %s)\n" msgstr "" -#: as.c:270 +#: as.c:279 #, c-format msgid " --execstack require executable stack for this object\n" msgstr "" -#: as.c:272 +#: as.c:281 #, c-format msgid "" " --noexecstack don't require executable stack for this object\n" msgstr "" -#: as.c:275 +#: as.c:284 #, c-format msgid " -f skip whitespace and comment preprocessing\n" msgstr "" -#: as.c:277 +#: as.c:286 #, c-format -msgid " --gstabs generate stabs debugging information\n" +msgid " -g --gen-debug generate debugging information\n" msgstr "" -#: as.c:279 +#: as.c:288 +#, c-format +msgid " --gstabs generate STABS debugging information\n" +msgstr "" + +#: as.c:290 #, c-format msgid "" -" --gstabs+ generate stabs debug info with GNU extensions\n" +" --gstabs+ generate STABS debug info with GNU extensions\n" msgstr "" -#: as.c:281 +#: as.c:292 #, c-format -msgid " --gdwarf2 generate DWARF2 debugging information\n" +msgid " --gdwarf-2 generate DWARF2 debugging information\n" msgstr "" -#: as.c:283 +#: as.c:294 #, c-format msgid " --help show this message and exit\n" msgstr "" -#: as.c:285 +#: as.c:296 #, c-format msgid " --target-help show target specific options\n" msgstr "" -#: as.c:287 +#: as.c:298 #, c-format msgid "" " -I DIR add DIR to search list for .include directives\n" msgstr "" -#: as.c:289 +#: as.c:300 #, c-format msgid " -J don't warn about signed overflow\n" msgstr "" -#: as.c:291 +#: as.c:302 #, c-format msgid "" " -K warn when differences altered for long " "displacements\n" msgstr "" -#: as.c:293 +#: as.c:304 #, c-format msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" msgstr "" -#: as.c:295 +#: as.c:306 #, c-format msgid " -M,--mri assemble in MRI compatibility mode\n" msgstr "" -#: as.c:297 +#: as.c:308 #, c-format msgid "" " --MD FILE write dependency information in FILE (default " "none)\n" msgstr "" -#: as.c:299 +#: as.c:310 #, c-format msgid " -nocpp ignored\n" msgstr "" -#: as.c:301 +#: as.c:312 #, c-format msgid "" " -o OBJFILE name the object-file output OBJFILE (default a." "out)\n" msgstr "" -#: as.c:303 +#: as.c:314 #, c-format msgid " -R fold data section into text section\n" msgstr "" -#: as.c:305 +#: as.c:316 #, c-format msgid "" " --statistics print various measured statistics from execution\n" msgstr "" -#: as.c:307 +#: as.c:318 #, c-format msgid " --strip-local-absolute strip local absolute symbols\n" msgstr "" -#: as.c:309 +#: as.c:320 #, c-format msgid "" " --traditional-format Use same format as native assembler when possible\n" msgstr "" -#: as.c:311 +#: as.c:322 #, c-format msgid " --version print assembler version number and exit\n" msgstr "" -#: as.c:313 +#: as.c:324 #, c-format msgid " -W --no-warn suppress warnings\n" msgstr "" -#: as.c:315 +#: as.c:326 #, c-format msgid " --warn don't suppress warnings\n" msgstr "" -#: as.c:317 +#: as.c:328 #, c-format msgid " --fatal-warnings treat warnings as errors\n" msgstr "" -#: as.c:319 +#: as.c:330 #, c-format msgid "" " --itbl INSTTBL extend instruction set to include instructions\n" @@ -251,22 +261,22 @@ msgid "" "INSTTBL\n" msgstr "" -#: as.c:322 +#: as.c:333 #, c-format msgid " -w ignored\n" msgstr "" -#: as.c:324 +#: as.c:335 #, c-format msgid " -X ignored\n" msgstr "" -#: as.c:326 +#: as.c:337 #, c-format msgid " -Z generate object file even after errors\n" msgstr "" -#: as.c:328 +#: as.c:339 #, c-format msgid "" " --listing-lhs-width set the width in words of the output data column " @@ -274,7 +284,7 @@ msgid "" " the listing\n" msgstr "" -#: as.c:331 +#: as.c:342 #, c-format msgid "" " --listing-lhs-width2 set the width in words of the continuation lines\n" @@ -283,114 +293,119 @@ msgid "" " the width of the first line\n" msgstr "" -#: as.c:335 +#: as.c:346 #, c-format msgid "" " --listing-rhs-width set the max width in characters of the lines from\n" " the source file\n" msgstr "" -#: as.c:338 +#: as.c:349 #, c-format msgid "" " --listing-cont-lines set the maximum number of continuation lines used\n" " for the output data column of the listing\n" msgstr "" -#: as.c:345 +#: as.c:356 #, c-format msgid "Report bugs to %s\n" msgstr "" -#: as.c:561 as.c:563 +#: as.c:544 +#, c-format +msgid "unrecognized option -%c%s" +msgstr "" + +#: as.c:583 as.c:585 #, c-format msgid "GNU assembler %s\n" msgstr "" -#: as.c:565 +#: as.c:587 #, c-format msgid "Copyright 2002 Free Software Foundation, Inc.\n" msgstr "" -#: as.c:566 +#: as.c:588 #, c-format msgid "" "This program is free software; you may redistribute it under the terms of\n" "the GNU General Public License. This program has absolutely no warranty.\n" msgstr "" -#: as.c:569 +#: as.c:591 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "" -#: as.c:576 +#: as.c:598 msgid "multiple emulation names specified" msgstr "" -#: as.c:578 +#: as.c:600 msgid "emulations not handled in this configuration" msgstr "" -#: as.c:583 +#: as.c:605 #, c-format msgid "alias = %s\n" msgstr "" -#: as.c:584 +#: as.c:606 #, c-format msgid "canonical = %s\n" msgstr "" -#: as.c:585 +#: as.c:607 #, c-format msgid "cpu-type = %s\n" msgstr "" -#: as.c:587 +#: as.c:609 #, c-format msgid "format = %s\n" msgstr "" -#: as.c:590 +#: as.c:612 #, c-format msgid "bfd-target = %s\n" msgstr "" -#: as.c:603 +#: as.c:625 msgid "bad defsym; format is --defsym name=value" msgstr "" -#: as.c:627 +#: as.c:649 msgid "no file name following -t option" msgstr "" -#: as.c:642 +#: as.c:664 #, c-format msgid "failed to read instruction table %s\n" msgstr "" -#: as.c:770 +#: as.c:822 #, c-format msgid "invalid listing option `%c'" msgstr "" -#: as.c:829 +#: as.c:882 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "" -#: as.c:832 +#: as.c:885 #, c-format msgid "%s: data size %ld\n" msgstr "" -#: as.c:1143 +#: as.c:1194 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "" -#: as.h:216 +#: as.h:215 #, c-format msgid "Case value %ld unexpected at line %d of file \"%s\"\n" msgstr "" @@ -399,7 +414,7 @@ msgstr "" #. * We have a GROSS internal error. #. * This should never happen. #. -#: atof-generic.c:433 config/tc-m68k.c:3002 +#: atof-generic.c:433 config/tc-m68k.c:3155 msgid "failed sanity check" msgstr "" @@ -477,16 +492,16 @@ msgstr "" msgid "Attempt to put an undefined symbol into set %s" msgstr "" -#: config/obj-aout.c:197 config/obj-coff.c:1276 +#: config/obj-aout.c:197 config/obj-coff.c:1317 #, c-format msgid "Symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-aout.c:255 config/obj-coff.c:2022 +#: config/obj-aout.c:255 config/obj-coff.c:2062 msgid "unresolved relocation" msgstr "" -#: config/obj-aout.c:257 config/obj-coff.c:2024 +#: config/obj-aout.c:257 config/obj-coff.c:2064 #, c-format msgid "bad relocation: symbol `%s' not in symbol table" msgstr "" @@ -496,12 +511,12 @@ msgstr "" msgid "%s: bad type for weak symbol" msgstr "" -#: config/obj-aout.c:458 config/obj-coff.c:2945 write.c:1896 +#: config/obj-aout.c:450 config/obj-coff.c:2985 write.c:1899 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "" -#: config/obj-aout.c:528 +#: config/obj-aout.c:520 #, c-format msgid "Local symbol %s never defined." msgstr "" @@ -511,193 +526,201 @@ msgstr "" msgid "Local symbol %s never defined" msgstr "" -#: config/obj-coff.c:166 +#: config/obj-coff.c:168 #, c-format msgid "Inserting \"%s\" into structure table failed: %s" msgstr "" #. Zero is used as an end marker in the file. -#: config/obj-coff.c:469 +#: config/obj-coff.c:430 msgid "Line numbers must be positive integers\n" msgstr "" #. Wrong context. -#: config/obj-coff.c:503 config/obj-coff.c:2367 +#: config/obj-coff.c:464 config/obj-coff.c:2407 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:546 ecoff.c:3243 +#: config/obj-coff.c:507 ecoff.c:3243 msgid ".loc outside of .text" msgstr "" -#: config/obj-coff.c:553 +#: config/obj-coff.c:514 msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:641 config/obj-coff.c:2419 +#: config/obj-coff.c:602 config/obj-coff.c:2459 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:687 config/obj-coff.c:2471 +#: config/obj-coff.c:648 config/obj-coff.c:2511 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:725 +#: config/obj-coff.c:686 #, c-format msgid "`%s' symbol without preceding function" msgstr "" -#: config/obj-coff.c:812 config/obj-coff.c:2551 +#: config/obj-coff.c:773 config/obj-coff.c:2591 #, c-format msgid "unexpected storage class %d" msgstr "" -#: config/obj-coff.c:925 config/obj-coff.c:2658 +#: config/obj-coff.c:886 config/obj-coff.c:2698 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:945 config/obj-coff.c:2678 +#: config/obj-coff.c:906 config/obj-coff.c:2718 msgid "badly formed .dim directive ignored" msgstr "" -#: config/obj-coff.c:996 config/obj-coff.c:2738 +#: config/obj-coff.c:957 config/obj-coff.c:2778 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1012 config/obj-coff.c:2754 +#: config/obj-coff.c:973 config/obj-coff.c:2794 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1030 config/obj-coff.c:2772 +#: config/obj-coff.c:991 config/obj-coff.c:2812 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1049 config/obj-coff.c:2789 +#: config/obj-coff.c:1010 config/obj-coff.c:2829 #, c-format msgid "tag not found for .tag %s" msgstr "" -#: config/obj-coff.c:1064 config/obj-coff.c:2803 +#: config/obj-coff.c:1025 config/obj-coff.c:2843 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1086 config/obj-coff.c:2823 +#: config/obj-coff.c:1047 config/obj-coff.c:2863 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1233 config/obj-coff.c:3016 +#: config/obj-coff.c:1114 +msgid "badly formed .weak directive ignored" +msgstr "" + +#: config/obj-coff.c:1150 +msgid "alternate name missing in .weak directive" +msgstr "" + +#: config/obj-coff.c:1274 config/obj-coff.c:3056 msgid "mismatched .eb" msgstr "" -#: config/obj-coff.c:1254 config/obj-coff.c:3054 +#: config/obj-coff.c:1295 config/obj-coff.c:3094 msgid "C_EFCN symbol out of scope" msgstr "" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1482 +#: config/obj-coff.c:1523 #, c-format msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1487 config/obj-coff.c:3759 config/tc-ppc.c:4594 +#: config/obj-coff.c:1528 config/obj-coff.c:3799 config/tc-ppc.c:4595 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1517 config/tc-ppc.c:4612 config/tc-tic54x.c:4339 -#: read.c:2444 +#: config/obj-coff.c:1558 config/tc-ppc.c:4613 config/tc-tic54x.c:4339 +#: read.c:2459 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "" -#: config/obj-coff.c:1528 +#: config/obj-coff.c:1569 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "" -#: config/obj-coff.c:1664 +#: config/obj-coff.c:1705 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "" -#: config/obj-coff.c:1849 config/obj-ieee.c:69 +#: config/obj-coff.c:1889 config/obj-ieee.c:69 #, c-format msgid "Out of step\n" msgstr "" -#: config/obj-coff.c:2286 +#: config/obj-coff.c:2326 msgid "bfd_coff_swap_scnhdr_out failed" msgstr "" -#: config/obj-coff.c:2507 +#: config/obj-coff.c:2547 #, c-format msgid "`.bf' symbol without preceding function\n" msgstr "" -#: config/obj-coff.c:3457 config/obj-ieee.c:517 +#: config/obj-coff.c:3497 config/obj-ieee.c:517 #, c-format msgid "FATAL: Can't create %s" msgstr "" -#: config/obj-coff.c:3635 +#: config/obj-coff.c:3675 #, c-format msgid "Can't close %s: %s" msgstr "" -#: config/obj-coff.c:3669 +#: config/obj-coff.c:3709 #, c-format msgid "Too many new sections; can't add \"%s\"" msgstr "" -#: config/obj-coff.c:4057 config/tc-sparc.c:3646 +#: config/obj-coff.c:4097 config/tc-sparc.c:3646 msgid "Expected comma after name" msgstr "" -#: config/obj-coff.c:4063 +#: config/obj-coff.c:4103 msgid "Missing size expression" msgstr "" -#: config/obj-coff.c:4069 +#: config/obj-coff.c:4109 #, c-format msgid "lcomm length (%d.) <0! Ignored." msgstr "" -#: config/obj-coff.c:4097 +#: config/obj-coff.c:4137 #, c-format msgid "Symbol %s already defined" msgstr "" -#: config/obj-coff.c:4193 config/tc-i960.c:3221 +#: config/obj-coff.c:4233 config/tc-i960.c:3221 #, c-format msgid "No 'bal' entry point for leafproc %s" msgstr "" -#: config/obj-coff.c:4270 +#: config/obj-coff.c:4310 #, c-format msgid "Negative of non-absolute symbol %s" msgstr "" -#: config/obj-coff.c:4290 +#: config/obj-coff.c:4330 msgid "callj to difference of 2 symbols" msgstr "" -#: config/obj-coff.c:4334 +#: config/obj-coff.c:4374 #, c-format msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." msgstr "" -#: config/obj-coff.c:4420 config/tc-i960.c:2844 +#: config/obj-coff.c:4460 config/tc-i960.c:2844 msgid "can't use COBR format with external label" msgstr "" -#: config/obj-coff.c:4493 +#: config/obj-coff.c:4533 #, c-format msgid "Value of %ld too large for field of %d bytes at 0x%lx" msgstr "" -#: config/obj-coff.c:4507 +#: config/obj-coff.c:4547 #, c-format msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" @@ -715,144 +738,139 @@ msgstr "" msgid "bad .common segment %s" msgstr "" -#: config/obj-elf.c:548 +#: config/obj-elf.c:568 #, c-format msgid "setting incorrect section type for %s" msgstr "" -#: config/obj-elf.c:553 +#: config/obj-elf.c:573 #, c-format msgid "ignoring incorrect section type for %s" msgstr "" -#: config/obj-elf.c:585 +#: config/obj-elf.c:610 #, c-format msgid "setting incorrect section attributes for %s" msgstr "" -#: config/obj-elf.c:644 +#: config/obj-elf.c:670 #, c-format msgid "ignoring changed section attributes for %s" msgstr "" -#: config/obj-elf.c:646 +#: config/obj-elf.c:672 #, c-format msgid "ignoring changed section entity size for %s" msgstr "" -#: config/obj-elf.c:649 -#, c-format -msgid "ignoring new section group for %s" -msgstr "" - -#: config/obj-elf.c:701 +#: config/obj-elf.c:724 msgid "unrecognized .section attribute: want a,w,x,M,S,G,T" msgstr "" -#: config/obj-elf.c:738 +#: config/obj-elf.c:761 msgid "unrecognized section attribute" msgstr "" -#: config/obj-elf.c:760 read.c:2427 +#: config/obj-elf.c:789 read.c:2442 msgid "unrecognized section type" msgstr "" -#: config/obj-elf.c:790 +#: config/obj-elf.c:819 msgid "missing name" msgstr "" -#: config/obj-elf.c:901 +#: config/obj-elf.c:930 msgid "invalid merge entity size" msgstr "" -#: config/obj-elf.c:908 +#: config/obj-elf.c:937 msgid "entity size for SHF_MERGE not specified" msgstr "" -#: config/obj-elf.c:928 +#: config/obj-elf.c:957 msgid "group name for SHF_GROUP not specified" msgstr "" -#: config/obj-elf.c:941 +#: config/obj-elf.c:970 msgid "character following name is not '#'" msgstr "" -#: config/obj-elf.c:1038 +#: config/obj-elf.c:1067 msgid ".previous without corresponding .section; ignored" msgstr "" -#: config/obj-elf.c:1064 +#: config/obj-elf.c:1093 msgid ".popsection without corresponding .pushsection; ignored" msgstr "" -#: config/obj-elf.c:1116 +#: config/obj-elf.c:1145 msgid "expected comma after name in .symver" msgstr "" -#: config/obj-elf.c:1140 +#: config/obj-elf.c:1169 #, c-format msgid "missing version name in `%s' for symbol `%s'" msgstr "" -#: config/obj-elf.c:1151 +#: config/obj-elf.c:1180 #, c-format msgid "multiple versions [`%s'|`%s'] for symbol `%s'" msgstr "" -#: config/obj-elf.c:1381 +#: config/obj-elf.c:1410 msgid "expected quoted string" msgstr "" -#: config/obj-elf.c:1401 +#: config/obj-elf.c:1430 #, c-format msgid "expected comma after name `%s' in .size directive" msgstr "" -#: config/obj-elf.c:1410 +#: config/obj-elf.c:1439 msgid "missing expression in .size directive" msgstr "" -#: config/obj-elf.c:1497 +#: config/obj-elf.c:1526 #, c-format msgid "unrecognized symbol type \"%s\"" msgstr "" -#: config/obj-elf.c:1665 +#: config/obj-elf.c:1694 msgid ".size expression too complicated to fix up" msgstr "" -#: config/obj-elf.c:1697 +#: config/obj-elf.c:1726 #, c-format msgid "" "invalid attempt to declare external version name as default in symbol `%s'" msgstr "" -#: config/obj-elf.c:1758 ecoff.c:3601 +#: config/obj-elf.c:1787 ecoff.c:3601 #, c-format msgid "symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-elf.c:1875 +#: config/obj-elf.c:1905 #, c-format msgid "assuming all members of group `%s' are COMDAT" msgstr "" -#: config/obj-elf.c:1897 +#: config/obj-elf.c:1927 #, c-format msgid "can't create group: %s" msgstr "" -#: config/obj-elf.c:2005 +#: config/obj-elf.c:2036 #, c-format msgid "failed to set up debugging information: %s" msgstr "" -#: config/obj-elf.c:2024 +#: config/obj-elf.c:2056 #, c-format msgid "can't start writing .mdebug section: %s" msgstr "" -#: config/obj-elf.c:2032 +#: config/obj-elf.c:2064 #, c-format msgid "could not write .mdebug section: %s" msgstr "" @@ -866,24 +884,24 @@ msgstr "" msgid "too many sections" msgstr "" -#: config/obj-som.c:138 +#: config/obj-som.c:139 msgid "Only one .version pseudo-op per file!" msgstr "" -#: config/obj-som.c:155 config/obj-som.c:201 +#: config/obj-som.c:156 config/obj-som.c:202 msgid "Expected quoted string" msgstr "" -#: config/obj-som.c:164 +#: config/obj-som.c:165 #, c-format msgid "FATAL: Attaching version header %s" msgstr "" -#: config/obj-som.c:184 +#: config/obj-som.c:185 msgid "Only one .copyright pseudo-op per file!" msgstr "" -#: config/obj-som.c:210 +#: config/obj-som.c:211 #, c-format msgid "FATAL: Attaching copyright header %s" msgstr "" @@ -1040,36 +1058,36 @@ msgid "Unknown segment type" msgstr "" #. Probably a memory allocation problem? Give up now. -#: config/tc-a29k.c:333 config/tc-dlx.c:369 config/tc-hppa.c:1476 -#: config/tc-mips.c:1152 config/tc-mips.c:1194 config/tc-or32.c:228 +#: config/tc-a29k.c:333 config/tc-dlx.c:369 config/tc-hppa.c:1480 +#: config/tc-mips.c:1143 config/tc-mips.c:1185 config/tc-or32.c:228 #: config/tc-sparc.c:858 msgid "Broken assembler. No assembly attempted." msgstr "" -#: config/tc-a29k.c:378 config/tc-avr.c:1121 config/tc-d10v.c:545 +#: config/tc-a29k.c:378 config/tc-avr.c:1128 config/tc-d10v.c:545 #: config/tc-d30v.c:551 config/tc-h8300.c:470 config/tc-h8500.c:283 #: config/tc-mcore.c:607 config/tc-mmix.c:515 config/tc-mn10200.c:940 -#: config/tc-mn10300.c:1815 config/tc-msp430.c:1549 config/tc-or32.c:334 -#: config/tc-or32.c:390 config/tc-ppc.c:2371 config/tc-s390.c:1236 -#: config/tc-sh64.c:2208 config/tc-sh.c:1230 config/tc-tic80.c:279 -#: config/tc-v850.c:2041 config/tc-w65.c:218 config/tc-z8k.c:331 +#: config/tc-mn10300.c:1815 config/tc-msp430.c:316 config/tc-or32.c:334 +#: config/tc-or32.c:390 config/tc-ppc.c:2367 config/tc-s390.c:1217 +#: config/tc-sh64.c:2208 config/tc-sh.c:1240 config/tc-tic80.c:279 +#: config/tc-v850.c:2021 config/tc-w65.c:218 config/tc-z8k.c:331 msgid "missing operand" msgstr "" -#: config/tc-a29k.c:417 config/tc-cris.c:1075 config/tc-cris.c:1083 -#: config/tc-dlx.c:833 config/tc-hppa.c:1612 config/tc-i860.c:492 -#: config/tc-i860.c:509 config/tc-i860.c:989 config/tc-sparc.c:1420 -#: config/tc-sparc.c:1426 +#: config/tc-a29k.c:417 config/tc-cris.c:1128 config/tc-cris.c:1136 +#: config/tc-crx.c:2502 config/tc-dlx.c:846 config/tc-hppa.c:1616 +#: config/tc-i860.c:492 config/tc-i860.c:509 config/tc-i860.c:989 +#: config/tc-sparc.c:1420 config/tc-sparc.c:1426 #, c-format msgid "Unknown opcode: `%s'" msgstr "" -#: config/tc-a29k.c:422 config/tc-dlx.c:851 +#: config/tc-a29k.c:422 config/tc-dlx.c:864 #, c-format msgid "Unknown opcode `%s'." msgstr "" -#: config/tc-a29k.c:454 config/tc-dlx.c:912 +#: config/tc-a29k.c:454 config/tc-dlx.c:925 #, c-format msgid "Too many operands: %s" msgstr "" @@ -1080,7 +1098,7 @@ msgid "Immediate value of %ld is too large" msgstr "" #: config/tc-a29k.c:546 config/tc-i860.c:395 config/tc-i860.c:940 -#: config/tc-m68k.c:3310 config/tc-m68k.c:3339 config/tc-sparc.c:2658 +#: config/tc-m68k.c:3480 config/tc-m68k.c:3512 config/tc-sparc.c:2658 msgid "failed sanity check." msgstr "" @@ -1102,12 +1120,12 @@ msgstr "" msgid "a29k_estimate_size_before_relax\n" msgstr "" -#: config/tc-a29k.c:1095 config/tc-dlx.c:1280 config/tc-or32.c:1373 +#: config/tc-a29k.c:1095 config/tc-dlx.c:1295 config/tc-or32.c:1373 #, c-format msgid "label \"$%d\" redefined" msgstr "" -#: config/tc-a29k.c:1168 config/tc-dlx.c:510 config/tc-or32.c:1466 +#: config/tc-a29k.c:1168 config/tc-dlx.c:523 config/tc-or32.c:1466 #, c-format msgid "Invalid expression after %%%%\n" msgstr "" @@ -1126,14 +1144,14 @@ msgstr "" msgid "internal error: can't hash macro `%s': %s" msgstr "" -#: config/tc-alpha.c:943 config/tc-i960.c:2707 config/tc-xtensa.c:4842 -#: config/tc-xtensa.c:4903 +#: config/tc-alpha.c:943 config/tc-i960.c:2707 config/tc-xtensa.c:4844 +#: config/tc-xtensa.c:4905 msgid "syntax error" msgstr "" #: config/tc-alpha.c:1017 config/tc-h8300.c:2100 config/tc-h8500.c:1204 -#: config/tc-hppa.c:4029 config/tc-i860.c:1059 config/tc-m68hc11.c:557 -#: config/tc-m68k.c:4366 config/tc-m88k.c:991 config/tc-ns32k.c:1689 +#: config/tc-hppa.c:4033 config/tc-i860.c:1059 config/tc-m68hc11.c:557 +#: config/tc-m68k.c:4566 config/tc-m88k.c:991 config/tc-ns32k.c:1689 #: config/tc-or32.c:910 config/tc-sparc.c:2945 config/tc-z8k.c:1331 msgid "Bad call to MD_ATOF()" msgstr "" @@ -1176,7 +1194,7 @@ msgstr "" msgid "type %d reloc done?\n" msgstr "" -#: config/tc-alpha.c:1373 config/tc-alpha.c:1380 config/tc-mips.c:8578 +#: config/tc-alpha.c:1373 config/tc-alpha.c:1380 config/tc-mips.c:8407 msgid "Used $at without \".set noat\"" msgstr "" @@ -1185,12 +1203,12 @@ msgstr "" msgid "!samegp reloc against symbol without .prologue: %s" msgstr "" -#: config/tc-alpha.c:1581 config/tc-xtensa.c:5336 +#: config/tc-alpha.c:1581 config/tc-xtensa.c:5338 #, c-format msgid "cannot represent `%s' relocation in object file" msgstr "" -#: config/tc-alpha.c:1588 config/tc-xtensa.c:5343 +#: config/tc-alpha.c:1588 config/tc-xtensa.c:5345 #, c-format msgid "internal error? cannot generate `%s' relocation" msgstr "" @@ -1259,1544 +1277,1550 @@ msgstr "" msgid "Bad sequence number: !%s!%s" msgstr "" -#: config/tc-alpha.c:2378 -#, c-format -msgid "operand out of range (%s not between %d and %d)" +#: config/tc-alpha.c:2376 config/tc-arc.c:331 config/tc-mn10200.c:1345 +#: config/tc-mn10300.c:2596 config/tc-ppc.c:1461 config/tc-s390.c:611 +#: config/tc-v850.c:1625 +msgid "operand" msgstr "" -#: config/tc-alpha.c:2490 config/tc-alpha.c:2514 config/tc-d10v.c:634 +#: config/tc-alpha.c:2480 config/tc-alpha.c:2504 config/tc-d10v.c:634 #: config/tc-d30v.c:639 config/tc-mn10200.c:995 config/tc-mn10300.c:1888 -#: config/tc-ppc.c:2337 config/tc-ppc.c:2554 config/tc-ppc.c:2566 -#: config/tc-s390.c:1246 config/tc-s390.c:1346 config/tc-s390.c:1442 -#: config/tc-v850.c:1821 config/tc-v850.c:1844 config/tc-v850.c:2064 +#: config/tc-ppc.c:2333 config/tc-ppc.c:2550 config/tc-ppc.c:2562 +#: config/tc-s390.c:1227 config/tc-s390.c:1327 config/tc-s390.c:1423 +#: config/tc-v850.c:1801 config/tc-v850.c:1824 config/tc-v850.c:2044 msgid "too many fixups" msgstr "" -#: config/tc-alpha.c:2526 +#: config/tc-alpha.c:2516 msgid "invalid relocation for instruction" msgstr "" -#: config/tc-alpha.c:2537 +#: config/tc-alpha.c:2527 msgid "invalid relocation for field" msgstr "" -#: config/tc-alpha.c:2642 +#: config/tc-alpha.c:2632 #, c-format msgid "too many ldah insns for !gpdisp!%ld" msgstr "" -#: config/tc-alpha.c:2644 config/tc-alpha.c:2656 +#: config/tc-alpha.c:2634 config/tc-alpha.c:2646 #, c-format msgid "both insns for !gpdisp!%ld must be in the same section" msgstr "" -#: config/tc-alpha.c:2654 +#: config/tc-alpha.c:2644 #, c-format msgid "too many lda insns for !gpdisp!%ld" msgstr "" -#: config/tc-alpha.c:2707 +#: config/tc-alpha.c:2697 #, c-format msgid "too many lituse insns for !lituse_tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:2710 +#: config/tc-alpha.c:2700 #, c-format msgid "too many lituse insns for !lituse_tlsldm!%ld" msgstr "" -#: config/tc-alpha.c:2727 +#: config/tc-alpha.c:2717 #, c-format msgid "duplicate !tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:2729 +#: config/tc-alpha.c:2719 #, c-format msgid "sequence number in use for !tlsldm!%ld" msgstr "" -#: config/tc-alpha.c:2743 +#: config/tc-alpha.c:2733 #, c-format msgid "duplicate !tlsldm!%ld" msgstr "" -#: config/tc-alpha.c:2745 +#: config/tc-alpha.c:2735 #, c-format msgid "sequence number in use for !tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:2790 config/tc-alpha.c:2863 +#: config/tc-alpha.c:2780 config/tc-alpha.c:2853 #, c-format msgid "inappropriate arguments for opcode `%s'" msgstr "" -#: config/tc-alpha.c:2792 config/tc-alpha.c:2865 +#: config/tc-alpha.c:2782 config/tc-alpha.c:2855 #, c-format msgid "opcode `%s' not supported for target %s" msgstr "" -#: config/tc-alpha.c:2796 config/tc-alpha.c:2869 config/tc-avr.c:1087 -#: config/tc-msp430.c:461 +#: config/tc-alpha.c:2786 config/tc-alpha.c:2859 config/tc-avr.c:1094 +#: config/tc-msp430.c:1702 #, c-format msgid "unknown opcode `%s'" msgstr "" -#: config/tc-alpha.c:2916 +#: config/tc-alpha.c:2906 msgid "can not resolve expression" msgstr "" -#: config/tc-alpha.c:3060 config/tc-alpha.c:3239 +#: config/tc-alpha.c:3050 config/tc-alpha.c:3229 msgid "overflow in literal (.lita) table" msgstr "" -#: config/tc-alpha.c:3067 config/tc-alpha.c:3090 config/tc-alpha.c:3252 -#: config/tc-alpha.c:3467 config/tc-alpha.c:3512 config/tc-alpha.c:3586 -#: config/tc-alpha.c:3678 config/tc-alpha.c:3926 config/tc-alpha.c:4025 +#: config/tc-alpha.c:3057 config/tc-alpha.c:3080 config/tc-alpha.c:3242 +#: config/tc-alpha.c:3457 config/tc-alpha.c:3502 config/tc-alpha.c:3576 +#: config/tc-alpha.c:3668 config/tc-alpha.c:3916 config/tc-alpha.c:4015 msgid "macro requires $at register while noat in effect" msgstr "" -#: config/tc-alpha.c:3069 config/tc-alpha.c:3092 config/tc-alpha.c:3254 +#: config/tc-alpha.c:3059 config/tc-alpha.c:3082 config/tc-alpha.c:3244 msgid "macro requires $at while $at in use" msgstr "" -#: config/tc-alpha.c:3200 +#: config/tc-alpha.c:3190 msgid "bignum invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:3202 +#: config/tc-alpha.c:3192 msgid "floating point number invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:3207 +#: config/tc-alpha.c:3197 msgid "can't handle expression" msgstr "" -#: config/tc-alpha.c:3245 +#: config/tc-alpha.c:3235 msgid "overflow in literal (.lit8) table" msgstr "" -#: config/tc-alpha.c:4262 config/tc-ppc.c:1776 config/tc-ppc.c:4357 +#: config/tc-alpha.c:4252 config/tc-ppc.c:1766 config/tc-ppc.c:4358 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-alpha.c:4291 config/tc-sparc.c:3810 config/tc-v850.c:256 +#: config/tc-alpha.c:4281 config/tc-sparc.c:3810 config/tc-v850.c:256 msgid "Ignoring attempt to re-define symbol" msgstr "" -#: config/tc-alpha.c:4300 config/tc-alpha.c:4309 config/tc-ppc.c:4394 +#: config/tc-alpha.c:4290 config/tc-alpha.c:4299 config/tc-ppc.c:4395 #: config/tc-sparc.c:3818 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-alpha.c:4430 ecoff.c:3053 +#: config/tc-alpha.c:4420 ecoff.c:3053 msgid ".ent directive has no name" msgstr "" -#: config/tc-alpha.c:4438 +#: config/tc-alpha.c:4428 msgid "nested .ent directives" msgstr "" -#: config/tc-alpha.c:4483 ecoff.c:3004 +#: config/tc-alpha.c:4473 ecoff.c:3004 msgid ".end directive has no name" msgstr "" -#: config/tc-alpha.c:4492 +#: config/tc-alpha.c:4482 msgid ".end directive without matching .ent" msgstr "" -#: config/tc-alpha.c:4494 +#: config/tc-alpha.c:4484 msgid ".end directive names different symbol than .ent" msgstr "" -#: config/tc-alpha.c:4538 ecoff.c:3139 +#: config/tc-alpha.c:4528 ecoff.c:3139 msgid ".fmask outside of .ent" msgstr "" -#: config/tc-alpha.c:4540 ecoff.c:3207 +#: config/tc-alpha.c:4530 ecoff.c:3207 msgid ".mask outside of .ent" msgstr "" -#: config/tc-alpha.c:4548 ecoff.c:3146 +#: config/tc-alpha.c:4538 ecoff.c:3146 msgid "bad .fmask directive" msgstr "" -#: config/tc-alpha.c:4550 ecoff.c:3214 +#: config/tc-alpha.c:4540 ecoff.c:3214 msgid "bad .mask directive" msgstr "" -#: config/tc-alpha.c:4584 config/tc-mips.c:14002 ecoff.c:3167 +#: config/tc-alpha.c:4574 config/tc-mips.c:13668 ecoff.c:3167 msgid ".frame outside of .ent" msgstr "" -#: config/tc-alpha.c:4595 ecoff.c:3178 +#: config/tc-alpha.c:4585 ecoff.c:3178 msgid "bad .frame directive" msgstr "" -#: config/tc-alpha.c:4628 +#: config/tc-alpha.c:4618 msgid ".prologue directive without a preceding .ent directive" msgstr "" -#: config/tc-alpha.c:4646 +#: config/tc-alpha.c:4636 #, c-format msgid "Invalid argument %d to .prologue." msgstr "" -#: config/tc-alpha.c:4741 +#: config/tc-alpha.c:4731 msgid "ECOFF debugging is disabled." msgstr "" -#: config/tc-alpha.c:4755 +#: config/tc-alpha.c:4745 msgid ".ent directive without matching .end" msgstr "" -#: config/tc-alpha.c:4840 +#: config/tc-alpha.c:4830 msgid ".usepv directive has no name" msgstr "" -#: config/tc-alpha.c:4851 +#: config/tc-alpha.c:4841 msgid ".usepv directive has no type" msgstr "" -#: config/tc-alpha.c:4866 +#: config/tc-alpha.c:4856 msgid "unknown argument for .usepv" msgstr "" -#: config/tc-alpha.c:4900 +#: config/tc-alpha.c:4890 msgid "Unknown section directive" msgstr "" -#: config/tc-alpha.c:4936 +#: config/tc-alpha.c:4926 msgid ".ent directive has no symbol" msgstr "" -#: config/tc-alpha.c:4962 +#: config/tc-alpha.c:4952 msgid "Bad .frame directive 1./2. param" msgstr "" -#: config/tc-alpha.c:4974 +#: config/tc-alpha.c:4964 msgid "Bad .frame directive 3./4. param" msgstr "" -#: config/tc-alpha.c:4997 +#: config/tc-alpha.c:4987 msgid ".pdesc directive not in link (.link) section" msgstr "" -#: config/tc-alpha.c:5005 +#: config/tc-alpha.c:4995 msgid ".pdesc has no matching .ent" msgstr "" -#: config/tc-alpha.c:5016 +#: config/tc-alpha.c:5006 msgid ".pdesc directive has no entry symbol" msgstr "" -#: config/tc-alpha.c:5029 +#: config/tc-alpha.c:5019 msgid "No comma after .pdesc " msgstr "" -#: config/tc-alpha.c:5052 +#: config/tc-alpha.c:5042 msgid "unknown procedure kind" msgstr "" -#: config/tc-alpha.c:5143 +#: config/tc-alpha.c:5133 msgid ".name directive not in link (.link) section" msgstr "" -#: config/tc-alpha.c:5151 +#: config/tc-alpha.c:5141 msgid ".name directive has no symbol" msgstr "" -#: config/tc-alpha.c:5183 +#: config/tc-alpha.c:5173 msgid "No symbol after .linkage" msgstr "" -#: config/tc-alpha.c:5209 +#: config/tc-alpha.c:5199 msgid "No symbol after .code_address" msgstr "" -#: config/tc-alpha.c:5239 +#: config/tc-alpha.c:5229 msgid "Bad .mask directive" msgstr "" -#: config/tc-alpha.c:5258 +#: config/tc-alpha.c:5248 msgid "Bad .fmask directive" msgstr "" -#: config/tc-alpha.c:5420 +#: config/tc-alpha.c:5410 #, c-format msgid "Expected comma after name \"%s\"" msgstr "" #. *symbol_get_obj (symbolP) = (signed char) temp; -#: config/tc-alpha.c:5431 +#: config/tc-alpha.c:5421 #, c-format msgid "unhandled: .proc %s,%d" msgstr "" -#: config/tc-alpha.c:5466 +#: config/tc-alpha.c:5456 #, c-format msgid "Tried to .set unrecognized mode `%s'" msgstr "" #. not fatal, but it might not work in the end -#: config/tc-alpha.c:5483 +#: config/tc-alpha.c:5473 msgid "File overrides no-base-register option." msgstr "" -#: config/tc-alpha.c:5500 +#: config/tc-alpha.c:5490 #, c-format msgid "Bad base register, using $%d." msgstr "" -#: config/tc-alpha.c:5522 +#: config/tc-alpha.c:5512 #, c-format msgid "Alignment too large: %d. assumed" msgstr "" -#: config/tc-alpha.c:5526 config/tc-d30v.c:2198 +#: config/tc-alpha.c:5516 config/tc-d30v.c:2198 msgid "Alignment negative: 0 assumed" msgstr "" -#: config/tc-alpha.c:5839 +#: config/tc-alpha.c:5829 #, c-format msgid "Chose GP value of %lx\n" msgstr "" -#: config/tc-alpha.c:5855 +#: config/tc-alpha.c:5845 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-arc.c:1592 config/tc-arm.c:12902 config/tc-ip2k.c:219 +#: config/tc-arc.c:1582 config/tc-arm.c:12869 config/tc-ip2k.c:219 msgid "md_estimate_size_before_relax\n" msgstr "" -#: config/tc-arc.c:1604 +#: config/tc-arc.c:1594 msgid "md_convert_frag\n" msgstr "" #. We can't actually support subtracting a symbol. -#: config/tc-arc.c:1875 config/tc-arm.c:8079 config/tc-arm.c:11156 -#: config/tc-arm.c:11256 config/tc-avr.c:854 config/tc-cris.c:3123 -#: config/tc-d10v.c:1710 config/tc-d30v.c:1851 config/tc-mips.c:3800 -#: config/tc-mips.c:4938 config/tc-mips.c:5946 config/tc-mips.c:6575 -#: config/tc-msp430.c:1409 config/tc-ppc.c:5546 config/tc-v850.c:2373 +#: config/tc-arc.c:1865 config/tc-arm.c:8005 config/tc-arm.c:11087 +#: config/tc-arm.c:11187 config/tc-avr.c:861 config/tc-cris.c:3187 +#: config/tc-d10v.c:1710 config/tc-d30v.c:1851 config/tc-mips.c:3806 +#: config/tc-mips.c:4892 config/tc-mips.c:5844 config/tc-mips.c:6436 +#: config/tc-msp430.c:1784 config/tc-ppc.c:5547 config/tc-v850.c:2353 #: config/tc-xstormy16.c:483 msgid "expression too complex" msgstr "" -#: config/tc-arm.c:788 +#: config/tc-arm.c:720 msgid "ARM register expected" msgstr "" -#: config/tc-arm.c:789 config/tc-arm.c:3601 +#: config/tc-arm.c:721 msgid "bad or missing co-processor number" msgstr "" -#. In the few cases where we might be able to accept something else -#. this error can be overridden. -#: config/tc-arm.c:790 config/tc-arm.c:3656 +#: config/tc-arm.c:722 msgid "co-processor register expected" msgstr "" -#: config/tc-arm.c:791 +#: config/tc-arm.c:723 msgid "FPA register expected" msgstr "" -#: config/tc-arm.c:792 +#: config/tc-arm.c:724 msgid "VFP single precision register expected" msgstr "" -#: config/tc-arm.c:793 +#: config/tc-arm.c:725 msgid "VFP double precision register expected" msgstr "" -#: config/tc-arm.c:794 +#: config/tc-arm.c:726 msgid "Maverick MVF register expected" msgstr "" -#: config/tc-arm.c:795 +#: config/tc-arm.c:727 msgid "Maverick MVD register expected" msgstr "" -#: config/tc-arm.c:796 +#: config/tc-arm.c:728 msgid "Maverick MVFX register expected" msgstr "" -#: config/tc-arm.c:797 +#: config/tc-arm.c:729 msgid "Maverick MVDX register expected" msgstr "" -#: config/tc-arm.c:798 +#: config/tc-arm.c:730 msgid "Maverick MVAX register expected" msgstr "" -#: config/tc-arm.c:799 +#: config/tc-arm.c:731 msgid "Maverick DSPSC register expected" msgstr "" -#: config/tc-arm.c:800 +#: config/tc-arm.c:732 msgid "Intel Wireless MMX technology register expected" msgstr "" -#: config/tc-arm.c:2485 +#: config/tc-arm.c:2417 msgid "bad arguments to instruction" msgstr "" -#: config/tc-arm.c:2486 +#: config/tc-arm.c:2418 msgid "r15 not allowed here" msgstr "" -#: config/tc-arm.c:2487 +#: config/tc-arm.c:2419 msgid "instruction is not conditional" msgstr "" -#: config/tc-arm.c:2488 +#: config/tc-arm.c:2420 msgid "acc0 expected" msgstr "" -#: config/tc-arm.c:2686 +#: config/tc-arm.c:2621 msgid "literal pool overflow" msgstr "" -#: config/tc-arm.c:3000 +#: config/tc-arm.c:2924 msgid "invalid syntax for .req directive" msgstr "" -#: config/tc-arm.c:3043 +#: config/tc-arm.c:2967 #, c-format msgid "unreq: missing hash entry for \"%s\"" msgstr "" -#: config/tc-arm.c:3062 config/tc-arm.c:3065 +#: config/tc-arm.c:2986 config/tc-arm.c:2989 #, c-format msgid ".unreq: unrecognized symbol \"%s\"" msgstr "" -#: config/tc-arm.c:3068 +#: config/tc-arm.c:2992 msgid "invalid syntax for .unreq directive" msgstr "" -#: config/tc-arm.c:3152 +#: config/tc-arm.c:3078 #, c-format msgid "alignment too large: %d assumed" msgstr "" -#: config/tc-arm.c:3155 +#: config/tc-arm.c:3081 msgid "alignment negative. 0 assumed." msgstr "" -#: config/tc-arm.c:3239 +#: config/tc-arm.c:3165 #, c-format msgid "expected comma after name \"%s\"" msgstr "" -#: config/tc-arm.c:3289 config/tc-m32r.c:586 +#: config/tc-arm.c:3215 config/tc-m32r.c:649 #, c-format msgid "symbol `%s' already defined" msgstr "" -#: config/tc-arm.c:3314 +#: config/tc-arm.c:3240 msgid "selected processor does not support THUMB opcodes" msgstr "" -#: config/tc-arm.c:3328 +#: config/tc-arm.c:3254 msgid "selected processor does not support ARM opcodes" msgstr "" -#: config/tc-arm.c:3341 +#: config/tc-arm.c:3267 #, c-format msgid "invalid instruction size selected (%d)" msgstr "" -#: config/tc-arm.c:3376 +#: config/tc-arm.c:3302 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "" -#: config/tc-arm.c:3387 +#: config/tc-arm.c:3313 msgid "garbage following instruction" msgstr "" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:3437 +#: config/tc-arm.c:3363 #, c-format msgid "register expected, not '%.100s'" msgstr "" #. In the few cases where we might be able to accept #. something else this error can be overridden. -#: config/tc-arm.c:3488 +#: config/tc-arm.c:3414 #, c-format msgid "Intel Wireless MMX technology register expected, not '%.100s'" msgstr "" #. In the few cases where we might be able to accept #. something else this error can be overridden. -#: config/tc-arm.c:3560 +#: config/tc-arm.c:3486 msgid "flag for {c}psr instruction expected" msgstr "" -#: config/tc-arm.c:3594 +#: config/tc-arm.c:3520 msgid "illegal co-processor number" msgstr "" -#: config/tc-arm.c:3626 config/tc-arm.c:6248 +#: config/tc-arm.c:3552 config/tc-arm.c:6174 msgid "bad or missing expression" msgstr "" -#: config/tc-arm.c:3632 +#: config/tc-arm.c:3558 msgid "immediate co-processor expression too large" msgstr "" -#. In the few cases where we might be able to accept something else -#. this error can be overridden. -#: config/tc-arm.c:3679 -msgid "floating point register expected" -msgstr "" - -#: config/tc-arm.c:3696 config/tc-arm.c:3915 config/tc-arm.c:5015 -#: config/tc-arm.c:5103 config/tc-arm.c:5359 config/tc-arm.c:5463 -#: config/tc-arm.c:5748 +#: config/tc-arm.c:3622 config/tc-arm.c:3841 config/tc-arm.c:4941 +#: config/tc-arm.c:5029 config/tc-arm.c:5285 config/tc-arm.c:5389 +#: config/tc-arm.c:5674 msgid "immediate expression expected" msgstr "" -#: config/tc-arm.c:3711 +#: config/tc-arm.c:3637 msgid "co-processor address must be word aligned" msgstr "" -#: config/tc-arm.c:3717 config/tc-arm.c:3930 +#: config/tc-arm.c:3643 config/tc-arm.c:3856 msgid "offset too large" msgstr "" -#: config/tc-arm.c:3777 +#: config/tc-arm.c:3703 msgid "comma expected after closing square bracket" msgstr "" -#: config/tc-arm.c:3792 config/tc-arm.c:3978 +#: config/tc-arm.c:3718 config/tc-arm.c:3904 msgid "pc may not be used in post-increment" msgstr "" -#: config/tc-arm.c:3820 +#: config/tc-arm.c:3746 msgid "'option' field too large" msgstr "" -#: config/tc-arm.c:3828 +#: config/tc-arm.c:3754 msgid "'}' expected at end of 'option' field" msgstr "" -#: config/tc-arm.c:3840 +#: config/tc-arm.c:3766 msgid "non-constant expressions for 'option' field not supported" msgstr "" -#: config/tc-arm.c:3846 +#: config/tc-arm.c:3772 msgid "# or { expected after comma" msgstr "" -#: config/tc-arm.c:3856 config/tc-arm.c:3994 config/tc-arm.c:4435 -#: config/tc-arm.c:6644 config/tc-arm.c:7529 config/tc-arm.c:7861 +#: config/tc-arm.c:3782 config/tc-arm.c:3920 config/tc-arm.c:4361 +#: config/tc-arm.c:6570 config/tc-arm.c:7455 config/tc-arm.c:7787 msgid "pre-indexed expression expected" msgstr "" -#: config/tc-arm.c:3869 config/tc-arm.c:4007 config/tc-arm.c:4448 -#: config/tc-arm.c:6655 config/tc-arm.c:7541 config/tc-arm.c:7873 -#: config/tc-arm.c:8243 config/tc-arm.c:10901 config/tc-arm.c:10916 +#: config/tc-arm.c:3795 config/tc-arm.c:3933 config/tc-arm.c:4374 +#: config/tc-arm.c:6581 config/tc-arm.c:7467 config/tc-arm.c:7799 +#: config/tc-arm.c:8169 config/tc-arm.c:10832 config/tc-arm.c:10847 msgid "missing ]" msgstr "" -#: config/tc-arm.c:3879 config/tc-arm.c:4017 +#: config/tc-arm.c:3805 config/tc-arm.c:3943 msgid "pc may not be used with write-back" msgstr "" -#: config/tc-arm.c:4068 +#: config/tc-arm.c:3994 msgid "comma expected after register name" msgstr "" -#: config/tc-arm.c:4087 +#: config/tc-arm.c:4013 msgid "CPSR or SPSR expected" msgstr "" -#: config/tc-arm.c:4113 +#: config/tc-arm.c:4039 msgid "comma missing after psr flags" msgstr "" -#: config/tc-arm.c:4129 config/tc-arm.c:4139 +#: config/tc-arm.c:4055 config/tc-arm.c:4065 msgid "only a register or immediate value can follow a psr flag" msgstr "" -#: config/tc-arm.c:4150 +#: config/tc-arm.c:4076 msgid "immediate value cannot be used to set this field" msgstr "" -#: config/tc-arm.c:4168 config/tc-arm.c:5769 config/tc-arm.c:6871 -#: config/tc-arm.c:7170 config/tc-arm.c:7190 config/tc-i960.c:1935 +#: config/tc-arm.c:4094 config/tc-arm.c:5695 config/tc-arm.c:6797 +#: config/tc-arm.c:7096 config/tc-arm.c:7116 config/tc-i960.c:1935 msgid "invalid constant" msgstr "" -#: config/tc-arm.c:4216 +#: config/tc-arm.c:4142 msgid "rdhi, rdlo and rm must all be different" msgstr "" -#: config/tc-arm.c:4269 +#: config/tc-arm.c:4195 msgid "rd and rm should be different in mul" msgstr "" -#: config/tc-arm.c:4322 +#: config/tc-arm.c:4248 msgid "rd and rm should be different in mla" msgstr "" -#: config/tc-arm.c:4369 +#: config/tc-arm.c:4295 #, c-format msgid "acc0 expected, not '%.100s'" msgstr "" -#: config/tc-arm.c:4547 +#: config/tc-arm.c:4473 msgid "rdhi and rdlo must be different" msgstr "" -#: config/tc-arm.c:4655 +#: config/tc-arm.c:4581 msgid "Warning: instruction unpredictable when using r15" msgstr "" -#: config/tc-arm.c:4870 +#: config/tc-arm.c:4796 msgid "use of r15 in bxj is not really useful" msgstr "" -#: config/tc-arm.c:4931 config/tc-arm.c:4954 +#: config/tc-arm.c:4857 config/tc-arm.c:4880 msgid "Rd equal to Rm or Rn yields unpredictable results" msgstr "" -#: config/tc-arm.c:5020 config/tc-arm.c:5108 config/tc-arm.c:5365 -#: config/tc-arm.c:5469 config/tc-arm.c:5755 config/tc-arm.c:5841 -#: config/tc-arm.c:6026 config/tc-arm.c:6892 expr.c:1310 read.c:2097 +#: config/tc-arm.c:4946 config/tc-arm.c:5034 config/tc-arm.c:5291 +#: config/tc-arm.c:5395 config/tc-arm.c:5681 config/tc-arm.c:5767 +#: config/tc-arm.c:5952 config/tc-arm.c:6818 expr.c:1341 read.c:2112 msgid "bad expression" msgstr "" -#: config/tc-arm.c:5025 config/tc-arm.c:5113 config/tc-arm.c:5371 -#: config/tc-arm.c:5475 config/tc-arm.c:5761 config/tc-arm.c:7161 -#: config/tc-arm.c:7577 config/tc-arm.c:7910 config/tc-arm.c:8534 -#: config/tc-v850.c:1924 config/tc-v850.c:1945 +#: config/tc-arm.c:4951 config/tc-arm.c:5039 config/tc-arm.c:5297 +#: config/tc-arm.c:5401 config/tc-arm.c:5687 config/tc-arm.c:7087 +#: config/tc-arm.c:7503 config/tc-arm.c:7836 config/tc-arm.c:8460 +#: config/tc-v850.c:1904 config/tc-v850.c:1925 msgid "constant expression expected" msgstr "" -#: config/tc-arm.c:5031 config/tc-arm.c:5119 config/tc-arm.c:5850 -#: config/tc-arm.c:6035 config/tc-arm.c:6256 config/tc-arm.c:9842 -#: config/tc-arm.c:9877 config/tc-arm.c:9887 config/tc-z8k.c:1129 +#: config/tc-arm.c:4957 config/tc-arm.c:5045 config/tc-arm.c:5776 +#: config/tc-arm.c:5961 config/tc-arm.c:6182 config/tc-arm.c:9768 +#: config/tc-arm.c:9803 config/tc-arm.c:9813 config/tc-z8k.c:1129 #: config/tc-z8k.c:1141 msgid "immediate value out of range" msgstr "" -#: config/tc-arm.c:5285 +#: config/tc-arm.c:5211 msgid "missing endian specifier" msgstr "" -#: config/tc-arm.c:5294 +#: config/tc-arm.c:5220 msgid "valid endian specifiers are be or le" msgstr "" -#: config/tc-arm.c:5349 config/tc-arm.c:5453 +#: config/tc-arm.c:5275 config/tc-arm.c:5379 msgid "missing rotation field after comma" msgstr "" -#: config/tc-arm.c:5393 config/tc-arm.c:5498 +#: config/tc-arm.c:5319 config/tc-arm.c:5424 msgid "rotation can be 8, 16, 24 or 0 when field is ommited" msgstr "" -#: config/tc-arm.c:5810 +#: config/tc-arm.c:5736 msgid "unrecognized flag" msgstr "" -#: config/tc-arm.c:5816 +#: config/tc-arm.c:5742 msgid "no 'a', 'i', or 'f' flags for 'cps'" msgstr "" -#: config/tc-arm.c:6289 config/tc-arm.c:6448 +#: config/tc-arm.c:6215 config/tc-arm.c:6374 msgid "non-word size not supported with control register" msgstr "" -#: config/tc-arm.c:6304 +#: config/tc-arm.c:6230 msgid "only r15 allowed here" msgstr "" -#: config/tc-arm.c:6446 +#: config/tc-arm.c:6372 msgid "conditional execution not supported with control register" msgstr "" -#: config/tc-arm.c:6607 +#: config/tc-arm.c:6533 msgid "'[' expected after PLD mnemonic" msgstr "" -#: config/tc-arm.c:6629 +#: config/tc-arm.c:6555 msgid "post-indexed expression used in preload instruction" msgstr "" -#: config/tc-arm.c:6634 config/tc-arm.c:6664 +#: config/tc-arm.c:6560 config/tc-arm.c:6590 msgid "writeback used in preload instruction" msgstr "" -#: config/tc-arm.c:6706 +#: config/tc-arm.c:6632 msgid "destination register must be even" msgstr "" -#: config/tc-arm.c:6712 +#: config/tc-arm.c:6638 msgid "r14 not allowed here" msgstr "" -#: config/tc-arm.c:6719 +#: config/tc-arm.c:6645 msgid "pre/post-indexing used when modified address register is destination" msgstr "" -#: config/tc-arm.c:6729 +#: config/tc-arm.c:6655 msgid "ldrd destination registers must not overlap index register" msgstr "" -#: config/tc-arm.c:6855 +#: config/tc-arm.c:6781 msgid "bad_segment" msgstr "" -#: config/tc-arm.c:6914 config/tc-arm.c:6925 +#: config/tc-arm.c:6840 config/tc-arm.c:6851 msgid "shift expression expected" msgstr "" -#: config/tc-arm.c:6935 +#: config/tc-arm.c:6861 msgid "'LSL' or 'ASR' required" msgstr "" -#: config/tc-arm.c:6941 +#: config/tc-arm.c:6867 msgid "'LSL' required" msgstr "" -#: config/tc-arm.c:6947 +#: config/tc-arm.c:6873 msgid "'ASR' required" msgstr "" -#: config/tc-arm.c:6969 +#: config/tc-arm.c:6895 msgid "shift requires register or #expression" msgstr "" -#: config/tc-arm.c:6970 +#: config/tc-arm.c:6896 msgid "shift requires #expression" msgstr "" -#: config/tc-arm.c:7000 +#: config/tc-arm.c:6926 msgid "shift of 0 ignored." msgstr "" -#: config/tc-arm.c:7006 +#: config/tc-arm.c:6932 msgid "invalid immediate shift" msgstr "" -#: config/tc-arm.c:7203 +#: config/tc-arm.c:7129 msgid "register or shift expression expected" msgstr "" -#: config/tc-arm.c:7256 +#: config/tc-arm.c:7182 msgid "invalid floating point immediate expression" msgstr "" -#: config/tc-arm.c:7260 +#: config/tc-arm.c:7186 msgid "floating point register or immediate expression expected" msgstr "" -#: config/tc-arm.c:7413 config/tc-arm.c:7741 +#: config/tc-arm.c:7339 config/tc-arm.c:7667 msgid "address offset too large" msgstr "" -#: config/tc-arm.c:7471 config/tc-arm.c:7660 config/tc-arm.c:7801 +#: config/tc-arm.c:7397 config/tc-arm.c:7586 config/tc-arm.c:7727 msgid "address expected" msgstr "" -#: config/tc-arm.c:7501 config/tc-arm.c:7513 config/tc-arm.c:7550 -#: config/tc-arm.c:7678 config/tc-arm.c:7831 config/tc-arm.c:7845 -#: config/tc-arm.c:7882 +#: config/tc-arm.c:7427 config/tc-arm.c:7439 config/tc-arm.c:7476 +#: config/tc-arm.c:7604 config/tc-arm.c:7757 config/tc-arm.c:7771 +#: config/tc-arm.c:7808 #, c-format msgid "%s register same as write-back base" msgstr "" -#: config/tc-arm.c:7503 config/tc-arm.c:7515 config/tc-arm.c:7552 -#: config/tc-arm.c:7680 config/tc-arm.c:7833 config/tc-arm.c:7847 -#: config/tc-arm.c:7884 +#: config/tc-arm.c:7429 config/tc-arm.c:7441 config/tc-arm.c:7478 +#: config/tc-arm.c:7606 config/tc-arm.c:7759 config/tc-arm.c:7773 +#: config/tc-arm.c:7810 msgid "destination" msgstr "" -#: config/tc-arm.c:7503 config/tc-arm.c:7515 config/tc-arm.c:7552 -#: config/tc-arm.c:7680 config/tc-arm.c:7833 config/tc-arm.c:7847 -#: config/tc-arm.c:7884 +#: config/tc-arm.c:7429 config/tc-arm.c:7441 config/tc-arm.c:7478 +#: config/tc-arm.c:7606 config/tc-arm.c:7759 config/tc-arm.c:7773 +#: config/tc-arm.c:7810 msgid "source" msgstr "" -#: config/tc-arm.c:7562 config/tc-arm.c:7894 config/tc-arm.c:10148 +#: config/tc-arm.c:7488 config/tc-arm.c:7820 config/tc-arm.c:10074 msgid "invalid pseudo operation" msgstr "" -#: config/tc-arm.c:7614 config/tc-arm.c:7945 +#: config/tc-arm.c:7540 config/tc-arm.c:7871 msgid "literal pool insertion failed" msgstr "" -#: config/tc-arm.c:7708 config/tc-arm.c:7714 +#: config/tc-arm.c:7634 config/tc-arm.c:7640 msgid "post-indexed expression expected" msgstr "" -#: config/tc-arm.c:8010 +#: config/tc-arm.c:7936 msgid "bad range in register list" msgstr "" -#: config/tc-arm.c:8018 config/tc-arm.c:8027 config/tc-arm.c:8069 +#: config/tc-arm.c:7944 config/tc-arm.c:7953 config/tc-arm.c:7995 #, c-format msgid "Warning: duplicated register (r%d) in register list" msgstr "" -#: config/tc-arm.c:8030 +#: config/tc-arm.c:7956 msgid "Warning: register range not in ascending order" msgstr "" -#: config/tc-arm.c:8042 +#: config/tc-arm.c:7968 msgid "missing `}'" msgstr "" -#: config/tc-arm.c:8058 +#: config/tc-arm.c:7984 msgid "invalid register mask" msgstr "" -#: config/tc-arm.c:8117 +#: config/tc-arm.c:8043 msgid "r15 not allowed as base register" msgstr "" -#: config/tc-arm.c:8151 config/tc-arm.c:8160 +#: config/tc-arm.c:8077 config/tc-arm.c:8086 msgid "writeback of base register is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:8154 +#: config/tc-arm.c:8080 msgid "writeback of base register when in register list is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:8164 +#: config/tc-arm.c:8090 msgid "if writeback register is in list, it must be the lowest reg in the list" msgstr "" -#: config/tc-arm.c:8203 config/tc-arm.c:8217 +#: config/tc-arm.c:8129 config/tc-arm.c:8143 msgid "r15 not allowed in swap" msgstr "" -#: config/tc-arm.c:8310 +#: config/tc-arm.c:8236 msgid "use of r15 in bx in ARM mode is not really useful" msgstr "" -#: config/tc-arm.c:8540 +#: config/tc-arm.c:8466 msgid "constant value required for number of registers" msgstr "" -#: config/tc-arm.c:8548 +#: config/tc-arm.c:8474 msgid "number of registers must be in the range [1:4]" msgstr "" -#: config/tc-arm.c:8609 +#: config/tc-arm.c:8535 msgid "r15 not allowed as base register with write-back" msgstr "" -#: config/tc-arm.c:8979 config/tc-arm.c:9015 +#: config/tc-arm.c:8905 config/tc-arm.c:8941 msgid "only two consecutive VFP SP registers allowed here" msgstr "" -#: config/tc-arm.c:9167 +#: config/tc-arm.c:9093 msgid "VFP system register expected" msgstr "" -#: config/tc-arm.c:9301 config/tc-arm.c:9340 config/tc-arm.c:9353 -#: config/tc-arm.c:9414 config/tc-arm.c:9453 config/tc-arm.c:9466 -#: config/tc-h8300.c:1009 config/tc-mips.c:9711 config/tc-mips.c:9741 +#: config/tc-arm.c:9227 config/tc-arm.c:9266 config/tc-arm.c:9279 +#: config/tc-arm.c:9340 config/tc-arm.c:9379 config/tc-arm.c:9392 +#: config/tc-h8300.c:1009 config/tc-mips.c:9527 config/tc-mips.c:9557 msgid "invalid register list" msgstr "" -#: config/tc-arm.c:9307 config/tc-arm.c:9420 +#: config/tc-arm.c:9233 config/tc-arm.c:9346 msgid "register list not in ascending order" msgstr "" -#: config/tc-arm.c:9332 config/tc-arm.c:9445 +#: config/tc-arm.c:9258 config/tc-arm.c:9371 msgid "register range not in ascending order" msgstr "" -#: config/tc-arm.c:9370 config/tc-arm.c:9483 +#: config/tc-arm.c:9296 config/tc-arm.c:9409 msgid "non-contiguous register range" msgstr "" -#: config/tc-arm.c:9513 config/tc-arm.c:9550 +#: config/tc-arm.c:9439 config/tc-arm.c:9476 msgid "this addressing mode requires base-register writeback" msgstr "" -#: config/tc-arm.c:9706 +#: config/tc-arm.c:9632 msgid "lo register required" msgstr "" -#: config/tc-arm.c:9714 +#: config/tc-arm.c:9640 msgid "hi register required" msgstr "" -#: config/tc-arm.c:9784 config/tc-arm.c:10988 +#: config/tc-arm.c:9710 config/tc-arm.c:10919 msgid "dest and source1 must be the same register" msgstr "" -#: config/tc-arm.c:9791 +#: config/tc-arm.c:9717 msgid "subtract valid only on lo regs" msgstr "" -#: config/tc-arm.c:9815 +#: config/tc-arm.c:9741 msgid "invalid Hi register with immediate" msgstr "" -#: config/tc-arm.c:9855 +#: config/tc-arm.c:9781 msgid "invalid immediate value for stack adjust" msgstr "" -#: config/tc-arm.c:9866 +#: config/tc-arm.c:9792 msgid "invalid immediate for address calculation" msgstr "" -#: config/tc-arm.c:9953 +#: config/tc-arm.c:9879 msgid "source1 and dest must be same register" msgstr "" -#: config/tc-arm.c:9987 +#: config/tc-arm.c:9913 msgid "invalid immediate for shift" msgstr "" -#: config/tc-arm.c:10066 +#: config/tc-arm.c:9992 msgid "only lo regs allowed with immediate" msgstr "" -#: config/tc-arm.c:10085 +#: config/tc-arm.c:10011 msgid "invalid immediate" msgstr "" -#: config/tc-arm.c:10139 +#: config/tc-arm.c:10065 msgid "expected ']'" msgstr "" -#: config/tc-arm.c:10212 +#: config/tc-arm.c:10138 msgid "byte or halfword not valid for base register" msgstr "" -#: config/tc-arm.c:10217 +#: config/tc-arm.c:10143 msgid "r15 based store not allowed" msgstr "" -#: config/tc-arm.c:10222 +#: config/tc-arm.c:10148 msgid "invalid base register for register offset" msgstr "" -#: config/tc-arm.c:10240 config/tc-arm.c:10275 +#: config/tc-arm.c:10166 config/tc-arm.c:10201 msgid "invalid offset" msgstr "" -#: config/tc-arm.c:10251 +#: config/tc-arm.c:10177 msgid "invalid base register in load/store" msgstr "" -#: config/tc-arm.c:10794 +#: config/tc-arm.c:10720 msgid "expecting immediate, 7bit operand" msgstr "" -#: config/tc-arm.c:10809 +#: config/tc-arm.c:10735 msgid "immediate out of range" msgstr "" -#: config/tc-arm.c:10852 +#: config/tc-arm.c:10778 msgid "offset expected" msgstr "" -#: config/tc-arm.c:10861 config/tc-pj.c:537 config/tc-sh.c:3892 +#: config/tc-arm.c:10787 config/tc-pj.c:537 config/tc-sh.c:4107 msgid "offset out of range" msgstr "" -#: config/tc-arm.c:10996 +#: config/tc-arm.c:10792 +msgid "offset not a multiple of 4" +msgstr "" + +#: config/tc-arm.c:10927 msgid "Rs and Rd must be different in MUL" msgstr "" -#: config/tc-arm.c:11140 +#: config/tc-arm.c:11071 msgid "" "inserted missing '!': load/store multiple always writes back base register" msgstr "" -#: config/tc-arm.c:11162 +#: config/tc-arm.c:11093 msgid "only lo-regs valid in load/store multiple" msgstr "" -#: config/tc-arm.c:11208 +#: config/tc-arm.c:11139 msgid "syntax: ldrs[b] Rd, [Rb, Ro]" msgstr "" -#: config/tc-arm.c:11272 +#: config/tc-arm.c:11203 msgid "invalid register list to push/pop instruction" msgstr "" -#: config/tc-arm.c:11383 config/tc-arm.c:11621 +#: config/tc-arm.c:11314 config/tc-arm.c:11552 msgid "virtual memory exhausted" msgstr "" -#: config/tc-arm.c:11408 +#: config/tc-arm.c:11339 #, c-format msgid "failed to create an alias for %s, reason: %s" msgstr "" -#: config/tc-arm.c:11473 +#: config/tc-arm.c:11404 #, c-format msgid "register '%s' does not exist\n" msgstr "" -#: config/tc-arm.c:11477 +#: config/tc-arm.c:11408 #, c-format msgid "" "ignoring redefinition of register alias '%s' to non-existant register '%s'" msgstr "" -#: config/tc-arm.c:11486 +#: config/tc-arm.c:11417 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "" -#: config/tc-arm.c:11492 +#: config/tc-arm.c:11423 msgid "ignoring incomplete .req pseuso op" msgstr "" -#: config/tc-arm.c:11645 +#: config/tc-arm.c:11576 msgid "use of old and new-style options to set CPU type" msgstr "" -#: config/tc-arm.c:11655 +#: config/tc-arm.c:11586 msgid "use of old and new-style options to set FPU type" msgstr "" -#: config/tc-arm.c:11711 +#: config/tc-arm.c:11648 msgid "hard-float conflicts with specified fpu" msgstr "" -#: config/tc-arm.c:11949 +#: config/tc-arm.c:11897 msgid "bad call to MD_ATOF()" msgstr "" -#: config/tc-arm.c:12179 +#: config/tc-arm.c:12127 +#, c-format +msgid "undefined symbol %s used as an immediate value" +msgstr "" + +#: config/tc-arm.c:12141 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "" -#: config/tc-arm.c:12217 +#: config/tc-arm.c:12178 #, c-format msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgstr "" -#: config/tc-arm.c:12247 +#: config/tc-arm.c:12208 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "" -#: config/tc-arm.c:12269 config/tc-arm.c:12291 +#: config/tc-arm.c:12230 config/tc-arm.c:12252 msgid "invalid literal constant: pool needs to be closer" msgstr "" -#: config/tc-arm.c:12271 +#: config/tc-arm.c:12232 #, c-format msgid "bad immediate value for half-word offset (%ld)" msgstr "" -#: config/tc-arm.c:12308 +#: config/tc-arm.c:12269 msgid "shift expression is too large" msgstr "" -#: config/tc-arm.c:12327 config/tc-arm.c:12336 +#: config/tc-arm.c:12288 config/tc-arm.c:12297 msgid "invalid swi expression" msgstr "" -#: config/tc-arm.c:12346 +#: config/tc-arm.c:12307 msgid "invalid expression in load/store multiple" msgstr "" -#: config/tc-arm.c:12399 +#: config/tc-arm.c:12360 msgid "GAS can't handle same-section branch dest >= 0x04000000" msgstr "" -#: config/tc-arm.c:12408 +#: config/tc-arm.c:12369 msgid "out of range branch" msgstr "" -#: config/tc-arm.c:12441 config/tc-arm.c:12457 +#: config/tc-arm.c:12402 config/tc-arm.c:12418 msgid "branch out of range" msgstr "" -#: config/tc-arm.c:12481 +#: config/tc-arm.c:12442 msgid "branch with link out of range" msgstr "" -#: config/tc-arm.c:12550 +#: config/tc-arm.c:12514 msgid "illegal value for co-processor offset" msgstr "" -#: config/tc-arm.c:12562 +#: config/tc-arm.c:12526 msgid "Illegal value for co-processor offset" msgstr "" -#: config/tc-arm.c:12586 +#: config/tc-arm.c:12550 #, c-format msgid "invalid offset, target not word aligned (0x%08X)" msgstr "" -#: config/tc-arm.c:12592 config/tc-arm.c:12602 config/tc-arm.c:12610 -#: config/tc-arm.c:12618 config/tc-arm.c:12626 +#: config/tc-arm.c:12556 config/tc-arm.c:12566 config/tc-arm.c:12574 +#: config/tc-arm.c:12582 config/tc-arm.c:12590 #, c-format msgid "invalid offset, value too big (0x%08lX)" msgstr "" -#: config/tc-arm.c:12666 +#: config/tc-arm.c:12630 msgid "invalid immediate for stack address calculation" msgstr "" -#: config/tc-arm.c:12675 +#: config/tc-arm.c:12639 #, c-format msgid "invalid immediate for address calculation (value = 0x%08lX)" msgstr "" -#: config/tc-arm.c:12685 +#: config/tc-arm.c:12649 msgid "invalid 8bit immediate" msgstr "" -#: config/tc-arm.c:12693 +#: config/tc-arm.c:12657 msgid "invalid 3bit immediate" msgstr "" -#: config/tc-arm.c:12709 +#: config/tc-arm.c:12673 #, c-format msgid "invalid immediate: %ld is too large" msgstr "" -#: config/tc-arm.c:12724 +#: config/tc-arm.c:12688 #, c-format msgid "illegal Thumb shift value: %ld" msgstr "" -#: config/tc-arm.c:12738 +#: config/tc-arm.c:12702 #, c-format msgid "bad relocation fixup type (%d)" msgstr "" -#: config/tc-arm.c:12809 +#: config/tc-arm.c:12773 msgid "literal referenced across section boundary" msgstr "" -#: config/tc-arm.c:12822 +#: config/tc-arm.c:12789 msgid "internal relocation (type: IMMEDIATE) not fixed up" msgstr "" -#: config/tc-arm.c:12827 +#: config/tc-arm.c:12794 msgid "ADRL used for a symbol not defined in the same file" msgstr "" -#: config/tc-arm.c:12836 +#: config/tc-arm.c:12803 #, c-format msgid "undefined local label `%s'" msgstr "" -#: config/tc-arm.c:12842 +#: config/tc-arm.c:12809 msgid "internal_relocation (type: OFFSET_IMM) not fixed up" msgstr "" -#: config/tc-arm.c:12860 config/tc-cris.c:3063 config/tc-mcore.c:2052 +#: config/tc-arm.c:12827 config/tc-cris.c:3127 config/tc-mcore.c:2052 #: config/tc-mmix.c:2943 config/tc-ns32k.c:2396 msgid "" msgstr "" -#: config/tc-arm.c:12863 config/tc-arm.c:12884 +#: config/tc-arm.c:12830 config/tc-arm.c:12851 #, c-format msgid "cannot represent %s relocation in this object file format" msgstr "" -#: config/tc-arm.c:12980 +#: config/tc-arm.c:12947 #, c-format msgid "no operator -- statement `%s'\n" msgstr "" -#: config/tc-arm.c:12998 config/tc-arm.c:13024 +#: config/tc-arm.c:12965 config/tc-arm.c:12991 #, c-format msgid "selected processor does not support `%s'" msgstr "" -#: config/tc-arm.c:13042 +#: config/tc-arm.c:13009 #, c-format msgid "bad instruction `%s'" msgstr "" -#: config/tc-arm.c:13143 +#: config/tc-arm.c:13110 msgid "generate PIC code" msgstr "" -#: config/tc-arm.c:13144 +#: config/tc-arm.c:13111 msgid "assemble Thumb code" msgstr "" -#: config/tc-arm.c:13145 +#: config/tc-arm.c:13112 msgid "support ARM/Thumb interworking" msgstr "" -#: config/tc-arm.c:13147 +#: config/tc-arm.c:13114 msgid "use old ABI (ELF only)" msgstr "" -#: config/tc-arm.c:13148 +#: config/tc-arm.c:13115 msgid "code uses 32-bit program counter" msgstr "" -#: config/tc-arm.c:13149 +#: config/tc-arm.c:13116 msgid "code uses 26-bit program counter" msgstr "" -#: config/tc-arm.c:13150 +#: config/tc-arm.c:13117 msgid "floating point args are in fp regs" msgstr "" -#: config/tc-arm.c:13152 +#: config/tc-arm.c:13119 msgid "re-entrant code" msgstr "" -#: config/tc-arm.c:13153 +#: config/tc-arm.c:13120 msgid "code is ATPCS conformant" msgstr "" -#: config/tc-arm.c:13154 +#: config/tc-arm.c:13121 msgid "assemble for big-endian" msgstr "" -#: config/tc-arm.c:13155 +#: config/tc-arm.c:13122 msgid "assemble for little-endian" msgstr "" #. These are recognized by the assembler, but have no affect on code. -#: config/tc-arm.c:13159 +#: config/tc-arm.c:13126 msgid "use frame pointer" msgstr "" -#: config/tc-arm.c:13160 +#: config/tc-arm.c:13127 msgid "use stack size checking" msgstr "" #. DON'T add any new processors to this list -- we want the whole list #. to go away... Add them to the processors table instead. -#: config/tc-arm.c:13164 config/tc-arm.c:13165 +#: config/tc-arm.c:13131 config/tc-arm.c:13132 msgid "use -mcpu=arm1" msgstr "" -#: config/tc-arm.c:13166 config/tc-arm.c:13167 +#: config/tc-arm.c:13133 config/tc-arm.c:13134 msgid "use -mcpu=arm2" msgstr "" -#: config/tc-arm.c:13168 config/tc-arm.c:13169 +#: config/tc-arm.c:13135 config/tc-arm.c:13136 msgid "use -mcpu=arm250" msgstr "" -#: config/tc-arm.c:13170 config/tc-arm.c:13171 +#: config/tc-arm.c:13137 config/tc-arm.c:13138 msgid "use -mcpu=arm3" msgstr "" -#: config/tc-arm.c:13172 config/tc-arm.c:13173 +#: config/tc-arm.c:13139 config/tc-arm.c:13140 msgid "use -mcpu=arm6" msgstr "" -#: config/tc-arm.c:13174 config/tc-arm.c:13175 +#: config/tc-arm.c:13141 config/tc-arm.c:13142 msgid "use -mcpu=arm600" msgstr "" -#: config/tc-arm.c:13176 config/tc-arm.c:13177 +#: config/tc-arm.c:13143 config/tc-arm.c:13144 msgid "use -mcpu=arm610" msgstr "" -#: config/tc-arm.c:13178 config/tc-arm.c:13179 +#: config/tc-arm.c:13145 config/tc-arm.c:13146 msgid "use -mcpu=arm620" msgstr "" -#: config/tc-arm.c:13180 config/tc-arm.c:13181 +#: config/tc-arm.c:13147 config/tc-arm.c:13148 msgid "use -mcpu=arm7" msgstr "" -#: config/tc-arm.c:13182 config/tc-arm.c:13183 +#: config/tc-arm.c:13149 config/tc-arm.c:13150 msgid "use -mcpu=arm70" msgstr "" -#: config/tc-arm.c:13184 config/tc-arm.c:13185 +#: config/tc-arm.c:13151 config/tc-arm.c:13152 msgid "use -mcpu=arm700" msgstr "" -#: config/tc-arm.c:13186 config/tc-arm.c:13187 +#: config/tc-arm.c:13153 config/tc-arm.c:13154 msgid "use -mcpu=arm700i" msgstr "" -#: config/tc-arm.c:13188 config/tc-arm.c:13189 +#: config/tc-arm.c:13155 config/tc-arm.c:13156 msgid "use -mcpu=arm710" msgstr "" -#: config/tc-arm.c:13190 config/tc-arm.c:13191 +#: config/tc-arm.c:13157 config/tc-arm.c:13158 msgid "use -mcpu=arm710c" msgstr "" -#: config/tc-arm.c:13192 config/tc-arm.c:13193 +#: config/tc-arm.c:13159 config/tc-arm.c:13160 msgid "use -mcpu=arm720" msgstr "" -#: config/tc-arm.c:13194 config/tc-arm.c:13195 +#: config/tc-arm.c:13161 config/tc-arm.c:13162 msgid "use -mcpu=arm7d" msgstr "" -#: config/tc-arm.c:13196 config/tc-arm.c:13197 +#: config/tc-arm.c:13163 config/tc-arm.c:13164 msgid "use -mcpu=arm7di" msgstr "" -#: config/tc-arm.c:13198 config/tc-arm.c:13199 +#: config/tc-arm.c:13165 config/tc-arm.c:13166 msgid "use -mcpu=arm7m" msgstr "" -#: config/tc-arm.c:13200 config/tc-arm.c:13201 +#: config/tc-arm.c:13167 config/tc-arm.c:13168 msgid "use -mcpu=arm7dm" msgstr "" -#: config/tc-arm.c:13202 config/tc-arm.c:13203 +#: config/tc-arm.c:13169 config/tc-arm.c:13170 msgid "use -mcpu=arm7dmi" msgstr "" -#: config/tc-arm.c:13204 config/tc-arm.c:13205 +#: config/tc-arm.c:13171 config/tc-arm.c:13172 msgid "use -mcpu=arm7100" msgstr "" -#: config/tc-arm.c:13206 config/tc-arm.c:13207 +#: config/tc-arm.c:13173 config/tc-arm.c:13174 msgid "use -mcpu=arm7500" msgstr "" -#: config/tc-arm.c:13208 config/tc-arm.c:13209 +#: config/tc-arm.c:13175 config/tc-arm.c:13176 msgid "use -mcpu=arm7500fe" msgstr "" -#: config/tc-arm.c:13210 config/tc-arm.c:13211 config/tc-arm.c:13212 -#: config/tc-arm.c:13213 +#: config/tc-arm.c:13177 config/tc-arm.c:13178 config/tc-arm.c:13179 +#: config/tc-arm.c:13180 msgid "use -mcpu=arm7tdmi" msgstr "" -#: config/tc-arm.c:13214 config/tc-arm.c:13215 +#: config/tc-arm.c:13181 config/tc-arm.c:13182 msgid "use -mcpu=arm710t" msgstr "" -#: config/tc-arm.c:13216 config/tc-arm.c:13217 +#: config/tc-arm.c:13183 config/tc-arm.c:13184 msgid "use -mcpu=arm720t" msgstr "" -#: config/tc-arm.c:13218 config/tc-arm.c:13219 +#: config/tc-arm.c:13185 config/tc-arm.c:13186 msgid "use -mcpu=arm740t" msgstr "" -#: config/tc-arm.c:13220 config/tc-arm.c:13221 +#: config/tc-arm.c:13187 config/tc-arm.c:13188 msgid "use -mcpu=arm8" msgstr "" -#: config/tc-arm.c:13222 config/tc-arm.c:13223 +#: config/tc-arm.c:13189 config/tc-arm.c:13190 msgid "use -mcpu=arm810" msgstr "" -#: config/tc-arm.c:13224 config/tc-arm.c:13225 +#: config/tc-arm.c:13191 config/tc-arm.c:13192 msgid "use -mcpu=arm9" msgstr "" -#: config/tc-arm.c:13226 config/tc-arm.c:13227 +#: config/tc-arm.c:13193 config/tc-arm.c:13194 msgid "use -mcpu=arm9tdmi" msgstr "" -#: config/tc-arm.c:13228 config/tc-arm.c:13229 +#: config/tc-arm.c:13195 config/tc-arm.c:13196 msgid "use -mcpu=arm920" msgstr "" -#: config/tc-arm.c:13230 config/tc-arm.c:13231 +#: config/tc-arm.c:13197 config/tc-arm.c:13198 msgid "use -mcpu=arm940" msgstr "" -#: config/tc-arm.c:13232 +#: config/tc-arm.c:13199 msgid "use -mcpu=strongarm" msgstr "" -#: config/tc-arm.c:13234 +#: config/tc-arm.c:13201 msgid "use -mcpu=strongarm110" msgstr "" -#: config/tc-arm.c:13236 +#: config/tc-arm.c:13203 msgid "use -mcpu=strongarm1100" msgstr "" -#: config/tc-arm.c:13238 +#: config/tc-arm.c:13205 msgid "use -mcpu=strongarm1110" msgstr "" -#: config/tc-arm.c:13239 +#: config/tc-arm.c:13206 msgid "use -mcpu=xscale" msgstr "" -#: config/tc-arm.c:13240 +#: config/tc-arm.c:13207 msgid "use -mcpu=iwmmxt" msgstr "" -#: config/tc-arm.c:13241 +#: config/tc-arm.c:13208 msgid "use -mcpu=all" msgstr "" #. Architecture variants -- don't add any more to this list either. -#: config/tc-arm.c:13244 config/tc-arm.c:13245 +#: config/tc-arm.c:13211 config/tc-arm.c:13212 msgid "use -march=armv2" msgstr "" -#: config/tc-arm.c:13246 config/tc-arm.c:13247 +#: config/tc-arm.c:13213 config/tc-arm.c:13214 msgid "use -march=armv2a" msgstr "" -#: config/tc-arm.c:13248 config/tc-arm.c:13249 +#: config/tc-arm.c:13215 config/tc-arm.c:13216 msgid "use -march=armv3" msgstr "" -#: config/tc-arm.c:13250 config/tc-arm.c:13251 +#: config/tc-arm.c:13217 config/tc-arm.c:13218 msgid "use -march=armv3m" msgstr "" -#: config/tc-arm.c:13252 config/tc-arm.c:13253 +#: config/tc-arm.c:13219 config/tc-arm.c:13220 msgid "use -march=armv4" msgstr "" -#: config/tc-arm.c:13254 config/tc-arm.c:13255 +#: config/tc-arm.c:13221 config/tc-arm.c:13222 msgid "use -march=armv4t" msgstr "" -#: config/tc-arm.c:13256 config/tc-arm.c:13257 +#: config/tc-arm.c:13223 config/tc-arm.c:13224 msgid "use -march=armv5" msgstr "" -#: config/tc-arm.c:13258 config/tc-arm.c:13259 +#: config/tc-arm.c:13225 config/tc-arm.c:13226 msgid "use -march=armv5t" msgstr "" -#: config/tc-arm.c:13260 config/tc-arm.c:13261 +#: config/tc-arm.c:13227 config/tc-arm.c:13228 msgid "use -march=armv5te" msgstr "" #. Floating point variants -- don't add any more to this list either. -#: config/tc-arm.c:13264 +#: config/tc-arm.c:13231 msgid "use -mfpu=fpe" msgstr "" -#: config/tc-arm.c:13265 +#: config/tc-arm.c:13232 msgid "use -mfpu=fpa10" msgstr "" -#: config/tc-arm.c:13266 +#: config/tc-arm.c:13233 msgid "use -mfpu=fpa11" msgstr "" -#: config/tc-arm.c:13268 +#: config/tc-arm.c:13235 msgid "use either -mfpu=softfpa or -mfpu=softvfp" msgstr "" -#: config/tc-arm.c:13474 +#: config/tc-arm.c:13463 msgid "invalid architectural extension" msgstr "" -#: config/tc-arm.c:13488 +#: config/tc-arm.c:13477 msgid "missing architectural extension" msgstr "" -#: config/tc-arm.c:13501 +#: config/tc-arm.c:13490 #, c-format msgid "unknown architectural extnsion `%s'" msgstr "" -#: config/tc-arm.c:13526 +#: config/tc-arm.c:13515 #, c-format msgid "missing cpu name `%s'" msgstr "" -#: config/tc-arm.c:13542 +#: config/tc-arm.c:13531 #, c-format msgid "unknown cpu `%s'" msgstr "" -#: config/tc-arm.c:13561 +#: config/tc-arm.c:13550 #, c-format msgid "missing architecture name `%s'" msgstr "" -#: config/tc-arm.c:13578 +#: config/tc-arm.c:13567 #, c-format msgid "unknown architecture `%s'\n" msgstr "" -#: config/tc-arm.c:13595 +#: config/tc-arm.c:13584 #, c-format msgid "unknown floating point format `%s'\n" msgstr "" -#: config/tc-arm.c:13612 +#: config/tc-arm.c:13601 #, c-format msgid "unknown floating point abi `%s'\n" msgstr "" #: config/tc-arm.c:13618 +#, c-format +msgid "unknown EABI `%s'\n" +msgstr "" + +#: config/tc-arm.c:13625 msgid "\t assemble for CPU " msgstr "" -#: config/tc-arm.c:13620 +#: config/tc-arm.c:13627 msgid "\t assemble for architecture " msgstr "" -#: config/tc-arm.c:13622 +#: config/tc-arm.c:13629 msgid "\t assemble for FPU architecture " msgstr "" -#: config/tc-arm.c:13624 +#: config/tc-arm.c:13631 msgid "\t assemble for floating point ABI " msgstr "" -#: config/tc-arm.c:13666 config/tc-arm.c:13688 -#, c-format -msgid "option `-%c%s' is deprecated: %s" +#: config/tc-arm.c:13634 +msgid "\t assemble for eabi version " msgstr "" -#: config/tc-arm.c:13697 +#: config/tc-arm.c:13677 config/tc-arm.c:13699 #, c-format -msgid "unrecognized option `-%c%s'" +msgid "option `-%c%s' is deprecated: %s" msgstr "" -#: config/tc-arm.c:13711 +#: config/tc-arm.c:13721 #, c-format msgid " ARM-specific assembler options:\n" msgstr "" -#: config/tc-arm.c:13722 +#: config/tc-arm.c:13732 #, c-format msgid " -EB assemble code for a big-endian cpu\n" msgstr "" -#: config/tc-arm.c:13727 +#: config/tc-arm.c:13737 #, c-format msgid " -EL assemble code for a little-endian cpu\n" msgstr "" -#: config/tc-arm.c:13909 +#: config/tc-arm.c:13922 #, c-format msgid "%s: unexpected function type: %d" msgstr "" -#: config/tc-arm.c:14285 +#: config/tc-arm.c:14306 msgid "alignments greater than 32 bytes not supported in .text sections." msgstr "" -#: config/tc-arm.h:101 +#: config/tc-arm.h:84 msgid "arm convert_frag\n" msgstr "" -#: config/tc-avr.c:203 +#: config/tc-avr.c:209 #, c-format msgid "Known MCU names:" msgstr "" -#: config/tc-avr.c:272 +#: config/tc-avr.c:278 #, c-format msgid "" "AVR options:\n" @@ -2810,7 +2834,7 @@ msgid "" " or immediate microcontroller name.\n" msgstr "" -#: config/tc-avr.c:282 +#: config/tc-avr.c:288 #, c-format msgid "" " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" @@ -2820,390 +2844,571 @@ msgid "" " (default for avr3, avr5)\n" msgstr "" -#: config/tc-avr.c:330 config/tc-msp430.c:272 +#: config/tc-avr.c:336 config/tc-msp430.c:606 #, c-format msgid "unknown MCU: %s\n" msgstr "" -#: config/tc-avr.c:339 +#: config/tc-avr.c:345 #, c-format msgid "redefinition of mcu type `%s' to `%s'" msgstr "" -#: config/tc-avr.c:390 config/tc-d10v.c:319 config/tc-d30v.c:365 -#: config/tc-mips.c:10125 config/tc-mmix.c:2310 config/tc-mn10200.c:361 -#: config/tc-msp430.c:393 config/tc-pj.c:374 config/tc-ppc.c:5191 -#: config/tc-sh.c:2821 config/tc-v850.c:1253 +#: config/tc-avr.c:396 config/tc-crx.c:511 config/tc-d10v.c:319 +#: config/tc-d30v.c:365 config/tc-mips.c:9938 config/tc-mmix.c:2310 +#: config/tc-mn10200.c:361 config/tc-msp430.c:714 config/tc-pj.c:374 +#: config/tc-ppc.c:5192 config/tc-sh.c:2972 config/tc-v850.c:1242 msgid "bad call to md_atof" msgstr "" -#: config/tc-avr.c:453 +#: config/tc-avr.c:459 msgid "constant value required" msgstr "" -#: config/tc-avr.c:456 +#: config/tc-avr.c:462 #, c-format msgid "number must be less than %d" msgstr "" -#: config/tc-avr.c:508 +#: config/tc-avr.c:514 msgid "`,' required" msgstr "" -#: config/tc-avr.c:527 +#: config/tc-avr.c:533 msgid "undefined combination of operands" msgstr "" -#: config/tc-avr.c:536 +#: config/tc-avr.c:543 msgid "skipping two-word instruction" msgstr "" -#: config/tc-avr.c:598 +#: config/tc-avr.c:605 msgid "register r16-r23 required" msgstr "" -#: config/tc-avr.c:604 +#: config/tc-avr.c:611 msgid "register number above 15 required" msgstr "" -#: config/tc-avr.c:610 +#: config/tc-avr.c:617 msgid "even register number required" msgstr "" -#: config/tc-avr.c:616 +#: config/tc-avr.c:623 msgid "register r24, r26, r28 or r30 required" msgstr "" -#: config/tc-avr.c:622 +#: config/tc-avr.c:629 msgid "register name or number from 0 to 31 required" msgstr "" -#: config/tc-avr.c:640 +#: config/tc-avr.c:647 msgid "pointer register (X, Y or Z) required" msgstr "" -#: config/tc-avr.c:647 +#: config/tc-avr.c:654 msgid "cannot both predecrement and postincrement" msgstr "" -#: config/tc-avr.c:655 +#: config/tc-avr.c:662 msgid "addressing mode not supported" msgstr "" -#: config/tc-avr.c:661 +#: config/tc-avr.c:668 msgid "can't predecrement" msgstr "" -#: config/tc-avr.c:664 +#: config/tc-avr.c:671 msgid "pointer register Z required" msgstr "" -#: config/tc-avr.c:682 +#: config/tc-avr.c:689 msgid "pointer register (Y or Z) required" msgstr "" -#: config/tc-avr.c:787 +#: config/tc-avr.c:794 #, c-format msgid "unknown constraint `%c'" msgstr "" -#: config/tc-avr.c:881 config/tc-avr.c:897 config/tc-avr.c:998 -#: config/tc-msp430.c:1437 config/tc-msp430.c:1454 +#: config/tc-avr.c:888 config/tc-avr.c:904 config/tc-avr.c:1005 +#: config/tc-msp430.c:1812 config/tc-msp430.c:1830 #, c-format msgid "odd address operand: %ld" msgstr "" -#: config/tc-avr.c:889 config/tc-avr.c:908 config/tc-d10v.c:586 -#: config/tc-d30v.c:655 config/tc-msp430.c:1445 config/tc-msp430.c:1459 -#: config/tc-msp430.c:1469 +#: config/tc-avr.c:896 config/tc-avr.c:915 config/tc-d10v.c:586 +#: config/tc-d30v.c:655 config/tc-msp430.c:1820 config/tc-msp430.c:1835 +#: config/tc-msp430.c:1845 #, c-format msgid "operand out of range: %ld" msgstr "" -#: config/tc-avr.c:1007 config/tc-d10v.c:1793 config/tc-d30v.c:1973 -#: config/tc-msp430.c:1487 +#: config/tc-avr.c:1014 config/tc-d10v.c:1793 config/tc-d30v.c:1973 +#: config/tc-msp430.c:1863 #, c-format msgid "line %d: unknown relocation type: 0x%x" msgstr "" -#: config/tc-avr.c:1021 +#: config/tc-avr.c:1028 msgid "only constant expression allowed" msgstr "" -#: config/tc-avr.c:1057 config/tc-d10v.c:1659 config/tc-d30v.c:1806 -#: config/tc-mn10200.c:1255 config/tc-mn10300.c:2303 config/tc-msp430.c:1525 -#: config/tc-or32.c:1618 config/tc-ppc.c:6014 config/tc-v850.c:2280 +#: config/tc-avr.c:1064 config/tc-d10v.c:1659 config/tc-d30v.c:1806 +#: config/tc-mn10200.c:1255 config/tc-mn10300.c:2303 config/tc-msp430.c:1899 +#: config/tc-or32.c:1618 config/tc-ppc.c:6015 config/tc-v850.c:2260 #, c-format msgid "reloc %d not supported by object file format" msgstr "" -#: config/tc-avr.c:1081 config/tc-d10v.c:1248 config/tc-d10v.c:1262 +#: config/tc-avr.c:1088 config/tc-d10v.c:1248 config/tc-d10v.c:1262 #: config/tc-h8300.c:1895 config/tc-h8500.c:1106 config/tc-mcore.c:938 -#: config/tc-msp430.c:453 config/tc-pj.c:283 config/tc-sh.c:2275 +#: config/tc-msp430.c:1694 config/tc-pj.c:283 config/tc-sh.c:2425 #: config/tc-z8k.c:1204 msgid "can't find opcode " msgstr "" -#: config/tc-avr.c:1098 +#: config/tc-avr.c:1105 #, c-format msgid "illegal opcode %s for mcu %s" msgstr "" -#: config/tc-avr.c:1106 +#: config/tc-avr.c:1113 msgid "garbage at end of line" msgstr "" -#: config/tc-avr.c:1170 read.c:3100 +#: config/tc-avr.c:1177 read.c:3115 msgid "illegal expression" msgstr "" -#: config/tc-avr.c:1196 config/tc-avr.c:1262 +#: config/tc-avr.c:1203 config/tc-avr.c:1269 msgid "`)' required" msgstr "" -#: config/tc-avr.c:1216 +#: config/tc-avr.c:1223 #, c-format msgid "constant out of 8-bit range: %d" msgstr "" -#: config/tc-avr.c:1219 +#: config/tc-avr.c:1226 msgid "expression possibly out of 8-bit range" msgstr "" -#: config/tc-avr.c:1290 config/tc-avr.c:1297 +#: config/tc-avr.c:1297 config/tc-avr.c:1304 #, c-format msgid "illegal %srelocation size: %d" msgstr "" -#: config/tc-cris.c:386 config/tc-m68hc11.c:2793 +#: config/tc-cris.c:406 config/tc-m68hc11.c:2793 #, c-format msgid "internal inconsistency problem in %s: fr_symbol %lx" msgstr "" -#: config/tc-cris.c:390 config/tc-m68hc11.c:2797 +#: config/tc-cris.c:410 config/tc-m68hc11.c:2797 config/tc-msp430.c:2090 #, c-format msgid "internal inconsistency problem in %s: resolved symbol" msgstr "" -#: config/tc-cris.c:396 config/tc-m68hc11.c:2803 +#: config/tc-cris.c:420 config/tc-m68hc11.c:2803 #, c-format msgid "internal inconsistency problem in %s: fr_subtype %d" msgstr "" -#: config/tc-cris.c:650 +#: config/tc-cris.c:678 #, c-format msgid "internal inconsistency in %s: bdapq no symbol" msgstr "" -#: config/tc-cris.c:663 +#: config/tc-cris.c:691 #, c-format msgid "internal inconsistency in %s: bdap.w with no symbol" msgstr "" -#: config/tc-cris.c:807 +#: config/tc-cris.c:715 +msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness" +msgstr "" + +#: config/tc-cris.c:724 +msgid "dangerous MULS/MULU location; give it higher alignment" +msgstr "" + +#: config/tc-cris.c:853 config/tc-crx.c:603 msgid "Virtual memory exhausted" msgstr "" -#: config/tc-cris.c:815 +#: config/tc-cris.c:861 config/tc-crx.c:613 #, c-format msgid "Can't hash `%s': %s\n" msgstr "" -#: config/tc-cris.c:816 +#: config/tc-cris.c:862 config/tc-crx.c:614 msgid "(unknown reason)" msgstr "" -#: config/tc-cris.c:820 +#: config/tc-cris.c:866 #, c-format msgid "Buggy opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-cris.c:1164 +#: config/tc-cris.c:1217 #, c-format msgid "Immediate value not in 5 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:1180 +#: config/tc-cris.c:1233 #, c-format msgid "Immediate value not in 4 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:1219 +#: config/tc-cris.c:1272 #, c-format msgid "Immediate value not in 6 bit range: %ld" msgstr "" -#: config/tc-cris.c:1234 +#: config/tc-cris.c:1287 #, c-format msgid "Immediate value not in 6 bit unsigned range: %ld" msgstr "" #. Others have a generic warning. -#: config/tc-cris.c:1324 +#: config/tc-cris.c:1377 #, c-format msgid "Unimplemented register `%s' specified" msgstr "" #. We've come to the end of instructions with this #. opcode, so it must be an error. -#: config/tc-cris.c:1483 +#: config/tc-cris.c:1536 msgid "Illegal operands" msgstr "" -#: config/tc-cris.c:1514 config/tc-cris.c:1545 +#: config/tc-cris.c:1567 config/tc-cris.c:1598 #, c-format msgid "Immediate value not in 8 bit range: %ld" msgstr "" -#: config/tc-cris.c:1524 config/tc-cris.c:1552 +#: config/tc-cris.c:1577 config/tc-cris.c:1605 #, c-format msgid "Immediate value not in 16 bit range: %ld" msgstr "" -#: config/tc-cris.c:1573 +#: config/tc-cris.c:1626 msgid "PIC relocation size does not match operand size" msgstr "" -#: config/tc-cris.c:2572 +#: config/tc-cris.c:2628 msgid "32-bit conditional branch generated" msgstr "" -#: config/tc-cris.c:2626 +#: config/tc-cris.c:2682 msgid "Complex expression not supported" msgstr "" #. FIXME: Is this function mentioned in the internals.texi manual? If #. not, add it. -#: config/tc-cris.c:2747 +#: config/tc-cris.c:2803 msgid "Bad call to md_atof () - floating point formats are not supported" msgstr "" -#: config/tc-cris.c:2794 +#: config/tc-cris.c:2850 msgid "PC-relative relocation must be trivially resolved" msgstr "" -#: config/tc-cris.c:2837 +#: config/tc-cris.c:2893 #, c-format msgid "Value not in 16 bit range: %ld" msgstr "" -#: config/tc-cris.c:2848 +#: config/tc-cris.c:2904 #, c-format msgid "Value not in 8 bit range: %ld" msgstr "" -#: config/tc-cris.c:2855 +#: config/tc-cris.c:2911 #, c-format msgid "Value not in 4 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2862 +#: config/tc-cris.c:2918 #, c-format msgid "Value not in 5 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2869 +#: config/tc-cris.c:2925 #, c-format msgid "Value not in 6 bit range: %ld" msgstr "" -#: config/tc-cris.c:2876 +#: config/tc-cris.c:2932 #, c-format msgid "Value not in 6 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2924 +#: config/tc-cris.c:2980 #, c-format msgid "Please use --help to see usage and options for this assembler.\n" msgstr "" -#: config/tc-cris.c:2936 +#: config/tc-cris.c:2992 msgid "--no-underscore is invalid with a.out format" msgstr "" -#: config/tc-cris.c:3012 +#: config/tc-cris.c:3076 msgid "" "Semantics error. This type of operand can not be relocated, it must be an " "assembly-time constant" msgstr "" -#: config/tc-cris.c:3064 +#: config/tc-cris.c:3128 #, c-format msgid "Cannot generate relocation type for symbol %s, code %s" msgstr "" #. The messages are formatted to line up with the generic options. -#: config/tc-cris.c:3078 +#: config/tc-cris.c:3142 #, c-format msgid "CRIS-specific options:\n" msgstr "" -#: config/tc-cris.c:3080 +#: config/tc-cris.c:3144 msgid "" " -h, -H Don't execute, print this help text. Deprecated.\n" msgstr "" -#: config/tc-cris.c:3082 +#: config/tc-cris.c:3146 msgid " -N Warn when branches are expanded to jumps.\n" msgstr "" -#: config/tc-cris.c:3084 +#: config/tc-cris.c:3148 msgid "" " --underscore User symbols are normally prepended with " "underscore.\n" msgstr "" -#: config/tc-cris.c:3086 +#: config/tc-cris.c:3150 msgid " Registers will not need any prefix.\n" msgstr "" -#: config/tc-cris.c:3088 +#: config/tc-cris.c:3152 msgid " --no-underscore User symbols do not have any prefix.\n" msgstr "" -#: config/tc-cris.c:3090 +#: config/tc-cris.c:3154 msgid " Registers will require a `$'-prefix.\n" msgstr "" -#: config/tc-cris.c:3092 +#: config/tc-cris.c:3156 msgid " --pic\t\t\tEnable generation of position-independent code.\n" msgstr "" -#: config/tc-cris.c:3115 +#: config/tc-cris.c:3179 msgid "Invalid relocation" msgstr "" -#: config/tc-cris.c:3149 +#: config/tc-cris.c:3213 msgid "Invalid pc-relative relocation" msgstr "" -#: config/tc-cris.c:3198 +#: config/tc-cris.c:3262 #, c-format msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." msgstr "" -#: config/tc-cris.c:3225 +#: config/tc-cris.c:3289 #, c-format msgid ".syntax %s requires command-line option `--underscore'" msgstr "" -#: config/tc-cris.c:3234 +#: config/tc-cris.c:3298 #, c-format msgid ".syntax %s requires command-line option `--no-underscore'" msgstr "" -#: config/tc-cris.c:3272 +#: config/tc-cris.c:3336 msgid "Unknown .syntax operand" msgstr "" -#: config/tc-cris.c:3283 +#: config/tc-cris.c:3347 msgid "Pseudodirective .file is only valid when generating ELF" msgstr "" -#: config/tc-cris.c:3296 +#: config/tc-cris.c:3360 msgid "Pseudodirective .loc is only valid when generating ELF" msgstr "" +#: config/tc-crx.c:364 config/tc-mn10200.c:1242 write.c:2645 +#, c-format +msgid "can't resolve `%s' {%s section} - `%s' {%s section}" +msgstr "" + +#: config/tc-crx.c:380 +#, c-format +msgid "internal error: reloc %d (`%s') not supported by object file format" +msgstr "" + +#: config/tc-crx.c:639 config/tc-crx.c:656 config/tc-i386.c:911 +#: config/tc-i386.c:934 config/tc-m68k.c:4186 +#, c-format +msgid "Internal Error: Can't hash %s: %s" +msgstr "" + +#: config/tc-crx.c:709 config/tc-crx.c:726 config/tc-crx.c:740 +#: config/tc-crx.c:746 +#, c-format +msgid "Offset out of range in Instruction `%s'" +msgstr "" + +#: config/tc-crx.c:812 config/tc-crx.c:818 +#, c-format +msgid "Cannot represent Immediate in %d bits in Instruction `%s'" +msgstr "" + +#. Missing or bad expr becomes absolute 0. +#: config/tc-crx.c:885 config/tc-i386.c:3962 +#, c-format +msgid "missing or invalid displacement expression `%s' taken as 0" +msgstr "" + +#: config/tc-crx.c:914 config/tc-crx.c:961 +#, c-format +msgid "Odd Offset in displacement in Instruction `%s'" +msgstr "" + +#: config/tc-crx.c:1052 config/tc-crx.c:1068 +#, c-format +msgid "" +"In Instruction `%s': Immediate size is \t\t\t\t %lu bits cannot be " +"accomodated" +msgstr "" + +#: config/tc-crx.c:1057 +#, c-format +msgid "Value given more than 32 bits in \t\t\t\t Instruction `%s'" +msgstr "" + +#: config/tc-crx.c:1074 +#, c-format +msgid "Value given more than 16 bits in \t\t\t\t Instruction `%s'" +msgstr "" + +#: config/tc-crx.c:1113 +#, c-format +msgid "Instruction `%s' has Zero offset" +msgstr "" + +#: config/tc-crx.c:1117 +#, c-format +msgid "Instruction `%s' has odd offset" +msgstr "" + +#: config/tc-crx.c:1123 +#, c-format +msgid "Instruction `%s' has illegal offset (%ld)" +msgstr "" + +#: config/tc-crx.c:1148 +#, c-format +msgid "Instruction `%s' has invalid imm value as an \t\t\t operand" +msgstr "" + +#: config/tc-crx.c:1290 config/tc-crx.c:1307 config/tc-crx.c:1394 +#, c-format +msgid "Illegal register `%s' in Instruction `%s'" +msgstr "" + +#: config/tc-crx.c:1341 +#, c-format +msgid "Illegal Scale - `%s'" +msgstr "" + +#: config/tc-crx.c:1605 +#, c-format +msgid "Illegal operands (whitespace): `%s'" +msgstr "" + +#: config/tc-crx.c:1617 config/tc-crx.c:1624 config/tc-crx.c:1641 +#: config/tc-crx.c:2348 +#, c-format +msgid "Missing matching brackets : `%s'" +msgstr "" + +#: config/tc-crx.c:1666 +#, c-format +msgid "Unknown exception: `%s'" +msgstr "" + +#: config/tc-crx.c:1730 +#, c-format +msgid "Illegal `cinv' parameter: `%c'" +msgstr "" + +#: config/tc-crx.c:1766 +#, c-format +msgid "Unknown register: `%d'" +msgstr "" + +#. Issue a error message when register is illegal. +#: config/tc-crx.c:1774 +#, c-format +msgid "Illegal register (`%s') in Instruction: `%s'" +msgstr "" + +#: config/tc-crx.c:1821 +#, c-format +msgid "Value `%ld' truncated to fit `%d' bits in instruction `%s'" +msgstr "" + +#: config/tc-crx.c:1911 +#, c-format +msgid "Illegal Co-processor register in Instruction `%s' " +msgstr "" + +#: config/tc-crx.c:1918 +#, c-format +msgid "Illegal Co-processor special register in Instruction `%s' " +msgstr "" + +#: config/tc-crx.c:2223 +#, c-format +msgid "" +"Invalid instruction : `%s' Source and Destination register \t\t\t same in " +"Post INC mode" +msgstr "" + +#: config/tc-crx.c:2318 +msgid "Invalid Register in Register List" +msgstr "" + +#: config/tc-crx.c:2369 +#, c-format +msgid "Illegal register `%s' in cop-register list" +msgstr "" + +#: config/tc-crx.c:2375 +#, c-format +msgid "Illegal register `%s' in register list" +msgstr "" + +#: config/tc-crx.c:2380 +#, c-format +msgid "Maximum %d bits may be set in `mask16' operand" +msgstr "" + +#: config/tc-crx.c:2388 +#, c-format +msgid "rest of line ignored; first ignored character is `%c'" +msgstr "" + +#: config/tc-crx.c:2392 +#, c-format +msgid "Illegal `mask16' operand, operation is undefined - `%s'" +msgstr "" + +#: config/tc-crx.c:2519 +#, c-format +msgid "Illegal operands in instruction : `%s'" +msgstr "" + #: config/tc-d10v.c:252 #, c-format msgid "" @@ -3216,8 +3421,8 @@ msgid "" msgstr "" #: config/tc-d10v.c:543 config/tc-d30v.c:549 config/tc-mn10200.c:937 -#: config/tc-mn10300.c:1812 config/tc-ppc.c:2369 config/tc-s390.c:1234 -#: config/tc-tic80.c:275 config/tc-v850.c:2038 +#: config/tc-mn10300.c:1812 config/tc-ppc.c:2365 config/tc-s390.c:1215 +#: config/tc-tic80.c:275 config/tc-v850.c:2018 msgid "illegal operand" msgstr "" @@ -3317,7 +3522,7 @@ msgstr "" msgid "bad opcode or operands" msgstr "" -#: config/tc-d10v.c:1503 config/tc-m68k.c:4475 +#: config/tc-d10v.c:1503 config/tc-m68k.c:4669 msgid "value out of range" msgstr "" @@ -3494,44 +3699,44 @@ msgstr "" msgid ".endfunc missing for previous .proc" msgstr "" -#: config/tc-dlx.c:497 +#: config/tc-dlx.c:510 #, c-format msgid "Expression Error for operand modifier %%hi/%%lo\n" msgstr "" -#: config/tc-dlx.c:551 +#: config/tc-dlx.c:564 #, c-format msgid "Bad operand for a load instruction: <%s>" msgstr "" -#: config/tc-dlx.c:666 +#: config/tc-dlx.c:679 #, c-format msgid "Bad operand for a store instruction: <%s>" msgstr "" -#: config/tc-dlx.c:864 +#: config/tc-dlx.c:877 msgid "Can not set dlx_skip_hi16_flag" msgstr "" -#: config/tc-dlx.c:878 +#: config/tc-dlx.c:891 #, c-format msgid "Missing arguments for opcode <%s>." msgstr "" -#: config/tc-dlx.c:949 +#: config/tc-dlx.c:962 #, c-format msgid "Both the_insn.HI and the_insn.LO are set : %s" msgstr "" -#: config/tc-dlx.c:1021 +#: config/tc-dlx.c:1035 msgid "failed regnum sanity check." msgstr "" -#: config/tc-dlx.c:1034 +#: config/tc-dlx.c:1048 msgid "failed general register sanity check." msgstr "" -#: config/tc-dlx.c:1321 +#: config/tc-dlx.c:1336 msgid "Invalid expression after # number\n" msgstr "" @@ -3545,143 +3750,153 @@ msgstr "" msgid "Instruction %s not allowed in a delay slot." msgstr "" -#: config/tc-fr30.c:383 config/tc-m32r.c:1850 +#: config/tc-fr30.c:383 config/tc-m32r.c:1933 msgid "Addend to unresolved symbol not on word boundary." msgstr "" -#: config/tc-fr30.c:524 config/tc-frv.c:1478 config/tc-i960.c:798 -#: config/tc-ip2k.c:350 config/tc-m32r.c:2166 config/tc-openrisc.c:452 +#: config/tc-fr30.c:524 config/tc-frv.c:1500 config/tc-i960.c:798 +#: config/tc-ip2k.c:350 config/tc-m32r.c:2298 config/tc-openrisc.c:452 #: config/tc-xstormy16.c:636 msgid "Bad call to md_atof()" msgstr "" -#: config/tc-frv.c:447 +#: config/tc-frv.c:461 #, c-format msgid "FRV specific command line options:\n" msgstr "" -#: config/tc-frv.c:448 +#: config/tc-frv.c:462 #, c-format msgid "-G n Data >= n bytes is in small data area\n" msgstr "" -#: config/tc-frv.c:449 +#: config/tc-frv.c:463 #, c-format msgid "-mgpr-32 Note 32 gprs are used\n" msgstr "" -#: config/tc-frv.c:450 +#: config/tc-frv.c:464 #, c-format msgid "-mgpr-64 Note 64 gprs are used\n" msgstr "" -#: config/tc-frv.c:451 +#: config/tc-frv.c:465 #, c-format msgid "-mfpr-32 Note 32 fprs are used\n" msgstr "" -#: config/tc-frv.c:452 +#: config/tc-frv.c:466 #, c-format msgid "-mfpr-64 Note 64 fprs are used\n" msgstr "" -#: config/tc-frv.c:453 +#: config/tc-frv.c:467 #, c-format msgid "-msoft-float Note software fp is used\n" msgstr "" -#: config/tc-frv.c:454 +#: config/tc-frv.c:468 #, c-format msgid "-mdword Note stack is aligned to a 8 byte boundary\n" msgstr "" -#: config/tc-frv.c:455 +#: config/tc-frv.c:469 #, c-format msgid "-mno-dword Note stack is aligned to a 4 byte boundary\n" msgstr "" -#: config/tc-frv.c:456 +#: config/tc-frv.c:470 #, c-format msgid "-mdouble Note fp double insns are used\n" msgstr "" -#: config/tc-frv.c:457 +#: config/tc-frv.c:471 #, c-format msgid "-mmedia Note media insns are used\n" msgstr "" -#: config/tc-frv.c:458 +#: config/tc-frv.c:472 #, c-format msgid "-mmuladd Note multiply add/subtract insns are used\n" msgstr "" -#: config/tc-frv.c:459 +#: config/tc-frv.c:473 #, c-format msgid "-mpack Note instructions are packed\n" msgstr "" -#: config/tc-frv.c:460 +#: config/tc-frv.c:474 #, c-format msgid "-mno-pack Do not allow instructions to be packed\n" msgstr "" -#: config/tc-frv.c:461 +#: config/tc-frv.c:475 #, c-format msgid "-mpic Note small position independent code\n" msgstr "" -#: config/tc-frv.c:462 +#: config/tc-frv.c:476 #, c-format msgid "-mPIC Note large position independent code\n" msgstr "" -#: config/tc-frv.c:463 +#: config/tc-frv.c:477 #, c-format msgid "-mlibrary-pic Compile library for large position indepedent code\n" msgstr "" -#: config/tc-frv.c:464 +#: config/tc-frv.c:478 +#, c-format +msgid "-mfdpic Assemble for the FDPIC ABI\n" +msgstr "" + +#: config/tc-frv.c:479 +#, c-format +msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n" +msgstr "" + +#: config/tc-frv.c:480 #, c-format msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n" msgstr "" -#: config/tc-frv.c:465 +#: config/tc-frv.c:481 #, c-format msgid " Record the cpu type\n" msgstr "" -#: config/tc-frv.c:466 +#: config/tc-frv.c:482 #, c-format msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" msgstr "" -#: config/tc-frv.c:467 +#: config/tc-frv.c:483 #, c-format msgid "-mtomcat-debug Debug tomcat workarounds\n" msgstr "" -#: config/tc-frv.c:1165 +#: config/tc-frv.c:1187 msgid "VLIW packing used for -mno-pack" msgstr "" -#: config/tc-frv.c:1175 +#: config/tc-frv.c:1197 msgid "Instruction not supported by this architecture" msgstr "" -#: config/tc-frv.c:1185 +#: config/tc-frv.c:1207 msgid "VLIW packing constraint violation" msgstr "" -#: config/tc-frv.c:1742 +#: config/tc-frv.c:1764 #, c-format msgid "Relocation %s is not safe for %s" msgstr "" #: config/tc-h8300.c:82 config/tc-h8300.c:93 config/tc-h8300.c:105 #: config/tc-h8300.c:117 config/tc-h8300.c:129 config/tc-h8300.c:142 -#: config/tc-h8300.c:213 config/tc-hppa.c:1436 config/tc-hppa.c:6920 -#: config/tc-hppa.c:6926 config/tc-hppa.c:6932 config/tc-hppa.c:6938 -#: config/tc-mn10300.c:1218 config/tc-mn10300.c:1223 config/tc-mn10300.c:2722 +#: config/tc-h8300.c:213 config/tc-hppa.c:1440 config/tc-hppa.c:6925 +#: config/tc-hppa.c:6931 config/tc-hppa.c:6937 config/tc-hppa.c:6943 +#: config/tc-mn10300.c:1218 config/tc-mn10300.c:1223 config/tc-mn10300.c:2721 msgid "could not set architecture and machine" msgstr "" @@ -3813,8 +4028,8 @@ msgstr "" msgid "operand/size mis-match" msgstr "" -#: config/tc-h8300.c:1912 config/tc-h8500.c:1112 config/tc-mips.c:9289 -#: config/tc-sh64.c:2784 config/tc-sh.c:2655 config/tc-w65.c:691 +#: config/tc-h8300.c:1912 config/tc-h8500.c:1112 config/tc-mips.c:9105 +#: config/tc-sh64.c:2784 config/tc-sh.c:2806 config/tc-w65.c:691 #: config/tc-z8k.c:1214 msgid "unknown opcode" msgstr "" @@ -3827,13 +4042,13 @@ msgstr "" msgid "invalid operand in stm" msgstr "" -#: config/tc-h8300.c:2037 config/tc-h8500.c:1139 config/tc-sh.c:2780 +#: config/tc-h8300.c:2037 config/tc-h8500.c:1139 config/tc-sh.c:2931 #: config/tc-z8k.c:1269 #, c-format msgid "call to tc_crawl_symbol_chain \n" msgstr "" -#: config/tc-h8300.c:2051 config/tc-h8500.c:1153 config/tc-sh.c:2786 +#: config/tc-h8300.c:2051 config/tc-h8500.c:1153 config/tc-sh.c:2937 #: config/tc-z8k.c:1283 #, c-format msgid "call to tc_headers_hook \n" @@ -3855,7 +4070,7 @@ msgid "call tomd_estimate_size_before_relax \n" msgstr "" #: config/tc-h8300.c:2317 config/tc-mcore.c:2355 config/tc-pj.c:581 -#: config/tc-sh.c:4240 +#: config/tc-sh.c:4455 #, c-format msgid "Cannot represent relocation type %s" msgstr "" @@ -3888,7 +4103,7 @@ msgstr "" msgid "@Rn needs word register" msgstr "" -#: config/tc-h8500.c:838 config/tc-sh.c:2013 +#: config/tc-h8500.c:838 config/tc-sh.c:2083 #, c-format msgid "unhandled %d\n" msgstr "" @@ -3898,12 +4113,12 @@ msgstr "" msgid "operand must be absolute in range %d..%d" msgstr "" -#: config/tc-h8500.c:963 config/tc-sh.c:2216 +#: config/tc-h8500.c:963 config/tc-sh.c:2353 #, c-format msgid "failed for %d\n" msgstr "" -#: config/tc-h8500.c:1128 config/tc-sh.c:2316 config/tc-sh.c:2711 +#: config/tc-h8500.c:1128 config/tc-sh.c:2466 config/tc-sh.c:2862 #: config/tc-w65.c:710 msgid "invalid operands for opcode" msgstr "" @@ -3912,587 +4127,582 @@ msgstr "" #. IGNORE is used to suppress the error message. #. Variant of CHECK_FIELD for use in md_apply_fix3 and other places where #. the current file and line number are not valid. -#: config/tc-hppa.c:1169 config/tc-hppa.c:1183 +#: config/tc-hppa.c:1171 config/tc-hppa.c:1185 #, c-format msgid "Field out of range [%d..%d] (%d)." msgstr "" #. Simple alignment checking for FIELD against ALIGN (a power of two). #. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1197 +#: config/tc-hppa.c:1199 #, c-format msgid "Field not properly aligned [%d] (%d)." msgstr "" -#: config/tc-hppa.c:1226 +#: config/tc-hppa.c:1228 msgid "Missing .exit\n" msgstr "" -#: config/tc-hppa.c:1229 +#: config/tc-hppa.c:1231 msgid "Missing .procend\n" msgstr "" -#: config/tc-hppa.c:1409 +#: config/tc-hppa.c:1413 #, c-format msgid "Invalid field selector. Assuming F%%." msgstr "" -#: config/tc-hppa.c:1442 +#: config/tc-hppa.c:1446 msgid "-R option not supported on this target." msgstr "" -#: config/tc-hppa.c:1458 config/tc-sparc.c:814 config/tc-sparc.c:850 +#: config/tc-hppa.c:1462 config/tc-sparc.c:814 config/tc-sparc.c:850 #, c-format msgid "Internal error: can't hash `%s': %s\n" msgstr "" -#: config/tc-hppa.c:1466 config/tc-i860.c:238 +#: config/tc-hppa.c:1470 config/tc-i860.c:238 #, c-format msgid "internal error: losing opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-hppa.c:1537 config/tc-hppa.c:7059 config/tc-hppa.c:7116 +#: config/tc-hppa.c:1541 config/tc-hppa.c:7064 config/tc-hppa.c:7121 msgid "Missing function name for .PROC (corrupted label chain)" msgstr "" -#: config/tc-hppa.c:1540 config/tc-hppa.c:7119 +#: config/tc-hppa.c:1544 config/tc-hppa.c:7124 msgid "Missing function name for .PROC" msgstr "" -#: config/tc-hppa.c:1647 config/tc-hppa.c:4916 +#: config/tc-hppa.c:1651 config/tc-hppa.c:4920 msgid "could not update architecture and machine" msgstr "" -#: config/tc-hppa.c:1855 +#: config/tc-hppa.c:1859 msgid "Invalid Indexed Load Completer." msgstr "" -#: config/tc-hppa.c:1860 +#: config/tc-hppa.c:1864 msgid "Invalid Indexed Load Completer Syntax." msgstr "" -#: config/tc-hppa.c:1897 +#: config/tc-hppa.c:1901 msgid "Invalid Short Load/Store Completer." msgstr "" -#: config/tc-hppa.c:1957 config/tc-hppa.c:1962 +#: config/tc-hppa.c:1961 config/tc-hppa.c:1966 msgid "Invalid Store Bytes Short Completer" msgstr "" -#: config/tc-hppa.c:2273 config/tc-hppa.c:2279 +#: config/tc-hppa.c:2277 config/tc-hppa.c:2283 msgid "Invalid left/right combination completer" msgstr "" -#: config/tc-hppa.c:2328 config/tc-hppa.c:2335 +#: config/tc-hppa.c:2332 config/tc-hppa.c:2339 msgid "Invalid permutation completer" msgstr "" -#: config/tc-hppa.c:2435 +#: config/tc-hppa.c:2439 #, c-format msgid "Invalid Add Condition: %s" msgstr "" -#: config/tc-hppa.c:2446 config/tc-hppa.c:2456 +#: config/tc-hppa.c:2450 config/tc-hppa.c:2460 msgid "Invalid Add and Branch Condition" msgstr "" -#: config/tc-hppa.c:2477 config/tc-hppa.c:2614 +#: config/tc-hppa.c:2481 config/tc-hppa.c:2618 msgid "Invalid Compare/Subtract Condition" msgstr "" -#: config/tc-hppa.c:2517 +#: config/tc-hppa.c:2521 #, c-format msgid "Invalid Bit Branch Condition: %c" msgstr "" -#: config/tc-hppa.c:2602 +#: config/tc-hppa.c:2606 #, c-format msgid "Invalid Compare/Subtract Condition: %s" msgstr "" -#: config/tc-hppa.c:2629 +#: config/tc-hppa.c:2633 msgid "Invalid Compare and Branch Condition" msgstr "" -#: config/tc-hppa.c:2725 +#: config/tc-hppa.c:2729 msgid "Invalid Logical Instruction Condition." msgstr "" -#: config/tc-hppa.c:2780 +#: config/tc-hppa.c:2784 msgid "Invalid Shift/Extract/Deposit Condition." msgstr "" -#: config/tc-hppa.c:2892 +#: config/tc-hppa.c:2896 msgid "Invalid Unit Instruction Condition." msgstr "" -#: config/tc-hppa.c:3269 config/tc-hppa.c:3301 config/tc-hppa.c:3332 -#: config/tc-hppa.c:3362 +#: config/tc-hppa.c:3273 config/tc-hppa.c:3305 config/tc-hppa.c:3336 +#: config/tc-hppa.c:3366 msgid "Branch to unaligned address" msgstr "" -#: config/tc-hppa.c:3540 +#: config/tc-hppa.c:3544 msgid "Invalid SFU identifier" msgstr "" -#: config/tc-hppa.c:3590 +#: config/tc-hppa.c:3594 msgid "Invalid COPR identifier" msgstr "" -#: config/tc-hppa.c:3719 +#: config/tc-hppa.c:3723 msgid "Invalid Floating Point Operand Format." msgstr "" -#: config/tc-hppa.c:3836 config/tc-hppa.c:3856 config/tc-hppa.c:3876 -#: config/tc-hppa.c:3896 config/tc-hppa.c:3916 +#: config/tc-hppa.c:3840 config/tc-hppa.c:3860 config/tc-hppa.c:3880 +#: config/tc-hppa.c:3900 config/tc-hppa.c:3920 msgid "Invalid register for single precision fmpyadd or fmpysub" msgstr "" -#: config/tc-hppa.c:3973 +#: config/tc-hppa.c:3977 #, c-format msgid "Invalid operands %s" msgstr "" -#: config/tc-hppa.c:4091 +#: config/tc-hppa.c:4095 msgid "Cannot handle fixup" msgstr "" -#: config/tc-hppa.c:4392 +#: config/tc-hppa.c:4396 #, c-format msgid " -Q ignored\n" msgstr "" -#: config/tc-hppa.c:4396 +#: config/tc-hppa.c:4400 #, c-format msgid " -c print a warning if a comment is found\n" msgstr "" -#: config/tc-hppa.c:4467 +#: config/tc-hppa.c:4471 #, c-format msgid "no hppa_fixup entry for fixup type 0x%x" msgstr "" -#: config/tc-hppa.c:4638 +#: config/tc-hppa.c:4642 msgid "Unknown relocation encountered in md_apply_fix." msgstr "" -#: config/tc-hppa.c:4780 config/tc-hppa.c:4805 +#: config/tc-hppa.c:4784 config/tc-hppa.c:4809 #, c-format msgid "Undefined register: '%s'." msgstr "" -#: config/tc-hppa.c:4839 +#: config/tc-hppa.c:4843 #, c-format msgid "Non-absolute symbol: '%s'." msgstr "" -#: config/tc-hppa.c:4854 +#: config/tc-hppa.c:4858 #, c-format msgid "Undefined absolute constant: '%s'." msgstr "" -#: config/tc-hppa.c:4955 +#: config/tc-hppa.c:4959 #, c-format msgid "Invalid FP Compare Condition: %s" msgstr "" -#: config/tc-hppa.c:5011 +#: config/tc-hppa.c:5015 #, c-format msgid "Invalid FTEST completer: %s" msgstr "" -#: config/tc-hppa.c:5078 config/tc-hppa.c:5116 +#: config/tc-hppa.c:5082 config/tc-hppa.c:5120 #, c-format msgid "Invalid FP Operand Format: %3s" msgstr "" -#: config/tc-hppa.c:5195 +#: config/tc-hppa.c:5199 msgid "Bad segment in expression." msgstr "" -#: config/tc-hppa.c:5254 +#: config/tc-hppa.c:5258 msgid "Bad segment (should be absolute)." msgstr "" -#: config/tc-hppa.c:5297 +#: config/tc-hppa.c:5301 #, c-format msgid "Invalid argument location: %s\n" msgstr "" -#: config/tc-hppa.c:5328 +#: config/tc-hppa.c:5332 #, c-format msgid "Invalid argument description: %d" msgstr "" -#: config/tc-hppa.c:5351 +#: config/tc-hppa.c:5355 #, c-format msgid "Invalid Nullification: (%c)" msgstr "" -#: config/tc-hppa.c:6071 +#: config/tc-hppa.c:6075 #, c-format msgid "Invalid .CALL argument: %s" msgstr "" -#: config/tc-hppa.c:6193 +#: config/tc-hppa.c:6197 msgid ".callinfo is not within a procedure definition" msgstr "" -#: config/tc-hppa.c:6213 +#: config/tc-hppa.c:6217 #, c-format msgid "FRAME parameter must be a multiple of 8: %d\n" msgstr "" -#: config/tc-hppa.c:6232 +#: config/tc-hppa.c:6236 msgid "Value for ENTRY_GR must be in the range 3..18\n" msgstr "" -#: config/tc-hppa.c:6244 +#: config/tc-hppa.c:6248 msgid "Value for ENTRY_FR must be in the range 12..21\n" msgstr "" -#: config/tc-hppa.c:6254 +#: config/tc-hppa.c:6258 msgid "Value for ENTRY_SR must be 3\n" msgstr "" -#: config/tc-hppa.c:6310 +#: config/tc-hppa.c:6314 #, c-format msgid "Invalid .CALLINFO argument: %s" msgstr "" -#: config/tc-hppa.c:6421 +#: config/tc-hppa.c:6426 msgid "The .ENTER pseudo-op is not supported" msgstr "" -#: config/tc-hppa.c:6437 +#: config/tc-hppa.c:6442 msgid "Misplaced .entry. Ignored." msgstr "" -#: config/tc-hppa.c:6441 +#: config/tc-hppa.c:6446 msgid "Missing .callinfo." msgstr "" -#: config/tc-hppa.c:6507 +#: config/tc-hppa.c:6512 msgid ".REG expression must be a register" msgstr "" -#: config/tc-hppa.c:6523 +#: config/tc-hppa.c:6528 msgid "bad or irreducible absolute expression; zero assumed" msgstr "" -#: config/tc-hppa.c:6534 +#: config/tc-hppa.c:6539 msgid ".REG must use a label" msgstr "" -#: config/tc-hppa.c:6536 +#: config/tc-hppa.c:6541 msgid ".EQU must use a label" msgstr "" -#: config/tc-hppa.c:6589 +#: config/tc-hppa.c:6594 msgid ".EXIT must appear within a procedure" msgstr "" -#: config/tc-hppa.c:6593 +#: config/tc-hppa.c:6598 msgid "Missing .callinfo" msgstr "" -#: config/tc-hppa.c:6597 +#: config/tc-hppa.c:6602 msgid "No .ENTRY for this .EXIT" msgstr "" -#: config/tc-hppa.c:6624 +#: config/tc-hppa.c:6629 #, c-format msgid "Cannot define export symbol: %s\n" msgstr "" -#: config/tc-hppa.c:6682 +#: config/tc-hppa.c:6687 #, c-format msgid "Using ENTRY rather than CODE in export directive for %s" msgstr "" -#: config/tc-hppa.c:6799 +#: config/tc-hppa.c:6804 #, c-format msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" msgstr "" -#: config/tc-hppa.c:6881 +#: config/tc-hppa.c:6886 msgid "Missing label name on .LABEL" msgstr "" -#: config/tc-hppa.c:6886 +#: config/tc-hppa.c:6891 msgid "extra .LABEL arguments ignored." msgstr "" -#: config/tc-hppa.c:6903 +#: config/tc-hppa.c:6908 msgid "The .LEAVE pseudo-op is not supported" msgstr "" -#: config/tc-hppa.c:6942 +#: config/tc-hppa.c:6947 msgid "Unrecognized .LEVEL argument\n" msgstr "" -#: config/tc-hppa.c:6978 +#: config/tc-hppa.c:6983 #, c-format msgid "Cannot define static symbol: %s\n" msgstr "" -#: config/tc-hppa.c:7013 +#: config/tc-hppa.c:7018 msgid "Nested procedures" msgstr "" -#: config/tc-hppa.c:7023 +#: config/tc-hppa.c:7028 msgid "Cannot allocate unwind descriptor\n" msgstr "" -#: config/tc-hppa.c:7123 +#: config/tc-hppa.c:7128 msgid "misplaced .procend" msgstr "" -#: config/tc-hppa.c:7126 +#: config/tc-hppa.c:7131 msgid "Missing .callinfo for this procedure" msgstr "" -#: config/tc-hppa.c:7129 +#: config/tc-hppa.c:7134 msgid "Missing .EXIT for a .ENTRY" msgstr "" -#: config/tc-hppa.c:7167 +#: config/tc-hppa.c:7172 msgid "Not in a space.\n" msgstr "" -#: config/tc-hppa.c:7170 +#: config/tc-hppa.c:7175 msgid "Not in a subspace.\n" msgstr "" -#: config/tc-hppa.c:7261 +#: config/tc-hppa.c:7266 msgid "Invalid .SPACE argument" msgstr "" -#: config/tc-hppa.c:7308 +#: config/tc-hppa.c:7313 msgid "Can't change spaces within a procedure definition. Ignored" msgstr "" -#: config/tc-hppa.c:7437 +#: config/tc-hppa.c:7442 #, c-format msgid "Undefined space: '%s' Assuming space number = 0." msgstr "" -#: config/tc-hppa.c:7461 +#: config/tc-hppa.c:7466 msgid "Must be in a space before changing or declaring subspaces.\n" msgstr "" -#: config/tc-hppa.c:7465 +#: config/tc-hppa.c:7470 msgid "Can't change subspaces within a procedure definition. Ignored" msgstr "" -#: config/tc-hppa.c:7500 +#: config/tc-hppa.c:7506 msgid "Parameters of an existing subspace can't be modified" msgstr "" -#: config/tc-hppa.c:7551 +#: config/tc-hppa.c:7558 msgid "Alignment must be a power of 2" msgstr "" -#: config/tc-hppa.c:7593 +#: config/tc-hppa.c:7605 msgid "FIRST not supported as a .SUBSPACE argument" msgstr "" -#: config/tc-hppa.c:7595 +#: config/tc-hppa.c:7607 msgid "Invalid .SUBSPACE argument" msgstr "" -#: config/tc-hppa.c:7775 +#: config/tc-hppa.c:7796 #, c-format msgid "Internal error: Unable to find containing space for %s." msgstr "" -#: config/tc-hppa.c:7814 +#: config/tc-hppa.c:7836 #, c-format msgid "Out of memory: could not allocate new space chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:7900 +#: config/tc-hppa.c:7925 #, c-format msgid "Out of memory: could not allocate new subspace chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:8633 +#: config/tc-hppa.c:8661 #, c-format msgid "Symbol '%s' could not be created." msgstr "" -#: config/tc-hppa.c:8637 +#: config/tc-hppa.c:8665 msgid "No memory for symbol name." msgstr "" -#: config/tc-i386.c:684 +#: config/tc-i386.c:694 #, c-format msgid "%s shortened to %s" msgstr "" -#: config/tc-i386.c:740 +#: config/tc-i386.c:750 msgid "same type of prefix used twice" msgstr "" -#: config/tc-i386.c:758 +#: config/tc-i386.c:768 msgid "64bit mode not supported on this CPU." msgstr "" -#: config/tc-i386.c:762 +#: config/tc-i386.c:772 msgid "32bit mode not supported on this CPU." msgstr "" -#: config/tc-i386.c:795 +#: config/tc-i386.c:805 msgid "bad argument to syntax directive." msgstr "" -#: config/tc-i386.c:832 +#: config/tc-i386.c:842 #, c-format msgid "no such architecture: `%s'" msgstr "" -#: config/tc-i386.c:837 +#: config/tc-i386.c:847 msgid "missing cpu architecture" msgstr "" -#: config/tc-i386.c:851 +#: config/tc-i386.c:861 #, c-format msgid "no such architecture modifier: `%s'" msgstr "" -#: config/tc-i386.c:867 config/tc-i386.c:4961 +#: config/tc-i386.c:877 config/tc-i386.c:5000 msgid "Unknown architecture" msgstr "" -#: config/tc-i386.c:901 config/tc-i386.c:924 config/tc-m68k.c:3980 -#, c-format -msgid "Internal Error: Can't hash %s: %s" -msgstr "" - -#: config/tc-i386.c:1177 +#: config/tc-i386.c:1191 msgid "There are no unsigned pc-relative relocations" msgstr "" -#: config/tc-i386.c:1184 config/tc-i386.c:5168 +#: config/tc-i386.c:1198 config/tc-i386.c:5210 #, c-format msgid "can not do %d byte pc-relative relocation" msgstr "" -#: config/tc-i386.c:1201 +#: config/tc-i386.c:1215 #, c-format msgid "can not do %s %d byte relocation" msgstr "" -#: config/tc-i386.c:1391 +#: config/tc-i386.c:1405 #, c-format msgid "can't use register '%%%s' as operand %d in '%s'." msgstr "" #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. -#: config/tc-i386.c:1420 +#: config/tc-i386.c:1434 #, c-format msgid "translating to `%sp'" msgstr "" -#: config/tc-i386.c:1465 +#: config/tc-i386.c:1479 #, c-format -msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n" +msgid "can't encode register '%%%s' in an instruction requiring REX prefix." msgstr "" -#: config/tc-i386.c:1504 config/tc-i386.c:1599 +#: config/tc-i386.c:1518 config/tc-i386.c:1613 #, c-format msgid "no such instruction: `%s'" msgstr "" -#: config/tc-i386.c:1514 config/tc-i386.c:1631 +#: config/tc-i386.c:1528 config/tc-i386.c:1645 #, c-format msgid "invalid character %s in mnemonic" msgstr "" -#: config/tc-i386.c:1521 +#: config/tc-i386.c:1535 msgid "expecting prefix; got nothing" msgstr "" -#: config/tc-i386.c:1523 +#: config/tc-i386.c:1537 msgid "expecting mnemonic; got nothing" msgstr "" -#: config/tc-i386.c:1542 +#: config/tc-i386.c:1556 #, c-format msgid "redundant %s prefix" msgstr "" -#: config/tc-i386.c:1640 +#: config/tc-i386.c:1654 #, c-format msgid "`%s' is not supported on `%s'" msgstr "" -#: config/tc-i386.c:1645 +#: config/tc-i386.c:1659 msgid "use .code16 to ensure correct addressing mode" msgstr "" -#: config/tc-i386.c:1652 +#: config/tc-i386.c:1666 #, c-format msgid "expecting string instruction after `%s'" msgstr "" -#: config/tc-i386.c:1680 +#: config/tc-i386.c:1694 #, c-format msgid "invalid character %s before operand %d" msgstr "" -#: config/tc-i386.c:1694 +#: config/tc-i386.c:1708 #, c-format msgid "unbalanced parenthesis in operand %d." msgstr "" -#: config/tc-i386.c:1697 +#: config/tc-i386.c:1711 #, c-format msgid "unbalanced brackets in operand %d." msgstr "" -#: config/tc-i386.c:1706 +#: config/tc-i386.c:1720 #, c-format msgid "invalid character %s in operand %d" msgstr "" -#: config/tc-i386.c:1733 +#: config/tc-i386.c:1747 #, c-format msgid "spurious operands; (%d operands/instruction max)" msgstr "" -#: config/tc-i386.c:1756 +#: config/tc-i386.c:1770 msgid "expecting operand after ','; got nothing" msgstr "" -#: config/tc-i386.c:1761 +#: config/tc-i386.c:1775 msgid "expecting operand before ','; got nothing" msgstr "" #. We found no match. -#: config/tc-i386.c:2103 +#: config/tc-i386.c:2124 #, c-format msgid "suffix or operands invalid for `%s'" msgstr "" -#: config/tc-i386.c:2114 +#: config/tc-i386.c:2135 #, c-format msgid "indirect %s without `*'" msgstr "" #. Warn them that a data or address size prefix doesn't #. affect assembly of the next line of code. -#: config/tc-i386.c:2122 +#: config/tc-i386.c:2143 #, c-format msgid "stand-alone `%s' prefix" msgstr "" -#: config/tc-i386.c:2151 config/tc-i386.c:2166 +#: config/tc-i386.c:2172 config/tc-i386.c:2187 #, c-format msgid "`%s' operand %d must use `%%es' segment" msgstr "" -#: config/tc-i386.c:2246 +#: config/tc-i386.c:2270 msgid "" "no instruction mnemonic suffix given and no register operands; can't size " "instruction" @@ -4500,187 +4710,181 @@ msgstr "" #. Prohibit these changes in the 64bit mode, since the #. lowering is more complicated. -#: config/tc-i386.c:2330 config/tc-i386.c:2389 config/tc-i386.c:2406 -#: config/tc-i386.c:2438 config/tc-i386.c:2471 +#: config/tc-i386.c:2354 config/tc-i386.c:2413 config/tc-i386.c:2430 +#: config/tc-i386.c:2462 config/tc-i386.c:2495 #, c-format msgid "Incorrect register `%%%s' used with `%c' suffix" msgstr "" -#: config/tc-i386.c:2338 config/tc-i386.c:2396 config/tc-i386.c:2478 +#: config/tc-i386.c:2362 config/tc-i386.c:2420 config/tc-i386.c:2502 #, c-format msgid "using `%%%s' instead of `%%%s' due to `%c' suffix" msgstr "" -#: config/tc-i386.c:2353 config/tc-i386.c:2374 config/tc-i386.c:2425 -#: config/tc-i386.c:2456 +#: config/tc-i386.c:2377 config/tc-i386.c:2398 config/tc-i386.c:2449 +#: config/tc-i386.c:2480 #, c-format msgid "`%%%s' not allowed with `%s%c'" msgstr "" -#: config/tc-i386.c:2519 +#: config/tc-i386.c:2543 msgid "no instruction mnemonic suffix given; can't determine immediate size" msgstr "" -#: config/tc-i386.c:2552 +#: config/tc-i386.c:2576 #, c-format msgid "" "no instruction mnemonic suffix given; can't determine immediate size %x %c" msgstr "" #. Reversed arguments on faddp, fsubp, etc. -#: config/tc-i386.c:2601 +#: config/tc-i386.c:2625 #, c-format msgid "translating to `%s %%%s,%%%s'" msgstr "" #. Extraneous `l' suffix on fp insn. -#: config/tc-i386.c:2608 +#: config/tc-i386.c:2632 #, c-format msgid "translating to `%s %%%s'" msgstr "" -#: config/tc-i386.c:2626 +#: config/tc-i386.c:2650 #, c-format msgid "you can't `pop %%cs'" msgstr "" #. lea -#: config/tc-i386.c:2645 +#: config/tc-i386.c:2669 msgid "segment override on `lea' is ineffectual" msgstr "" -#: config/tc-i386.c:2954 config/tc-i386.c:3048 config/tc-i386.c:3093 +#: config/tc-i386.c:2971 config/tc-i386.c:3065 config/tc-i386.c:3110 msgid "skipping prefixes on this instruction" msgstr "" -#: config/tc-i386.c:3113 +#: config/tc-i386.c:3130 msgid "16-bit jump out of range" msgstr "" -#: config/tc-i386.c:3122 +#: config/tc-i386.c:3139 #, c-format msgid "can't handle non absolute segment in `%s'" msgstr "" -#: config/tc-i386.c:3580 +#: config/tc-i386.c:3597 #, c-format msgid "@%s reloc is not supported in %s bit mode" msgstr "" -#: config/tc-i386.c:3656 +#: config/tc-i386.c:3717 msgid "only 1 or 2 immediate operands are allowed" msgstr "" -#: config/tc-i386.c:3679 config/tc-i386.c:3861 +#: config/tc-i386.c:3740 config/tc-i386.c:3922 #, c-format msgid "junk `%s' after expression" msgstr "" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3690 +#: config/tc-i386.c:3751 #, c-format msgid "missing or invalid immediate expression `%s' taken as 0" msgstr "" -#: config/tc-i386.c:3715 config/tc-i386.c:3919 +#: config/tc-i386.c:3776 config/tc-i386.c:3980 #, c-format msgid "unimplemented segment %s in operand" msgstr "" -#: config/tc-i386.c:3758 config/tc-i386.c:5879 +#: config/tc-i386.c:3819 config/tc-i386.c:5942 #, c-format msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgstr "" -#: config/tc-i386.c:3765 +#: config/tc-i386.c:3826 #, c-format msgid "scale factor of %d without an index register" msgstr "" -#: config/tc-i386.c:3880 +#: config/tc-i386.c:3941 #, c-format msgid "bad expression used with @%s" msgstr "" -#. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3901 -#, c-format -msgid "missing or invalid displacement expression `%s' taken as 0" -msgstr "" - -#: config/tc-i386.c:4016 +#: config/tc-i386.c:4064 #, c-format msgid "`%s' is not a valid base/index expression" msgstr "" -#: config/tc-i386.c:4020 +#: config/tc-i386.c:4068 #, c-format msgid "`%s' is not a valid %s bit base/index expression" msgstr "" -#: config/tc-i386.c:4095 +#: config/tc-i386.c:4142 #, c-format msgid "bad memory operand `%s'" msgstr "" -#: config/tc-i386.c:4110 +#: config/tc-i386.c:4157 #, c-format msgid "junk `%s' after register" msgstr "" -#: config/tc-i386.c:4119 config/tc-i386.c:4234 config/tc-i386.c:4272 +#: config/tc-i386.c:4166 config/tc-i386.c:4281 config/tc-i386.c:4319 #, c-format msgid "bad register name `%s'" msgstr "" -#: config/tc-i386.c:4127 +#: config/tc-i386.c:4174 msgid "immediate operand illegal with absolute jump" msgstr "" -#: config/tc-i386.c:4149 +#: config/tc-i386.c:4196 #, c-format msgid "too many memory references for `%s'" msgstr "" -#: config/tc-i386.c:4227 +#: config/tc-i386.c:4274 #, c-format msgid "expecting `,' or `)' after index register in `%s'" msgstr "" -#: config/tc-i386.c:4251 +#: config/tc-i386.c:4298 #, c-format msgid "expecting `)' after scale factor in `%s'" msgstr "" -#: config/tc-i386.c:4258 +#: config/tc-i386.c:4305 #, c-format msgid "expecting index register or scale factor after `,'; got '%c'" msgstr "" -#: config/tc-i386.c:4265 +#: config/tc-i386.c:4312 #, c-format msgid "expecting `,' or `)' after base register in `%s'" msgstr "" #. It's not a memory operand; argh! -#: config/tc-i386.c:4306 +#: config/tc-i386.c:4353 #, c-format msgid "invalid char %s beginning operand %d `%s'" msgstr "" -#: config/tc-i386.c:4481 +#: config/tc-i386.c:4528 msgid "long jump required" msgstr "" -#: config/tc-i386.c:4745 +#: config/tc-i386.c:4786 msgid "Bad call to md_atof ()" msgstr "" -#: config/tc-i386.c:4913 +#: config/tc-i386.c:4952 msgid "No compiled in support for x86_64" msgstr "" -#: config/tc-i386.c:4934 +#: config/tc-i386.c:4973 #, c-format msgid "" " -Q ignored\n" @@ -4691,68 +4895,68 @@ msgid "" " -s ignored\n" msgstr "" -#: config/tc-i386.c:4942 +#: config/tc-i386.c:4981 #, c-format msgid "" " -n Do not optimize code alignment\n" " -q quieten some warnings\n" msgstr "" -#: config/tc-i386.c:5042 config/tc-s390.c:1847 +#: config/tc-i386.c:5081 config/tc-s390.c:1828 msgid "GOT already in symbol table" msgstr "" -#: config/tc-i386.c:5183 +#: config/tc-i386.c:5225 #, c-format msgid "can not do %d byte relocation" msgstr "" -#: config/tc-i386.c:5251 config/tc-s390.c:2291 +#: config/tc-i386.c:5299 config/tc-s390.c:2272 #, c-format msgid "cannot represent relocation type %s" msgstr "" -#: config/tc-i386.c:5480 +#: config/tc-i386.c:5531 #, c-format msgid "too many memory references for '%s'" msgstr "" -#: config/tc-i386.c:5644 +#: config/tc-i386.c:5697 #, c-format -msgid "Unknown operand modifier `%s'\n" +msgid "Unknown operand modifier `%s'" msgstr "" -#: config/tc-i386.c:5851 +#: config/tc-i386.c:5914 #, c-format msgid "`%s' is not a valid segment register" msgstr "" -#: config/tc-i386.c:5861 config/tc-i386.c:5982 +#: config/tc-i386.c:5924 config/tc-i386.c:6045 msgid "Register scaling only allowed in memory operands." msgstr "" -#: config/tc-i386.c:5892 -msgid "Too many register references in memory operand.\n" +#: config/tc-i386.c:5955 +msgid "Too many register references in memory operand." msgstr "" -#: config/tc-i386.c:5961 +#: config/tc-i386.c:6024 #, c-format -msgid "Syntax error. Expecting a constant. Got `%s'.\n" +msgid "Syntax error. Expecting a constant. Got `%s'." msgstr "" -#: config/tc-i386.c:6031 +#: config/tc-i386.c:6094 #, c-format msgid "Unrecognized token '%s'" msgstr "" -#: config/tc-i386.c:6048 +#: config/tc-i386.c:6111 #, c-format -msgid "Unexpected token `%s'\n" +msgid "Unexpected token `%s'" msgstr "" -#: config/tc-i386.c:6192 +#: config/tc-i386.c:6264 #, c-format -msgid "Unrecognized token `%s'\n" +msgid "Unrecognized token `%s'" msgstr "" #: config/tc-i860.c:124 @@ -4771,7 +4975,7 @@ msgstr "" msgid "Unknown temporary pseudo register" msgstr "" -#: config/tc-i860.c:229 config/tc-mips.c:1149 +#: config/tc-i860.c:229 config/tc-mips.c:1140 #, c-format msgid "internal error: can't hash `%s': %s\n" msgstr "" @@ -4928,7 +5132,7 @@ msgid "" "\t\t\tlong displacements\n" msgstr "" -#: config/tc-i960.c:1419 config/tc-xtensa.c:8466 +#: config/tc-i960.c:1419 config/tc-xtensa.c:8480 msgid "too many operands" msgstr "" @@ -5037,99 +5241,105 @@ msgstr "" msgid "option --link-relax is only supported in b.out format" msgstr "" -#: config/tc-ia64.c:984 +#: config/tc-ia64.c:961 msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ia64.c:1127 +#: config/tc-ia64.c:1098 msgid "Unwind directive not followed by an instruction." msgstr "" -#: config/tc-ia64.c:4606 +#: config/tc-ia64.c:4641 msgid "Register name expected" msgstr "" -#: config/tc-ia64.c:4611 config/tc-ia64.c:4897 +#: config/tc-ia64.c:4646 config/tc-ia64.c:4949 msgid "Comma expected" msgstr "" -#: config/tc-ia64.c:4619 +#: config/tc-ia64.c:4654 msgid "Register value annotation ignored" msgstr "" -#: config/tc-ia64.c:4643 +#: config/tc-ia64.c:4695 msgid "Directive invalid within a bundle" msgstr "" -#: config/tc-ia64.c:4710 +#: config/tc-ia64.c:4762 msgid "Missing predicate relation type" msgstr "" -#: config/tc-ia64.c:4726 +#: config/tc-ia64.c:4778 msgid "Unrecognized predicate relation type" msgstr "" -#: config/tc-ia64.c:4746 config/tc-ia64.c:4771 +#: config/tc-ia64.c:4798 config/tc-ia64.c:4823 msgid "Predicate register expected" msgstr "" -#: config/tc-ia64.c:4758 +#: config/tc-ia64.c:4810 msgid "Duplicate predicate register ignored" msgstr "" -#: config/tc-ia64.c:4780 +#: config/tc-ia64.c:4832 msgid "Bad register range" msgstr "" -#: config/tc-ia64.c:4808 +#: config/tc-ia64.c:4860 msgid "Predicate source and target required" msgstr "" -#: config/tc-ia64.c:4810 config/tc-ia64.c:4822 +#: config/tc-ia64.c:4862 config/tc-ia64.c:4874 msgid "Use of p0 is not valid in this context" msgstr "" -#: config/tc-ia64.c:4817 +#: config/tc-ia64.c:4869 msgid "At least two PR arguments expected" msgstr "" -#: config/tc-ia64.c:4831 +#: config/tc-ia64.c:4883 msgid "At least one PR argument expected" msgstr "" -#: config/tc-ia64.c:4867 +#: config/tc-ia64.c:4919 #, c-format msgid "Inserting \"%s\" into entry hint table failed: %s" msgstr "" #. FIXME -- need 62-bit relocation type -#: config/tc-ia64.c:5345 +#: config/tc-ia64.c:5399 msgid "62-bit relocation not yet implemented" msgstr "" #. XXX technically, this is wrong: we should not be issuing warning #. messages until we're sure this instruction pattern is going to #. be used! -#: config/tc-ia64.c:5418 +#: config/tc-ia64.c:5472 msgid "lower 16 bits of mask ignored" msgstr "" -#: config/tc-ia64.c:5982 +#: config/tc-ia64.c:6036 msgid "Value truncated to 62 bits" msgstr "" -#: config/tc-ia64.c:6355 +#. Give an error if a frag containing code is not aligned to a 16 byte +#. boundary. +#: config/tc-ia64.c:6175 config/tc-ia64.h:167 +msgid "instruction address is not a multiple of 16" +msgstr "" + +#: config/tc-ia64.c:6418 msgid "" "Additional NOP may be necessary to workaround Itanium processor A/B step " "errata" msgstr "" -#: config/tc-ia64.c:6546 +#: config/tc-ia64.c:6611 #, c-format msgid "Unrecognized option '-x%s'" msgstr "" -#: config/tc-ia64.c:6574 +#: config/tc-ia64.c:6639 msgid "" "IA-64 options:\n" " --mconstant-gp\t mark output file as using the constant-GP model\n" @@ -5144,79 +5354,79 @@ msgid "" " -xdebug\t\t debug dependency violation checker\n" msgstr "" -#: config/tc-ia64.c:6593 +#: config/tc-ia64.c:6658 msgid "--gstabs is not supported for ia64" msgstr "" -#: config/tc-ia64.c:6896 config/tc-mips.c:1138 +#: config/tc-ia64.c:6961 config/tc-mips.c:1129 msgid "Could not set architecture and machine" msgstr "" -#: config/tc-ia64.c:7003 +#: config/tc-ia64.c:7068 msgid "Explicit stops are ignored in auto mode" msgstr "" -#: config/tc-ia64.c:7053 +#: config/tc-ia64.c:7118 msgid "Found '{' after explicit switch to automatic mode" msgstr "" -#: config/tc-ia64.c:7517 +#: config/tc-ia64.c:7582 #, c-format msgid "Unhandled dependency %s for %s (%s), note %d" msgstr "" -#: config/tc-ia64.c:8793 +#: config/tc-ia64.c:8858 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "" -#: config/tc-ia64.c:9668 +#: config/tc-ia64.c:9729 msgid "Only the first path encountering the conflict is reported" msgstr "" -#: config/tc-ia64.c:9671 +#: config/tc-ia64.c:9732 msgid "This is the location of the conflicting usage" msgstr "" -#: config/tc-ia64.c:10886 +#: config/tc-ia64.c:10978 msgid "Can't add stop bit to mark end of instruction group" msgstr "" -#: config/tc-ia64.c:10983 read.c:1344 read.c:2075 read.c:2669 +#: config/tc-ia64.c:11078 read.c:1359 read.c:2090 read.c:2684 msgid "expected symbol name" msgstr "" -#: config/tc-ia64.c:10993 read.c:2085 read.c:2679 stabs.c:471 +#: config/tc-ia64.c:11088 read.c:2100 read.c:2694 stabs.c:471 #, c-format msgid "expected comma after \"%s\"" msgstr "" -#: config/tc-ia64.c:11034 +#: config/tc-ia64.c:11129 #, c-format msgid "`%s' is already the alias of %s `%s'" msgstr "" -#: config/tc-ia64.c:11044 +#: config/tc-ia64.c:11139 #, c-format msgid "%s `%s' already has an alias `%s'" msgstr "" -#: config/tc-ia64.c:11055 +#: config/tc-ia64.c:11150 #, c-format msgid "inserting \"%s\" into %s alias hash table failed: %s" msgstr "" -#: config/tc-ia64.c:11063 +#: config/tc-ia64.c:11158 #, c-format msgid "inserting \"%s\" into %s name hash table failed: %s" msgstr "" -#: config/tc-ia64.c:11082 +#: config/tc-ia64.c:11177 #, c-format msgid "symbol `%s' aliased to `%s' is not used" msgstr "" -#: config/tc-ia64.c:11104 +#: config/tc-ia64.c:11199 #, c-format msgid "section `%s' aliased to `%s' is not used" msgstr "" @@ -5406,99 +5616,103 @@ msgstr "" msgid " -cpu-desc provide runtime cpu description file\n" msgstr "" -#: config/tc-m32r.c:898 +#: config/tc-m32r.c:961 msgid "instructions write to the same destination register." msgstr "" -#: config/tc-m32r.c:906 +#: config/tc-m32r.c:969 msgid "Instructions do not use parallel execution pipelines." msgstr "" -#: config/tc-m32r.c:914 +#: config/tc-m32r.c:977 msgid "Instructions share the same execution pipeline" msgstr "" -#: config/tc-m32r.c:990 config/tc-m32r.c:1104 +#: config/tc-m32r.c:1053 config/tc-m32r.c:1167 #, c-format msgid "not a 16 bit instruction '%s'" msgstr "" -#: config/tc-m32r.c:1002 config/tc-m32r.c:1116 config/tc-m32r.c:1301 +#: config/tc-m32r.c:1065 config/tc-m32r.c:1179 config/tc-m32r.c:1364 #, c-format msgid "instruction '%s' is for the M32R2 only" msgstr "" -#: config/tc-m32r.c:1015 config/tc-m32r.c:1129 config/tc-m32r.c:1314 +#: config/tc-m32r.c:1078 config/tc-m32r.c:1192 config/tc-m32r.c:1377 #, c-format msgid "unknown instruction '%s'" msgstr "" -#: config/tc-m32r.c:1024 config/tc-m32r.c:1136 config/tc-m32r.c:1321 +#: config/tc-m32r.c:1087 config/tc-m32r.c:1199 config/tc-m32r.c:1384 #, c-format msgid "instruction '%s' is for the M32RX only" msgstr "" -#: config/tc-m32r.c:1033 config/tc-m32r.c:1145 +#: config/tc-m32r.c:1096 config/tc-m32r.c:1208 #, c-format msgid "instruction '%s' cannot be executed in parallel." msgstr "" -#: config/tc-m32r.c:1088 config/tc-m32r.c:1170 config/tc-m32r.c:1378 +#: config/tc-m32r.c:1151 config/tc-m32r.c:1233 config/tc-m32r.c:1441 msgid "internal error: lookup/get operands failed" msgstr "" -#: config/tc-m32r.c:1155 +#: config/tc-m32r.c:1218 #, c-format msgid "'%s': only the NOP instruction can be issued in parallel on the m32r" msgstr "" -#: config/tc-m32r.c:1184 +#: config/tc-m32r.c:1247 #, c-format msgid "" "%s: output of 1st instruction is the same as an input to 2nd instruction - " "is this intentional ?" msgstr "" -#: config/tc-m32r.c:1188 +#: config/tc-m32r.c:1251 #, c-format msgid "" "%s: output of 2nd instruction is the same as an input to 1st instruction - " "is this intentional ?" msgstr "" -#: config/tc-m32r.c:1537 config/tc-ppc.c:1768 config/tc-ppc.c:4349 +#: config/tc-m32r.c:1620 config/tc-ppc.c:1758 config/tc-ppc.c:4350 msgid "Expected comma after symbol-name: rest of line ignored." msgstr "" -#: config/tc-m32r.c:1547 +#: config/tc-m32r.c:1630 #, c-format msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-m32r.c:1561 config/tc-ppc.c:1790 config/tc-ppc.c:2936 -#: config/tc-ppc.c:4373 +#: config/tc-m32r.c:1644 config/tc-ppc.c:1780 config/tc-ppc.c:2937 +#: config/tc-ppc.c:4374 msgid "ignoring bad alignment" msgstr "" -#: config/tc-m32r.c:1573 config/tc-ppc.c:1827 config/tc-v850.c:335 +#: config/tc-m32r.c:1656 config/tc-ppc.c:1817 config/tc-v850.c:335 msgid "Common alignment not a power of 2" msgstr "" -#: config/tc-m32r.c:1588 config/tc-ppc.c:1801 config/tc-ppc.c:4385 +#: config/tc-m32r.c:1671 config/tc-ppc.c:1791 config/tc-ppc.c:4386 #, c-format msgid "Ignoring attempt to re-define symbol `%s'." msgstr "" -#: config/tc-m32r.c:1597 +#: config/tc-m32r.c:1680 #, c-format msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-m32r.c:2090 +#: config/tc-m32r.c:2081 config/tc-m32r.c:2131 config/tc-sh.c:747 +msgid "Invalid PIC expression." +msgstr "" + +#: config/tc-m32r.c:2222 msgid "Unmatched high/shigh reloc" msgstr "" -#: config/tc-m32r.c:2332 config/tc-sparc.c:3491 +#: config/tc-m32r.c:2473 config/tc-sparc.c:3491 #, c-format msgid "internal error: can't export reloc type %d (`%s')" msgstr "" @@ -5836,389 +6050,421 @@ msgstr "" msgid "Line %d: unknown relocation type: 0x%x." msgstr "" -#: config/tc-m68k.c:680 config/tc-m68k.c:4562 config/tc-m68k.c:4964 +#: config/tc-m68k.c:689 +msgid "no matching ColdFire architectures found" +msgstr "" + +#: config/tc-m68k.c:703 +msgid " or " +msgstr "" + +#: config/tc-m68k.c:708 +msgid ", or " +msgstr "" + +#: config/tc-m68k.c:725 +msgid ", or aliases" +msgstr "" + +#: config/tc-m68k.c:749 config/tc-m68k.c:4755 config/tc-m68k.c:5146 msgid "Tried to convert PC relative branch to absolute jump" msgstr "" -#: config/tc-m68k.c:687 config/tc-m68k.c:4552 +#: config/tc-m68k.c:756 config/tc-m68k.c:4745 msgid "Tried to convert PC relative BSR to absolute JSR" msgstr "" -#: config/tc-m68k.c:692 +#: config/tc-m68k.c:761 msgid "Unknown PC relative instruction" msgstr "" -#: config/tc-m68k.c:831 +#: config/tc-m68k.c:893 #, c-format msgid "Can not do %d byte pc-relative relocation" msgstr "" -#: config/tc-m68k.c:833 +#: config/tc-m68k.c:895 #, c-format msgid "Can not do %d byte pc-relative pic relocation" msgstr "" -#: config/tc-m68k.c:838 +#: config/tc-m68k.c:900 #, c-format msgid "Can not do %d byte relocation" msgstr "" -#: config/tc-m68k.c:840 +#: config/tc-m68k.c:902 #, c-format msgid "Can not do %d byte pic relocation" msgstr "" -#: config/tc-m68k.c:908 +#: config/tc-m68k.c:967 #, c-format msgid "Unable to produce reloc against symbol '%s'" msgstr "" -#: config/tc-m68k.c:952 config/tc-mips.c:13143 config/tc-vax.c:3450 +#: config/tc-m68k.c:1011 config/tc-vax.c:3450 #, c-format msgid "Cannot make %s relocation PC relative" msgstr "" -#: config/tc-m68k.c:1045 config/tc-tahoe.c:1495 config/tc-vax.c:1889 +#: config/tc-m68k.c:1103 config/tc-tahoe.c:1495 config/tc-vax.c:1889 msgid "No operator" msgstr "" -#: config/tc-m68k.c:1075 config/tc-tahoe.c:1512 config/tc-vax.c:1906 +#: config/tc-m68k.c:1133 config/tc-tahoe.c:1512 config/tc-vax.c:1906 msgid "Unknown operator" msgstr "" -#: config/tc-m68k.c:1905 +#: config/tc-m68k.c:1986 msgid "invalid instruction for this architecture; needs " msgstr "" -#: config/tc-m68k.c:1910 -msgid "ColdFire fpu (cfv4e)" +#: config/tc-m68k.c:1992 +msgid "ColdFire ISA_A" +msgstr "" + +#: config/tc-m68k.c:2000 +msgid "ColdFire hardware divide" +msgstr "" + +#: config/tc-m68k.c:2008 +msgid "ColdFire ISA_A+" +msgstr "" + +#: config/tc-m68k.c:2016 +msgid "ColdFire ISA_B" msgstr "" -#: config/tc-m68k.c:1913 +#: config/tc-m68k.c:2024 +msgid "ColdFire fpu" +msgstr "" + +#: config/tc-m68k.c:2031 msgid "fpu (68040, 68060 or 68881/68882)" msgstr "" -#: config/tc-m68k.c:1916 +#: config/tc-m68k.c:2034 msgid "mmu (68030 or 68851)" msgstr "" -#: config/tc-m68k.c:1919 +#: config/tc-m68k.c:2037 msgid "68020 or higher" msgstr "" -#: config/tc-m68k.c:1922 +#: config/tc-m68k.c:2040 msgid "68000 or higher" msgstr "" -#: config/tc-m68k.c:1925 +#: config/tc-m68k.c:2043 msgid "68010 or higher" msgstr "" -#: config/tc-m68k.c:1954 +#: config/tc-m68k.c:2071 msgid "operands mismatch" msgstr "" -#: config/tc-m68k.c:2014 config/tc-m68k.c:2020 config/tc-m68k.c:2026 +#: config/tc-m68k.c:2132 config/tc-m68k.c:2138 config/tc-m68k.c:2144 #: config/tc-mmix.c:2539 config/tc-mmix.c:2563 msgid "operand out of range" msgstr "" -#: config/tc-m68k.c:2083 +#: config/tc-m68k.c:2201 #, c-format msgid "Bignum too big for %c format; truncated" msgstr "" -#: config/tc-m68k.c:2151 +#: config/tc-m68k.c:2282 msgid "displacement too large for this architecture; needs 68020 or higher" msgstr "" -#: config/tc-m68k.c:2262 +#: config/tc-m68k.c:2393 msgid "" "scale factor invalid on this architecture; needs cpu32 or 68020 or higher" msgstr "" -#: config/tc-m68k.c:2267 +#: config/tc-m68k.c:2398 msgid "invalid index size for coldfire" msgstr "" -#: config/tc-m68k.c:2320 +#: config/tc-m68k.c:2451 msgid "Forcing byte displacement" msgstr "" -#: config/tc-m68k.c:2322 +#: config/tc-m68k.c:2453 msgid "byte displacement out of range" msgstr "" -#: config/tc-m68k.c:2369 config/tc-m68k.c:2407 +#: config/tc-m68k.c:2500 config/tc-m68k.c:2538 msgid "invalid operand mode for this architecture; needs 68020 or higher" msgstr "" -#: config/tc-m68k.c:2393 config/tc-m68k.c:2427 +#: config/tc-m68k.c:2524 config/tc-m68k.c:2558 msgid ":b not permitted; defaulting to :w" msgstr "" -#: config/tc-m68k.c:2504 +#: config/tc-m68k.c:2635 msgid "unsupported byte value; use a different suffix" msgstr "" -#: config/tc-m68k.c:2519 +#: config/tc-m68k.c:2650 msgid "unknown/incorrect operand" msgstr "" -#: config/tc-m68k.c:2552 config/tc-m68k.c:2560 config/tc-m68k.c:2567 -#: config/tc-m68k.c:2574 +#: config/tc-m68k.c:2693 config/tc-m68k.c:2701 config/tc-m68k.c:2708 +#: config/tc-m68k.c:2715 msgid "out of range" msgstr "" -#: config/tc-m68k.c:2620 +#: config/tc-m68k.c:2761 msgid "Can't use long branches on 68000/68010/5200" msgstr "" -#: config/tc-m68k.c:2730 +#: config/tc-m68k.c:2871 msgid "Expression out of range, using 0" msgstr "" -#: config/tc-m68k.c:2898 config/tc-m68k.c:2914 +#: config/tc-m68k.c:3051 config/tc-m68k.c:3067 msgid "Floating point register in register list" msgstr "" -#: config/tc-m68k.c:2904 +#: config/tc-m68k.c:3057 msgid "Wrong register in floating-point reglist" msgstr "" -#: config/tc-m68k.c:2920 +#: config/tc-m68k.c:3073 msgid "incorrect register in reglist" msgstr "" -#: config/tc-m68k.c:2926 +#: config/tc-m68k.c:3079 msgid "wrong register in floating-point reglist" msgstr "" #. ERROR. -#: config/tc-m68k.c:3373 +#: config/tc-m68k.c:3542 msgid "Extra )" msgstr "" #. ERROR. -#: config/tc-m68k.c:3384 +#: config/tc-m68k.c:3553 msgid "Missing )" msgstr "" -#: config/tc-m68k.c:3401 +#: config/tc-m68k.c:3570 msgid "Missing operand" msgstr "" -#: config/tc-m68k.c:3758 +#: config/tc-m68k.c:3930 #, c-format msgid "%s -- statement `%s' ignored" msgstr "" -#: config/tc-m68k.c:3807 +#: config/tc-m68k.c:3979 #, c-format msgid "Don't know how to figure width of %c in md_assemble()" msgstr "" -#: config/tc-m68k.c:3989 config/tc-m68k.c:4027 +#: config/tc-m68k.c:4145 +#, c-format +msgid "Internal Error: Can't allocate m68k_sorted_opcodes of size %d" +msgstr "" + +#: config/tc-m68k.c:4196 config/tc-m68k.c:4235 #, c-format msgid "Internal Error: Can't find %s in hash table" msgstr "" -#: config/tc-m68k.c:3992 config/tc-m68k.c:4030 +#: config/tc-m68k.c:4199 config/tc-m68k.c:4238 #, c-format msgid "Internal Error: Can't hash %s: %s" msgstr "" -#: config/tc-m68k.c:4112 +#: config/tc-m68k.c:4319 msgid "architecture not yet selected: defaulting to 68020" msgstr "" -#: config/tc-m68k.c:4167 +#: config/tc-m68k.c:4376 #, c-format msgid "unrecognized default cpu `%s' ???" msgstr "" -#: config/tc-m68k.c:4179 +#: config/tc-m68k.c:4387 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" msgstr "" -#: config/tc-m68k.c:4199 +#: config/tc-m68k.c:4404 msgid "options for 68881 and no-68881 both given" msgstr "" -#: config/tc-m68k.c:4201 +#: config/tc-m68k.c:4407 msgid "options for 68851 and no-68851 both given" msgstr "" -#: config/tc-m68k.c:4272 +#: config/tc-m68k.c:4476 #, c-format msgid "text label `%s' aligned to odd boundary" msgstr "" -#: config/tc-m68k.c:4491 +#: config/tc-m68k.c:4685 msgid "invalid byte branch offset" msgstr "" -#: config/tc-m68k.c:4528 +#: config/tc-m68k.c:4721 msgid "short branch with zero offset: use :w" msgstr "" -#: config/tc-m68k.c:4578 config/tc-m68k.c:4637 config/tc-m68k.c:4701 +#: config/tc-m68k.c:4771 config/tc-m68k.c:4830 config/tc-m68k.c:4894 msgid "Tried to convert PC relative conditional branch to absolute jump" msgstr "" -#: config/tc-m68k.c:4618 +#: config/tc-m68k.c:4811 msgid "Tried to convert DBcc to absolute jump" msgstr "" -#: config/tc-m68k.c:5010 config/tc-m68k.c:5021 config/tc-m68k.c:5062 +#: config/tc-m68k.c:5190 config/tc-m68k.c:5201 config/tc-m68k.c:5242 msgid "expression out of range: defaulting to 1" msgstr "" -#: config/tc-m68k.c:5053 +#: config/tc-m68k.c:5233 msgid "expression out of range: defaulting to 0" msgstr "" -#: config/tc-m68k.c:5095 config/tc-m68k.c:5107 +#: config/tc-m68k.c:5275 config/tc-m68k.c:5287 #, c-format msgid "Can't deal with expression; defaulting to %ld" msgstr "" -#: config/tc-m68k.c:5121 +#: config/tc-m68k.c:5301 msgid "expression doesn't fit in BYTE" msgstr "" -#: config/tc-m68k.c:5125 +#: config/tc-m68k.c:5305 msgid "expression doesn't fit in WORD" msgstr "" -#: config/tc-m68k.c:5218 +#: config/tc-m68k.c:5392 #, c-format msgid "%s: unrecognized processor name" msgstr "" -#: config/tc-m68k.c:5283 +#: config/tc-m68k.c:5456 msgid "bad coprocessor id" msgstr "" -#: config/tc-m68k.c:5289 +#: config/tc-m68k.c:5462 msgid "unrecognized fopt option" msgstr "" -#: config/tc-m68k.c:5423 +#: config/tc-m68k.c:5595 #, c-format msgid "option `%s' may not be negated" msgstr "" -#: config/tc-m68k.c:5434 +#: config/tc-m68k.c:5606 #, c-format msgid "option `%s' not recognized" msgstr "" -#: config/tc-m68k.c:5467 +#: config/tc-m68k.c:5635 msgid "bad format of OPT NEST=depth" msgstr "" -#: config/tc-m68k.c:5530 +#: config/tc-m68k.c:5691 msgid "missing label" msgstr "" -#: config/tc-m68k.c:5554 config/tc-m68k.c:5583 +#: config/tc-m68k.c:5715 config/tc-m68k.c:5744 msgid "bad register list" msgstr "" -#: config/tc-m68k.c:5556 +#: config/tc-m68k.c:5717 #, c-format msgid "bad register list: %s" msgstr "" -#: config/tc-m68k.c:5654 +#: config/tc-m68k.c:5815 msgid "restore without save" msgstr "" -#: config/tc-m68k.c:5828 config/tc-m68k.c:6215 +#: config/tc-m68k.c:5969 config/tc-m68k.c:6339 msgid "syntax error in structured control directive" msgstr "" -#: config/tc-m68k.c:5877 +#: config/tc-m68k.c:6014 msgid "missing condition code in structured control directive" msgstr "" -#: config/tc-m68k.c:5949 +#: config/tc-m68k.c:6085 #, c-format msgid "" "Condition <%c%c> in structured control directive can not be encoded correctly" msgstr "" -#: config/tc-m68k.c:6258 +#: config/tc-m68k.c:6381 msgid "missing then" msgstr "" -#: config/tc-m68k.c:6340 +#: config/tc-m68k.c:6462 msgid "else without matching if" msgstr "" -#: config/tc-m68k.c:6374 +#: config/tc-m68k.c:6495 msgid "endi without matching if" msgstr "" -#: config/tc-m68k.c:6415 +#: config/tc-m68k.c:6535 msgid "break outside of structured loop" msgstr "" -#: config/tc-m68k.c:6454 +#: config/tc-m68k.c:6573 msgid "next outside of structured loop" msgstr "" -#: config/tc-m68k.c:6506 +#: config/tc-m68k.c:6624 msgid "missing =" msgstr "" -#: config/tc-m68k.c:6544 +#: config/tc-m68k.c:6662 msgid "missing to or downto" msgstr "" -#: config/tc-m68k.c:6580 config/tc-m68k.c:6614 config/tc-m68k.c:6832 +#: config/tc-m68k.c:6698 config/tc-m68k.c:6732 config/tc-m68k.c:6946 msgid "missing do" msgstr "" -#: config/tc-m68k.c:6716 +#: config/tc-m68k.c:6833 msgid "endf without for" msgstr "" -#: config/tc-m68k.c:6772 +#: config/tc-m68k.c:6887 msgid "until without repeat" msgstr "" -#: config/tc-m68k.c:6868 +#: config/tc-m68k.c:6981 msgid "endw without while" msgstr "" -#: config/tc-m68k.c:6992 -#, c-format -msgid "unrecognized option `%s'" -msgstr "" - -#: config/tc-m68k.c:7037 +#: config/tc-m68k.c:7144 #, c-format msgid "unrecognized architecture specification `%s'" msgstr "" -#: config/tc-m68k.c:7131 +#: config/tc-m68k.c:7237 #, c-format msgid "" "680X0 options:\n" "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n" "-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n" -"-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m528x | -m5307 |\n" -"-m5407 | -mcfv4 | -mcfv4e\n" +"-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m521x | -m5249 |\n" +"-m528x | -m5307 | -m5407 | -m547x | -m548x | -mcfv4 | -mcfv4e\n" "\t\t\tspecify variant of 680X0 architecture [default %s]\n" "-m68881 | -m68882 | -mno-68881 | -mno-68882\n" "\t\t\ttarget has/lacks floating-point coprocessor\n" "\t\t\t[default yes for 68020, 68030, and cpu32]\n" msgstr "" -#: config/tc-m68k.c:7143 +#: config/tc-m68k.c:7249 #, c-format msgid "" "-m68851 | -mno-68851\n" @@ -6232,7 +6478,7 @@ msgid "" "--bitwise-or\t\tdo not treat `|' as a comment character\n" msgstr "" -#: config/tc-m68k.c:7153 +#: config/tc-m68k.c:7259 #, c-format msgid "" "--base-size-default-16\tbase reg without size is 16 bits\n" @@ -6241,12 +6487,12 @@ msgid "" "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" msgstr "" -#: config/tc-m68k.c:7188 +#: config/tc-m68k.c:7294 #, c-format msgid "Error %s in %s\n" msgstr "" -#: config/tc-m68k.c:7192 +#: config/tc-m68k.c:7298 #, c-format msgid "Opcode(%d.%s): " msgstr "" @@ -6514,635 +6760,607 @@ msgid "pc-relative" msgstr "" #. Prototypes for static functions. -#: config/tc-mips.c:860 +#: config/tc-mips.c:853 #, c-format msgid "internal Error, line %d, %s" msgstr "" -#: config/tc-mips.c:1175 +#: config/tc-mips.c:1166 #, c-format msgid "internal: can't hash `%s': %s" msgstr "" -#: config/tc-mips.c:1183 +#: config/tc-mips.c:1174 #, c-format msgid "internal error: bad mips16 opcode: %s %s\n" msgstr "" -#: config/tc-mips.c:1377 +#: config/tc-mips.c:1367 #, c-format msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" msgstr "" -#: config/tc-mips.c:2063 config/tc-mips.c:13484 +#: config/tc-mips.c:2065 config/tc-mips.c:13150 msgid "extended instruction in delay slot" msgstr "" -#: config/tc-mips.c:2124 config/tc-mips.c:2134 +#: config/tc-mips.c:2127 config/tc-mips.c:2137 #, c-format msgid "jump to misaligned address (0x%lx)" msgstr "" -#: config/tc-mips.c:2127 config/tc-mips.c:2137 +#: config/tc-mips.c:2130 config/tc-mips.c:2140 #, c-format msgid "jump address range overflow (0x%lx)" msgstr "" -#: config/tc-mips.c:2927 +#: config/tc-mips.c:2930 msgid "" "Macro instruction expanded into multiple instructions in a branch delay slot" msgstr "" -#: config/tc-mips.c:2930 +#: config/tc-mips.c:2933 msgid "Macro instruction expanded into multiple instructions" msgstr "" -#: config/tc-mips.c:3408 config/tc-mips.c:3574 config/tc-mips.c:5897 +#: config/tc-mips.c:3407 config/tc-mips.c:3573 config/tc-mips.c:5835 msgid "constant too large" msgstr "" -#: config/tc-mips.c:3416 config/tc-mips.c:7514 config/tc-mips.c:7538 -#: config/tc-mips.c:7608 config/tc-mips.c:7631 +#: config/tc-mips.c:3415 config/tc-mips.c:7344 config/tc-mips.c:7368 +#: config/tc-mips.c:7437 config/tc-mips.c:7460 msgid "operand overflow" msgstr "" -#: config/tc-mips.c:3435 config/tc-mips.c:6907 config/tc-mips.c:7698 +#: config/tc-mips.c:3434 config/tc-mips.c:6737 config/tc-mips.c:7527 msgid "Macro used $at after \".set noat\"" msgstr "" -#: config/tc-mips.c:3472 +#: config/tc-mips.c:3471 msgid "unsupported large constant" msgstr "" -#: config/tc-mips.c:3474 +#: config/tc-mips.c:3473 #, c-format msgid "Instruction %s requires absolute expression" msgstr "" -#: config/tc-mips.c:3609 +#: config/tc-mips.c:3608 #, c-format msgid "Number (0x%lx) larger than 32 bits" msgstr "" -#: config/tc-mips.c:3630 +#: config/tc-mips.c:3629 msgid "Number larger than 64 bits" msgstr "" -#: config/tc-mips.c:3907 config/tc-mips.c:3935 config/tc-mips.c:3973 -#: config/tc-mips.c:4018 config/tc-mips.c:6166 config/tc-mips.c:6205 -#: config/tc-mips.c:6244 config/tc-mips.c:6692 config/tc-mips.c:6744 +#: config/tc-mips.c:3913 config/tc-mips.c:3941 config/tc-mips.c:3979 +#: config/tc-mips.c:4024 config/tc-mips.c:6064 config/tc-mips.c:6103 +#: config/tc-mips.c:6142 config/tc-mips.c:6553 config/tc-mips.c:6605 msgid "PIC code offset overflow (max 16 signed bits)" msgstr "" -#: config/tc-mips.c:4327 config/tc-mips.c:4391 config/tc-mips.c:4475 -#: config/tc-mips.c:4520 config/tc-mips.c:4578 config/tc-mips.c:4626 -#: config/tc-mips.c:7796 config/tc-mips.c:7803 config/tc-mips.c:7810 -#: config/tc-mips.c:7917 +#: config/tc-mips.c:4325 config/tc-mips.c:4389 config/tc-mips.c:4473 +#: config/tc-mips.c:4518 config/tc-mips.c:4576 config/tc-mips.c:4624 +#: config/tc-mips.c:7625 config/tc-mips.c:7632 config/tc-mips.c:7639 +#: config/tc-mips.c:7746 msgid "Unsupported large constant" msgstr "" #. result is always true -#: config/tc-mips.c:4359 +#: config/tc-mips.c:4357 #, c-format msgid "Branch %s is always true" msgstr "" -#: config/tc-mips.c:4589 config/tc-mips.c:4637 config/tc-mips.c:8242 +#: config/tc-mips.c:4587 config/tc-mips.c:4635 config/tc-mips.c:8071 #, c-format msgid "Improper position (%lu)" msgstr "" -#: config/tc-mips.c:4595 config/tc-mips.c:8310 +#: config/tc-mips.c:4593 config/tc-mips.c:8139 #, c-format msgid "Improper extract size (%lu, position %lu)" msgstr "" -#: config/tc-mips.c:4643 config/tc-mips.c:8274 +#: config/tc-mips.c:4641 config/tc-mips.c:8103 #, c-format msgid "Improper insert size (%lu, position %lu)" msgstr "" -#: config/tc-mips.c:4680 config/tc-mips.c:4778 +#: config/tc-mips.c:4678 config/tc-mips.c:4776 msgid "Divide by zero." msgstr "" -#: config/tc-mips.c:4865 +#: config/tc-mips.c:4863 msgid "dla used to load 32-bit register" msgstr "" -#: config/tc-mips.c:4868 +#: config/tc-mips.c:4866 msgid "la used to load 64-bit address" msgstr "" -#: config/tc-mips.c:5189 config/tc-mips.c:5467 +#: config/tc-mips.c:5143 config/tc-mips.c:5421 msgid "PIC code offset overflow (max 32 signed bits)" msgstr "" -#: config/tc-mips.c:5535 +#: config/tc-mips.c:5480 msgid "MIPS PIC call to register other than $25" msgstr "" -#: config/tc-mips.c:5541 config/tc-mips.c:5552 config/tc-mips.c:5676 -#: config/tc-mips.c:5687 +#: config/tc-mips.c:5486 config/tc-mips.c:5497 config/tc-mips.c:5621 +#: config/tc-mips.c:5632 msgid "No .cprestore pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:5546 config/tc-mips.c:5681 +#: config/tc-mips.c:5491 config/tc-mips.c:5626 msgid "No .frame pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:5759 config/tc-mips.c:5848 config/tc-mips.c:6477 -#: config/tc-mips.c:6511 config/tc-mips.c:6529 config/tc-mips.c:7209 +#: config/tc-mips.c:5697 config/tc-mips.c:5786 config/tc-mips.c:6343 +#: config/tc-mips.c:6377 config/tc-mips.c:6395 config/tc-mips.c:7039 msgid "opcode not supported on this processor" msgstr "" -#: config/tc-mips.c:6082 +#: config/tc-mips.c:5980 msgid "load/store address overflow (max 32 bits)" msgstr "" -#: config/tc-mips.c:7081 config/tc-mips.c:7111 config/tc-mips.c:7159 -#: config/tc-mips.c:7188 +#: config/tc-mips.c:6911 config/tc-mips.c:6941 config/tc-mips.c:6989 +#: config/tc-mips.c:7018 msgid "Improper rotate count" msgstr "" -#: config/tc-mips.c:7242 +#: config/tc-mips.c:7072 #, c-format msgid "Instruction %s: result is always false" msgstr "" -#: config/tc-mips.c:7391 +#: config/tc-mips.c:7221 #, c-format msgid "Instruction %s: result is always true" msgstr "" #. FIXME: Check if this is one of the itbl macros, since they #. are added dynamically. -#: config/tc-mips.c:7694 +#: config/tc-mips.c:7523 #, c-format msgid "Macro %s not implemented yet" msgstr "" -#: config/tc-mips.c:7948 +#: config/tc-mips.c:7777 #, c-format msgid "internal: bad mips opcode (mask error): %s %s" msgstr "" -#: config/tc-mips.c:7973 config/tc-mips.c:8336 +#: config/tc-mips.c:7802 config/tc-mips.c:8165 #, c-format msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s" msgstr "" -#: config/tc-mips.c:8034 +#: config/tc-mips.c:7863 #, c-format msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s" msgstr "" -#: config/tc-mips.c:8041 +#: config/tc-mips.c:7870 #, c-format msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s" msgstr "" -#: config/tc-mips.c:8155 +#: config/tc-mips.c:7984 #, c-format msgid "opcode not supported on this processor: %s (%s)" msgstr "" -#: config/tc-mips.c:8330 config/tc-mips.c:8819 +#: config/tc-mips.c:8159 config/tc-mips.c:8649 msgid "absolute expression required" msgstr "" -#: config/tc-mips.c:8354 +#: config/tc-mips.c:8183 #, c-format msgid "Improper shift amount (%lu)" msgstr "" -#: config/tc-mips.c:8380 config/tc-mips.c:9643 config/tc-mips.c:9758 +#: config/tc-mips.c:8209 config/tc-mips.c:9459 config/tc-mips.c:9574 #, c-format msgid "Invalid value for `%s' (%lu)" msgstr "" -#: config/tc-mips.c:8398 +#: config/tc-mips.c:8227 #, c-format msgid "Illegal break code (%lu)" msgstr "" -#: config/tc-mips.c:8412 +#: config/tc-mips.c:8241 #, c-format msgid "Illegal lower break code (%lu)" msgstr "" -#: config/tc-mips.c:8425 +#: config/tc-mips.c:8254 #, c-format msgid "Illegal 20-bit code (%lu)" msgstr "" -#: config/tc-mips.c:8437 +#: config/tc-mips.c:8266 #, c-format msgid "Coproccesor code > 25 bits (%lu)" msgstr "" -#: config/tc-mips.c:8450 +#: config/tc-mips.c:8279 #, c-format msgid "Illegal 19-bit code (%lu)" msgstr "" -#: config/tc-mips.c:8462 +#: config/tc-mips.c:8291 #, c-format msgid "Invalid performance register (%lu)" msgstr "" -#: config/tc-mips.c:8500 +#: config/tc-mips.c:8329 #, c-format msgid "Invalid register number (%d)" msgstr "" -#: config/tc-mips.c:8678 +#: config/tc-mips.c:8507 #, c-format msgid "Invalid MDMX Immediate (%ld)" msgstr "" -#: config/tc-mips.c:8721 +#: config/tc-mips.c:8550 #, c-format msgid "Invalid float register number (%d)" msgstr "" -#: config/tc-mips.c:8731 +#: config/tc-mips.c:8560 #, c-format msgid "Float register should be even, was %d" msgstr "" -#: config/tc-mips.c:8770 +#: config/tc-mips.c:8599 #, c-format msgid "Bad element selector %ld" msgstr "" -#: config/tc-mips.c:8777 +#: config/tc-mips.c:8607 #, c-format msgid "Expecting ']' found '%s'" msgstr "" -#: config/tc-mips.c:8888 +#: config/tc-mips.c:8711 #, c-format msgid "Bad floating point constant: %s" msgstr "" -#: config/tc-mips.c:9016 +#: config/tc-mips.c:8832 msgid "Can't use floating point insn in this section" msgstr "" -#: config/tc-mips.c:9077 +#: config/tc-mips.c:8893 msgid "expression out of range" msgstr "" -#: config/tc-mips.c:9117 +#: config/tc-mips.c:8933 msgid "lui expression not in range 0..65535" msgstr "" -#: config/tc-mips.c:9141 +#: config/tc-mips.c:8957 #, c-format msgid "Invalid condition code register $fcc%d" msgstr "" -#: config/tc-mips.c:9146 +#: config/tc-mips.c:8962 #, c-format msgid "Condition code register should be even for %s, was %d" msgstr "" -#: config/tc-mips.c:9151 +#: config/tc-mips.c:8967 #, c-format msgid "Condition code register should be 0 or 4 for %s, was %d" msgstr "" -#: config/tc-mips.c:9177 +#: config/tc-mips.c:8993 msgid "invalid coprocessor sub-selection value (0-7)" msgstr "" -#: config/tc-mips.c:9189 config/tc-mips.c:9206 +#: config/tc-mips.c:9005 config/tc-mips.c:9022 #, c-format msgid "bad byte vector index (%ld)" msgstr "" -#: config/tc-mips.c:9217 +#: config/tc-mips.c:9033 #, c-format msgid "bad char = '%c'\n" msgstr "" -#: config/tc-mips.c:9228 config/tc-mips.c:9233 config/tc-mips.c:9783 +#: config/tc-mips.c:9044 config/tc-mips.c:9049 config/tc-mips.c:9599 msgid "illegal operands" msgstr "" -#: config/tc-mips.c:9298 +#: config/tc-mips.c:9114 msgid "unrecognized opcode" msgstr "" -#: config/tc-mips.c:9411 +#: config/tc-mips.c:9227 #, c-format msgid "invalid register number (%d)" msgstr "" -#: config/tc-mips.c:9502 +#: config/tc-mips.c:9318 msgid "used $at without \".set noat\"" msgstr "" -#: config/tc-mips.c:9677 +#: config/tc-mips.c:9493 msgid "can't parse register list" msgstr "" -#: config/tc-mips.c:9901 +#: config/tc-mips.c:9717 msgid "extended operand requested but not required" msgstr "" -#: config/tc-mips.c:9903 +#: config/tc-mips.c:9719 msgid "invalid unextended operand value" msgstr "" -#: config/tc-mips.c:9931 +#: config/tc-mips.c:9747 msgid "operand value out of range for instruction" msgstr "" -#: config/tc-mips.c:10335 +#: config/tc-mips.c:10146 #, c-format msgid "A different %s was already specified, is now %s" msgstr "" -#: config/tc-mips.c:10496 -msgid "-G may not be used with embedded PIC code" -msgstr "" - -#: config/tc-mips.c:10525 +#: config/tc-mips.c:10326 msgid "-call_shared is supported only for ELF format" msgstr "" -#: config/tc-mips.c:10532 config/tc-mips.c:11787 config/tc-mips.c:12028 +#: config/tc-mips.c:10333 config/tc-mips.c:10360 config/tc-mips.c:11532 +#: config/tc-mips.c:11762 msgid "-G may not be used with SVR4 PIC code" msgstr "" -#: config/tc-mips.c:10541 +#: config/tc-mips.c:10342 msgid "-non_shared is supported only for ELF format" msgstr "" -#: config/tc-mips.c:10559 -msgid "-G is not supported for this configuration" -msgstr "" - -#: config/tc-mips.c:10564 -msgid "-G may not be used with SVR4 or embedded PIC code" -msgstr "" - -#: config/tc-mips.c:10578 +#: config/tc-mips.c:10374 msgid "-32 is supported for ELF format only" msgstr "" -#: config/tc-mips.c:10587 +#: config/tc-mips.c:10383 msgid "-n32 is supported for ELF format only" msgstr "" -#: config/tc-mips.c:10596 +#: config/tc-mips.c:10392 msgid "-64 is supported for ELF format only" msgstr "" -#: config/tc-mips.c:10601 config/tc-mips.c:10638 +#: config/tc-mips.c:10397 config/tc-mips.c:10434 msgid "No compiled in support for 64 bit object file format" msgstr "" -#: config/tc-mips.c:10625 +#: config/tc-mips.c:10421 msgid "-mabi is supported for ELF format only" msgstr "" -#: config/tc-mips.c:10645 +#: config/tc-mips.c:10441 #, c-format msgid "invalid abi -mabi=%s" msgstr "" -#: config/tc-mips.c:10720 +#: config/tc-mips.c:10516 msgid "-G not supported in this configuration." msgstr "" -#: config/tc-mips.c:10746 +#: config/tc-mips.c:10542 #, c-format msgid "-%s conflicts with the other architecture options, which imply -%s" msgstr "" -#: config/tc-mips.c:10777 +#: config/tc-mips.c:10573 msgid "-mgp64 used with a 32-bit processor" msgstr "" -#: config/tc-mips.c:10779 +#: config/tc-mips.c:10575 msgid "-mgp32 used with a 64-bit ABI" msgstr "" -#: config/tc-mips.c:10781 +#: config/tc-mips.c:10577 msgid "-mgp64 used with a 32-bit ABI" msgstr "" -#: config/tc-mips.c:10811 +#: config/tc-mips.c:10607 msgid "trap exception not supported at ISA 1" msgstr "" -#: config/tc-mips.c:10959 -#, c-format -msgid "Unmatched %%hi reloc" -msgstr "" - -#: config/tc-mips.c:11051 +#: config/tc-mips.c:10861 msgid "Cannot branch to undefined symbol." msgstr "" -#: config/tc-mips.c:11058 +#: config/tc-mips.c:10868 msgid "Cannot branch to symbol in another section." msgstr "" -#: config/tc-mips.c:11067 +#: config/tc-mips.c:10877 msgid "Pretending global symbol used as branch target is local." msgstr "" -#: config/tc-mips.c:11152 -msgid "Invalid PC relative reloc" -msgstr "" - -#: config/tc-mips.c:11247 config/tc-sparc.c:3196 config/tc-sparc.c:3203 +#: config/tc-mips.c:11021 config/tc-sparc.c:3196 config/tc-sparc.c:3203 #: config/tc-sparc.c:3210 config/tc-sparc.c:3217 config/tc-sparc.c:3224 #: config/tc-sparc.c:3233 config/tc-sparc.c:3244 config/tc-sparc.c:3266 -#: config/tc-sparc.c:3290 write.c:964 write.c:1036 +#: config/tc-sparc.c:3290 write.c:967 write.c:1039 msgid "relocation overflow" msgstr "" -#: config/tc-mips.c:11257 +#: config/tc-mips.c:11031 #, c-format msgid "Branch to odd address (%lx)" msgstr "" -#: config/tc-mips.c:11306 +#: config/tc-mips.c:11080 msgid "Branch out of range" msgstr "" -#: config/tc-mips.c:11413 +#: config/tc-mips.c:11187 #, c-format msgid "%08lx UNDEFINED\n" msgstr "" -#: config/tc-mips.c:11472 +#: config/tc-mips.c:11246 #, c-format msgid "Alignment too large: %d. assumed." msgstr "" -#: config/tc-mips.c:11475 +#: config/tc-mips.c:11249 msgid "Alignment negative: 0 assumed." msgstr "" -#: config/tc-mips.c:11562 -msgid "No read only data section in this object file format" -msgstr "" - -#: config/tc-mips.c:11585 -msgid "Global pointers not supported; recompile -G 0" -msgstr "" - -#: config/tc-mips.c:11743 +#: config/tc-mips.c:11488 #, c-format msgid "%s: no such section" msgstr "" -#: config/tc-mips.c:11782 +#: config/tc-mips.c:11527 #, c-format msgid ".option pic%d not supported" msgstr "" -#: config/tc-mips.c:11793 +#: config/tc-mips.c:11538 #, c-format msgid "Unrecognized option \"%s\"" msgstr "" -#: config/tc-mips.c:11855 +#: config/tc-mips.c:11600 msgid "`noreorder' must be set before `nomacro'" msgstr "" -#: config/tc-mips.c:11929 +#: config/tc-mips.c:11651 #, c-format msgid "unknown architecture %s" msgstr "" -#: config/tc-mips.c:11937 config/tc-mips.c:11959 +#: config/tc-mips.c:11664 config/tc-mips.c:11694 #, c-format msgid "unknown ISA level %s" msgstr "" -#: config/tc-mips.c:11987 +#: config/tc-mips.c:11672 +#, c-format +msgid "unknown ISA or architecture %s" +msgstr "" + +#: config/tc-mips.c:11722 msgid ".set pop with no .set push" msgstr "" -#: config/tc-mips.c:12011 +#: config/tc-mips.c:11746 #, c-format msgid "Tried to set unrecognized symbol: %s\n" msgstr "" -#: config/tc-mips.c:12060 +#: config/tc-mips.c:11794 msgid ".cpload not in noreorder section" msgstr "" -#: config/tc-mips.c:12116 config/tc-mips.c:12135 +#: config/tc-mips.c:11850 config/tc-mips.c:11869 msgid "missing argument separator ',' for .cpsetup" msgstr "" -#: config/tc-mips.c:12315 +#: config/tc-mips.c:12049 msgid "Unsupported use of .gpword" msgstr "" -#: config/tc-mips.c:12351 +#: config/tc-mips.c:12085 msgid "Unsupported use of .gpdword" msgstr "" -#: config/tc-mips.c:12486 +#: config/tc-mips.c:12220 msgid "expected `$'" msgstr "" -#: config/tc-mips.c:12494 +#: config/tc-mips.c:12228 msgid "Bad register number" msgstr "" -#: config/tc-mips.c:12542 +#: config/tc-mips.c:12276 msgid "Unrecognized register name" msgstr "" -#: config/tc-mips.c:12777 +#: config/tc-mips.c:12509 msgid "unsupported PC relative reference to different section" msgstr "" -#: config/tc-mips.c:12890 +#: config/tc-mips.c:12622 msgid "unsupported relocation" msgstr "" -#: config/tc-mips.c:13057 -msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc" -msgstr "" - -#: config/tc-mips.c:13162 config/tc-sh.c:4087 +#: config/tc-mips.c:12828 config/tc-sh.c:4302 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "" -#: config/tc-mips.c:13248 +#: config/tc-mips.c:12914 msgid "relaxed out-of-range branch into a jump" msgstr "" -#: config/tc-mips.c:13761 +#: config/tc-mips.c:13427 msgid "missing .end at end of assembly" msgstr "" -#: config/tc-mips.c:13776 +#: config/tc-mips.c:13442 msgid "expected simple number" msgstr "" -#: config/tc-mips.c:13802 +#: config/tc-mips.c:13468 #, c-format msgid " *input_line_pointer == '%c' 0x%02x\n" msgstr "" -#: config/tc-mips.c:13804 +#: config/tc-mips.c:13470 msgid "invalid number" msgstr "" -#: config/tc-mips.c:13877 +#: config/tc-mips.c:13543 msgid ".end not in text section" msgstr "" -#: config/tc-mips.c:13881 +#: config/tc-mips.c:13547 msgid ".end directive without a preceding .ent directive." msgstr "" -#: config/tc-mips.c:13890 +#: config/tc-mips.c:13556 msgid ".end symbol does not match .ent symbol." msgstr "" -#: config/tc-mips.c:13897 +#: config/tc-mips.c:13563 msgid ".end directive missing or unknown symbol" msgstr "" -#: config/tc-mips.c:13958 +#: config/tc-mips.c:13624 msgid ".ent or .aent not in text section." msgstr "" -#: config/tc-mips.c:13961 +#: config/tc-mips.c:13627 msgid "missing .end" msgstr "" -#: config/tc-mips.c:14013 +#: config/tc-mips.c:13679 msgid "Bad .frame directive" msgstr "" -#: config/tc-mips.c:14045 +#: config/tc-mips.c:13711 msgid ".mask/.fmask outside of .ent" msgstr "" -#: config/tc-mips.c:14052 +#: config/tc-mips.c:13718 msgid "Bad .mask/.fmask directive" msgstr "" -#: config/tc-mips.c:14332 +#: config/tc-mips.c:13998 #, c-format msgid "" "MIPS options:\n" -"-membedded-pic\t\tgenerate embedded position independent code\n" "-EB\t\t\tgenerate big endian output\n" "-EL\t\t\tgenerate little endian output\n" "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n" @@ -7150,7 +7368,7 @@ msgid "" "\t\t\timplicitly with the gp register [default 8]\n" msgstr "" -#: config/tc-mips.c:14340 +#: config/tc-mips.c:14005 #, c-format msgid "" "-mips1\t\t\tgenerate MIPS ISA I instructions\n" @@ -7165,7 +7383,7 @@ msgid "" "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" msgstr "" -#: config/tc-mips.c:14359 +#: config/tc-mips.c:14024 #, c-format msgid "" "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" @@ -7173,16 +7391,17 @@ msgid "" "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" msgstr "" -#: config/tc-mips.c:14372 +#: config/tc-mips.c:14037 #, c-format msgid "" "-mips16\t\t\tgenerate mips16 instructions\n" "-no-mips16\t\tdo not generate mips16 instructions\n" msgstr "" -#: config/tc-mips.c:14375 +#: config/tc-mips.c:14040 #, c-format msgid "" +"-mfix-vr4120\t\twork around certain VR4120 errata\n" "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" "-O0\t\t\tremove unneeded NOPs, do not swap branches\n" @@ -7192,7 +7411,7 @@ msgid "" "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" msgstr "" -#: config/tc-mips.c:14384 +#: config/tc-mips.c:14050 #, c-format msgid "" "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" @@ -7202,7 +7421,7 @@ msgid "" "-mabi=ABI\t\tcreate ABI conformant object file for:\n" msgstr "" -#: config/tc-mips.c:14401 +#: config/tc-mips.c:14067 #, c-format msgid "" "-32\t\t\tcreate o32 ABI object file (default)\n" @@ -7469,29 +7688,18 @@ msgid "" "none yet\n" msgstr "" -#: config/tc-mn10200.c:793 config/tc-mn10300.c:1387 config/tc-ppc.c:2124 -#: config/tc-s390.c:1540 config/tc-v850.c:1694 +#: config/tc-mn10200.c:793 config/tc-mn10300.c:1387 config/tc-ppc.c:2120 +#: config/tc-s390.c:1521 config/tc-v850.c:1674 #, c-format msgid "Unrecognized opcode: `%s'" msgstr "" -#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1960 config/tc-ppc.c:2603 -#: config/tc-s390.c:1455 config/tc-v850.c:2117 +#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1960 config/tc-ppc.c:2599 +#: config/tc-s390.c:1436 config/tc-v850.c:2097 #, c-format msgid "junk at end of line: `%s'" msgstr "" -#: config/tc-mn10200.c:1242 write.c:2642 -#, c-format -msgid "can't resolve `%s' {%s section} - `%s' {%s section}" -msgstr "" - -#: config/tc-mn10200.c:1347 config/tc-mn10300.c:2589 config/tc-ppc.c:1462 -#: config/tc-v850.c:1623 -#, c-format -msgid "operand out of range (%s not between %ld and %ld)" -msgstr "" - #: config/tc-mn10300.c:690 #, c-format msgid "" @@ -7499,8 +7707,8 @@ msgid "" "none yet\n" msgstr "" -#: config/tc-mn10300.c:1356 config/tc-sh.c:772 config/tc-xtensa.c:5062 -#: read.c:3634 +#: config/tc-mn10300.c:1356 config/tc-sh.c:776 config/tc-xtensa.c:5064 +#: read.c:3649 #, c-format msgid "unsupported BFD relocation size %u" msgstr "" @@ -7518,17 +7726,38 @@ msgstr "" msgid "Bad relocation fixup type (%d)" msgstr "" -#: config/tc-msp430.c:183 +#: config/tc-msp430.c:411 +msgid ".profiler pseudo requires at least two operands." +msgstr "" + +#: config/tc-msp430.c:470 +msgid "unknown profiling flag - ignored." +msgstr "" + +#: config/tc-msp430.c:486 +msgid "ambigious flags combination - '.profiler' directive ignored." +msgstr "" + +#: config/tc-msp430.c:496 +msgid "profiling in absolute section? Hm..." +msgstr "" + +#: config/tc-msp430.c:583 #, c-format msgid "Known MCU names:\n" msgstr "" -#: config/tc-msp430.c:186 +#: config/tc-msp430.c:586 #, c-format msgid "\t %s\n" msgstr "" -#: config/tc-msp430.c:196 +#: config/tc-msp430.c:612 +#, c-format +msgid "redefinition of mcu type %s' to %s'" +msgstr "" + +#: config/tc-msp430.c:642 #, c-format msgid "" "MSP430 options:\n" @@ -7543,129 +7772,156 @@ msgid "" " msp430x147 msp430x148 msp430x149\n" " msp430x155 msp430x156 msp430x157\n" " msp430x167 msp430x168 msp430x169\n" +" msp430x1610 msp430x1611 msp430x1612\n" " msp430x311 msp430x312 msp430x313 msp430x314 " "msp430x315\n" " msp430x323 msp430x325\n" " msp430x336 msp430x337\n" -" msp430x412 msp430x413\n" +" msp430x412 msp430x413 msp430x415 msp430x417\n" " msp430xE423 msp430xE425 msp430E427\n" " msp430xW423 msp430xW425 msp430W427\n" +" msp430xG437 msp430xG438 msp430G439\n" " msp430x435 msp430x436 msp430x437\n" " msp430x447 msp430x448 msp430x449\n" msgstr "" -#: config/tc-msp430.c:278 +#: config/tc-msp430.c:852 #, c-format -msgid "redefinition of mcu type %s' to %s'" +msgid "value %d out of range. Use #lo() or #hi()" msgstr "" -#: config/tc-msp430.c:511 +#: config/tc-msp430.c:940 #, c-format -msgid "instruction %s requires %d operand(s)" +msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() " msgstr "" -#: config/tc-msp430.c:757 +#: config/tc-msp430.c:991 #, c-format -msgid "Even number required. Rounded to %d" +msgid "Registers cannot be used within immediate expression [%s]" msgstr "" -#: config/tc-msp430.c:768 +#: config/tc-msp430.c:993 config/tc-msp430.c:1217 #, c-format -msgid "Wrong displacement %d" +msgid "unknown operand %s" msgstr "" -#: config/tc-msp430.c:785 -msgid "instruction requires label sans '$'" +#: config/tc-msp430.c:1015 config/tc-msp430.c:1150 +#, c-format +msgid "value out of range: %d" msgstr "" -#: config/tc-msp430.c:791 -msgid "instruction requires label or value in range -511:512" +#: config/tc-msp430.c:1026 +#, c-format +msgid "Registers cannot be used within absolute expression [%s]" msgstr "" -#: config/tc-msp430.c:797 -msgid "instruction requires label" +#: config/tc-msp430.c:1028 config/tc-msp430.c:1171 +#, c-format +msgid "unknown expression in operand %s" msgstr "" -#: config/tc-msp430.c:803 -msgid "Ilegal instruction or not implmented opcode." +#: config/tc-msp430.c:1042 config/tc-msp430.c:1049 +#, c-format +msgid "unknown addressing mode %s" msgstr "" -#: config/tc-msp430.c:831 +#: config/tc-msp430.c:1057 #, c-format -msgid "Internal bug. Try to use 0(r%d) instead of @r%d" +msgid "Bad register name r%s" msgstr "" -#: config/tc-msp430.c:841 -msgid "this addressing mode is not applicable for destination operand" +#: config/tc-msp430.c:1069 +#, c-format +msgid "MSP430 does not have %d registers" msgstr "" -#: config/tc-msp430.c:958 -#, c-format -msgid "value %ld out of range. Use #lo() or #hi()" +#: config/tc-msp430.c:1089 +msgid "')' required" msgstr "" -#: config/tc-msp430.c:1046 +#: config/tc-msp430.c:1102 #, c-format -msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() " +msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?" msgstr "" -#: config/tc-msp430.c:1096 config/tc-msp430.c:1310 +#: config/tc-msp430.c:1111 #, c-format -msgid "unknown operand %s" +msgid "unknown operator (r%s substituded as a register name" msgstr "" -#: config/tc-msp430.c:1117 config/tc-msp430.c:1248 +#: config/tc-msp430.c:1123 config/tc-msp430.c:1134 #, c-format -msgid "value out of range: %d" +msgid "unknown operator %s" msgstr "" -#: config/tc-msp430.c:1126 config/tc-msp430.c:1265 -#, c-format -msgid "unknown expression in operand %s" +#: config/tc-msp430.c:1128 +msgid "r2 should not be used in indexed addressing mode" msgstr "" -#: config/tc-msp430.c:1140 config/tc-msp430.c:1147 +#: config/tc-msp430.c:1169 #, c-format -msgid "unknown addressing mode %s" +msgid "Registers cannot be used as a prefix of indexed expression [%s]" msgstr "" -#: config/tc-msp430.c:1155 +#. Unreachable. +#: config/tc-msp430.c:1234 #, c-format -msgid "Bad register name r%s" +msgid "unknown addressing mode for operand %s" msgstr "" -#: config/tc-msp430.c:1167 +#: config/tc-msp430.c:1259 #, c-format -msgid "MSP430 does not have %d registers" +msgid "Internal bug. Try to use 0(r%d) instead of @r%d" msgstr "" -#: config/tc-msp430.c:1187 -msgid "')' required" +#: config/tc-msp430.c:1269 +msgid "this addressing mode is not applicable for destination operand" msgstr "" -#: config/tc-msp430.c:1200 +#: config/tc-msp430.c:1313 #, c-format -msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?" +msgid "instruction %s requires %d operand(s)" msgstr "" -#: config/tc-msp430.c:1209 +#: config/tc-msp430.c:1559 #, c-format -msgid "unknown operator (r%s substituded as a register name" +msgid "Even number required. Rounded to %d" msgstr "" -#: config/tc-msp430.c:1221 config/tc-msp430.c:1232 +#: config/tc-msp430.c:1570 #, c-format -msgid "unknown operator %s" +msgid "Wrong displacement %d" msgstr "" -#: config/tc-msp430.c:1226 -msgid "r2 should not be used in indexed addressing mode" +#: config/tc-msp430.c:1587 +msgid "instruction requires label sans '$'" msgstr "" -#. Unreachable. -#: config/tc-msp430.c:1327 +#: config/tc-msp430.c:1593 +msgid "instruction requires label or value in range -511:512" +msgstr "" + +#: config/tc-msp430.c:1599 config/tc-msp430.c:1632 config/tc-msp430.c:1664 +msgid "instruction requires label" +msgstr "" + +#: config/tc-msp430.c:1668 +msgid "Ilegal instruction or not implmented opcode." +msgstr "" + +#: config/tc-msp430.c:1988 #, c-format -msgid "unknown addressing mode for operand %s" +msgid "internal inconsistency problem in %s: insn %04lx" +msgstr "" + +#: config/tc-msp430.c:2018 config/tc-msp430.c:2041 +#, c-format +msgid "internal inconsistency problem in %s: ext. insn %04lx" +msgstr "" + +#: config/tc-msp430.c:2053 +#, c-format +msgid "internal inconsistency problem in %s: %lx" msgstr "" #: config/tc-ns32k.c:449 @@ -7903,7 +8159,7 @@ msgstr "" msgid "can't have relocation for ipush" msgstr "" -#: config/tc-pj.c:290 config/tc-xtensa.c:4864 +#: config/tc-pj.c:290 config/tc-xtensa.c:4866 #, c-format msgid "unknown opcode %s" msgstr "" @@ -7916,8 +8172,8 @@ msgid "" "-big\t\t\tgenerate big endian code\n" msgstr "" -#: config/tc-pj.c:469 config/tc-sh.c:3763 config/tc-sh.c:3770 -#: config/tc-sh.c:3777 config/tc-sh.c:3784 +#: config/tc-pj.c:469 config/tc-sh.c:3978 config/tc-sh.c:3985 +#: config/tc-sh.c:3992 config/tc-sh.c:3999 msgid "pcrel too far" msgstr "" @@ -8000,233 +8256,241 @@ msgstr "" msgid "Unknown default cpu = %s, os = %s" msgstr "" -#: config/tc-ppc.c:1179 +#: config/tc-ppc.c:1180 msgid "Neither Power nor PowerPC opcodes were selected." msgstr "" -#: config/tc-ppc.c:1269 config/tc-s390.c:516 +#: config/tc-ppc.c:1270 config/tc-s390.c:516 #, c-format msgid "Internal assembler error for instruction %s" msgstr "" -#: config/tc-ppc.c:1293 +#: config/tc-ppc.c:1294 #, c-format msgid "Internal assembler error for macro %s" msgstr "" -#: config/tc-ppc.c:1635 +#: config/tc-ppc.c:1625 msgid "identifier+constant@got means identifier@got+constant" msgstr "" -#: config/tc-ppc.c:1702 +#: config/tc-ppc.c:1692 #, c-format msgid "%s relocations do not fit in %d bytes\n" msgstr "" -#: config/tc-ppc.c:1809 +#: config/tc-ppc.c:1799 #, c-format msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-ppc.c:1891 +#: config/tc-ppc.c:1881 msgid "Relocation cannot be done when using -mrelocatable" msgstr "" -#: config/tc-ppc.c:2017 +#: config/tc-ppc.c:1930 +msgid "TOC section size exceeds 64k" +msgstr "" + +#: config/tc-ppc.c:2012 #, c-format msgid "syntax error: invalid toc specifier `%s'" msgstr "" -#: config/tc-ppc.c:2031 +#: config/tc-ppc.c:2026 #, c-format msgid "syntax error: expected `]', found `%c'" msgstr "" -#: config/tc-ppc.c:2309 +#: config/tc-ppc.c:2305 msgid "[tocv] symbol is not a toc symbol" msgstr "" -#: config/tc-ppc.c:2320 +#: config/tc-ppc.c:2316 msgid "Unimplemented toc32 expression modifier" msgstr "" -#: config/tc-ppc.c:2325 +#: config/tc-ppc.c:2321 msgid "Unimplemented toc64 expression modifier" msgstr "" -#: config/tc-ppc.c:2329 +#: config/tc-ppc.c:2325 #, c-format msgid "Unexpected return value [%d] from parse_toc_entry!\n" msgstr "" -#: config/tc-ppc.c:2547 +#: config/tc-ppc.c:2543 msgid "unsupported relocation for DS offset field" msgstr "" -#: config/tc-ppc.c:2591 +#: config/tc-ppc.c:2587 #, c-format msgid "syntax error; found `%c' but expected `%c'" msgstr "" -#: config/tc-ppc.c:2740 +#: config/tc-ppc.c:2630 config/tc-ppc.h:117 +msgid "instruction address is not a multiple of 4" +msgstr "" + +#: config/tc-ppc.c:2741 msgid "wrong number of operands" msgstr "" -#: config/tc-ppc.c:2796 +#: config/tc-ppc.c:2797 msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ppc.c:2911 +#: config/tc-ppc.c:2912 msgid "missing size" msgstr "" -#: config/tc-ppc.c:2920 +#: config/tc-ppc.c:2921 msgid "negative size" msgstr "" -#: config/tc-ppc.c:2957 +#: config/tc-ppc.c:2958 msgid "missing real symbol name" msgstr "" -#: config/tc-ppc.c:2978 +#: config/tc-ppc.c:2979 msgid "attempt to redefine symbol" msgstr "" -#: config/tc-ppc.c:3225 +#: config/tc-ppc.c:3226 msgid "The XCOFF file format does not support arbitrary sections" msgstr "" -#: config/tc-ppc.c:3302 +#: config/tc-ppc.c:3303 msgid "missing rename string" msgstr "" -#: config/tc-ppc.c:3333 config/tc-ppc.c:3888 read.c:2932 +#: config/tc-ppc.c:3334 config/tc-ppc.c:3889 read.c:2947 msgid "missing value" msgstr "" -#: config/tc-ppc.c:3351 +#: config/tc-ppc.c:3352 msgid "illegal .stabx expression; zero assumed" msgstr "" -#: config/tc-ppc.c:3383 +#: config/tc-ppc.c:3384 msgid "missing class" msgstr "" -#: config/tc-ppc.c:3392 +#: config/tc-ppc.c:3393 msgid "missing type" msgstr "" -#: config/tc-ppc.c:3473 +#: config/tc-ppc.c:3474 msgid "missing symbol name" msgstr "" -#: config/tc-ppc.c:3667 +#: config/tc-ppc.c:3668 msgid "nested .bs blocks" msgstr "" -#: config/tc-ppc.c:3700 +#: config/tc-ppc.c:3701 msgid ".es without preceding .bs" msgstr "" -#: config/tc-ppc.c:3880 +#: config/tc-ppc.c:3881 msgid "non-constant byte count" msgstr "" -#: config/tc-ppc.c:3928 +#: config/tc-ppc.c:3929 msgid ".tc not in .toc section" msgstr "" -#: config/tc-ppc.c:3947 +#: config/tc-ppc.c:3948 msgid ".tc with no label" msgstr "" -#: config/tc-ppc.c:4039 +#: config/tc-ppc.c:4040 msgid ".machine stack overflow" msgstr "" -#: config/tc-ppc.c:4046 +#: config/tc-ppc.c:4047 msgid ".machine stack underflow" msgstr "" -#: config/tc-ppc.c:4053 +#: config/tc-ppc.c:4054 #, c-format msgid "invalid machine `%s'" msgstr "" -#: config/tc-ppc.c:4107 +#: config/tc-ppc.c:4108 msgid "No previous section to return to. Directive ignored." msgstr "" #. Section Contents #. unknown -#: config/tc-ppc.c:4524 +#: config/tc-ppc.c:4525 msgid "Unsupported section attribute -- 'a'" msgstr "" -#: config/tc-ppc.c:4713 +#: config/tc-ppc.c:4714 msgid "bad symbol suffix" msgstr "" -#: config/tc-ppc.c:4806 +#: config/tc-ppc.c:4807 msgid "Unrecognized symbol suffix" msgstr "" -#: config/tc-ppc.c:4892 +#: config/tc-ppc.c:4893 msgid "two .function pseudo-ops with no intervening .ef" msgstr "" -#: config/tc-ppc.c:4905 +#: config/tc-ppc.c:4906 msgid ".ef with no preceding .function" msgstr "" -#: config/tc-ppc.c:5033 +#: config/tc-ppc.c:5034 #, c-format msgid "warning: symbol %s has no csect" msgstr "" -#: config/tc-ppc.c:5337 +#: config/tc-ppc.c:5338 msgid "symbol in .toc does not match any .tc" msgstr "" -#: config/tc-ppc.c:5670 config/tc-s390.c:2078 config/tc-v850.c:2418 +#: config/tc-ppc.c:5671 config/tc-s390.c:2059 config/tc-v850.c:2398 #: config/tc-xstormy16.c:537 msgid "unresolved expression that must be resolved" msgstr "" -#: config/tc-ppc.c:5673 +#: config/tc-ppc.c:5674 #, c-format msgid "unsupported relocation against %s" msgstr "" -#: config/tc-ppc.c:5748 +#: config/tc-ppc.c:5749 #, c-format msgid "cannot emit PC relative %s relocation against %s" msgstr "" -#: config/tc-ppc.c:5753 +#: config/tc-ppc.c:5754 #, c-format msgid "cannot emit PC relative %s relocation" msgstr "" -#: config/tc-ppc.c:5906 +#: config/tc-ppc.c:5907 #, c-format msgid "Unable to handle reference to symbol %s" msgstr "" -#: config/tc-ppc.c:5909 +#: config/tc-ppc.c:5910 msgid "Unable to resolve expression" msgstr "" -#: config/tc-ppc.c:5936 +#: config/tc-ppc.c:5937 msgid "must branch to an address a multiple of 4" msgstr "" -#: config/tc-ppc.c:5940 +#: config/tc-ppc.c:5941 #, c-format msgid "@local or @plt branch destination is too far away, %ld bytes" msgstr "" -#: config/tc-ppc.c:5971 +#: config/tc-ppc.c:5972 #, c-format msgid "Gas failure, reloc value %d\n" msgstr "" @@ -8254,70 +8518,70 @@ msgstr "" msgid "Internal assembler error for instruction format %s" msgstr "" -#: config/tc-s390.c:782 +#: config/tc-s390.c:763 #, c-format msgid "identifier+constant@%s means identifier@%s+constant" msgstr "" -#: config/tc-s390.c:865 +#: config/tc-s390.c:846 msgid "Can't handle O_big in s390_exp_compare" msgstr "" -#: config/tc-s390.c:949 +#: config/tc-s390.c:930 msgid "Invalid suffix for literal pool entry" msgstr "" -#: config/tc-s390.c:1006 +#: config/tc-s390.c:987 msgid "Big number is too big" msgstr "" -#: config/tc-s390.c:1144 config/tc-s390.c:1728 +#: config/tc-s390.c:1125 config/tc-s390.c:1709 #, c-format msgid "%s relocations do not fit in %d bytes" msgstr "" -#: config/tc-s390.c:1154 +#: config/tc-s390.c:1135 msgid "relocation not applicable" msgstr "" -#: config/tc-s390.c:1342 +#: config/tc-s390.c:1323 msgid "invalid operand suffix" msgstr "" -#: config/tc-s390.c:1365 +#: config/tc-s390.c:1346 msgid "syntax error; missing '(' after displacement" msgstr "" -#: config/tc-s390.c:1375 config/tc-s390.c:1408 config/tc-s390.c:1427 +#: config/tc-s390.c:1356 config/tc-s390.c:1389 config/tc-s390.c:1408 msgid "syntax error; expected ," msgstr "" -#: config/tc-s390.c:1402 +#: config/tc-s390.c:1383 msgid "syntax error; missing ')' after base register" msgstr "" -#: config/tc-s390.c:1420 +#: config/tc-s390.c:1401 msgid "syntax error; ')' not allowed here" msgstr "" -#: config/tc-s390.c:1602 config/tc-s390.c:1628 config/tc-s390.c:1641 +#: config/tc-s390.c:1583 config/tc-s390.c:1609 config/tc-s390.c:1622 msgid "Invalid .insn format\n" msgstr "" -#: config/tc-s390.c:1610 +#: config/tc-s390.c:1591 #, c-format msgid "Unrecognized opcode format: `%s'" msgstr "" -#: config/tc-s390.c:1644 +#: config/tc-s390.c:1625 msgid "second operand of .insn not a constant\n" msgstr "" -#: config/tc-s390.c:1647 +#: config/tc-s390.c:1628 msgid "missing comma after insn constant\n" msgstr "" -#: config/tc-s390.c:2081 +#: config/tc-s390.c:2062 msgid "unsupported relocation type" msgstr "" @@ -8511,194 +8775,189 @@ msgstr "" msgid "directive .little encountered when option -little required" msgstr "" -#: config/tc-sh.c:743 -msgid "Invalid PIC expression." +#: config/tc-sh.c:1245 +msgid "misplaced PIC operand" msgstr "" -#: config/tc-sh.c:1235 -msgid "misplaced PIC operand" +#: config/tc-sh.c:1283 +msgid "illegal double indirection" msgstr "" -#: config/tc-sh.c:1274 +#: config/tc-sh.c:1292 msgid "illegal register after @-" msgstr "" -#: config/tc-sh.c:1290 +#: config/tc-sh.c:1308 msgid "must be @(r0,...)" msgstr "" -#: config/tc-sh.c:1314 +#: config/tc-sh.c:1332 msgid "syntax error in @(r0,...)" msgstr "" -#: config/tc-sh.c:1319 +#: config/tc-sh.c:1337 msgid "syntax error in @(r0...)" msgstr "" -#: config/tc-sh.c:1360 +#: config/tc-sh.c:1382 msgid "Deprecated syntax." msgstr "" -#: config/tc-sh.c:1372 config/tc-sh.c:1377 +#: config/tc-sh.c:1394 config/tc-sh.c:1399 msgid "syntax error in @(disp,[Rn, gbr, pc])" msgstr "" -#: config/tc-sh.c:1382 +#: config/tc-sh.c:1404 msgid "expecting )" msgstr "" -#: config/tc-sh.c:1390 +#: config/tc-sh.c:1412 msgid "illegal register after @" msgstr "" -#: config/tc-sh.c:2154 +#: config/tc-sh.c:2249 #, c-format msgid "Invalid register: 'r%d'" msgstr "" -#: config/tc-sh.c:2321 +#: config/tc-sh.c:2471 msgid "insn can't be combined with parallel processing insn" msgstr "" -#: config/tc-sh.c:2328 config/tc-sh.c:2339 config/tc-sh.c:2371 +#: config/tc-sh.c:2478 config/tc-sh.c:2489 config/tc-sh.c:2521 msgid "multiple movx specifications" msgstr "" -#: config/tc-sh.c:2333 config/tc-sh.c:2355 config/tc-sh.c:2394 +#: config/tc-sh.c:2483 config/tc-sh.c:2505 config/tc-sh.c:2544 msgid "multiple movy specifications" msgstr "" -#: config/tc-sh.c:2342 config/tc-sh.c:2375 +#: config/tc-sh.c:2492 config/tc-sh.c:2525 msgid "invalid movx address register" msgstr "" -#: config/tc-sh.c:2344 +#: config/tc-sh.c:2494 msgid "insn cannot be combined with non-nopy" msgstr "" -#: config/tc-sh.c:2358 config/tc-sh.c:2414 +#: config/tc-sh.c:2508 config/tc-sh.c:2564 msgid "invalid movy address register" msgstr "" -#: config/tc-sh.c:2360 +#: config/tc-sh.c:2510 msgid "insn cannot be combined with non-nopx" msgstr "" -#: config/tc-sh.c:2373 +#: config/tc-sh.c:2523 msgid "previous movy requires nopx" msgstr "" -#: config/tc-sh.c:2381 config/tc-sh.c:2386 +#: config/tc-sh.c:2531 config/tc-sh.c:2536 msgid "invalid movx dsp register" msgstr "" -#: config/tc-sh.c:2396 +#: config/tc-sh.c:2546 msgid "previous movx requires nopy" msgstr "" -#: config/tc-sh.c:2405 config/tc-sh.c:2410 +#: config/tc-sh.c:2555 config/tc-sh.c:2560 msgid "invalid movy dsp register" msgstr "" -#: config/tc-sh.c:2420 +#: config/tc-sh.c:2570 msgid "dsp immediate shift value not constant" msgstr "" -#: config/tc-sh.c:2434 config/tc-sh.c:2460 +#: config/tc-sh.c:2584 config/tc-sh.c:2610 msgid "multiple parallel processing specifications" msgstr "" -#: config/tc-sh.c:2453 +#: config/tc-sh.c:2603 msgid "multiple condition specifications" msgstr "" -#: config/tc-sh.c:2491 +#: config/tc-sh.c:2641 msgid "insn cannot be combined with pmuls" msgstr "" -#: config/tc-sh.c:2507 +#: config/tc-sh.c:2657 msgid "bad combined pmuls output operand" msgstr "" -#: config/tc-sh.c:2517 +#: config/tc-sh.c:2667 msgid "destination register is same for parallel insns" msgstr "" -#: config/tc-sh.c:2526 +#: config/tc-sh.c:2676 msgid "condition not followed by conditionalizable insn" msgstr "" -#: config/tc-sh.c:2536 +#: config/tc-sh.c:2686 msgid "unrecognized characters at end of parallel processing insn" msgstr "" -#: config/tc-sh.c:2651 +#: config/tc-sh.c:2802 msgid "opcode not valid for this cpu variant" msgstr "" -#: config/tc-sh.c:2684 +#: config/tc-sh.c:2835 msgid "Delayed branches not available on SH1" msgstr "" -#: config/tc-sh.c:2716 +#: config/tc-sh.c:2867 #, c-format msgid "excess operands: '%s'" msgstr "" -#: config/tc-sh.c:2861 +#: config/tc-sh.c:3012 msgid ".uses pseudo-op seen when not relaxing" msgstr "" -#: config/tc-sh.c:2867 +#: config/tc-sh.c:3018 msgid "bad .uses format" msgstr "" -#: config/tc-sh.c:2954 +#: config/tc-sh.c:3104 msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia" msgstr "" -#: config/tc-sh.c:2960 +#: config/tc-sh.c:3110 msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact" msgstr "" -#: config/tc-sh.c:2962 +#: config/tc-sh.c:3112 msgid "Invalid combination: --abi=64 with --isa=SHcompact" msgstr "" -#: config/tc-sh.c:2975 +#: config/tc-sh.c:3152 msgid "Invalid combination: --abi=32 with --abi=64" msgstr "" -#: config/tc-sh.c:2981 +#: config/tc-sh.c:3158 msgid "Invalid combination: --abi=64 with --abi=32" msgstr "" -#: config/tc-sh.c:2983 +#: config/tc-sh.c:3160 msgid "Invalid combination: --isa=SHcompact with --abi=64" msgstr "" -#: config/tc-sh.c:3017 +#: config/tc-sh.c:3194 #, c-format msgid "" "SH options:\n" "-little\t\t\tgenerate little endian code\n" "-big\t\t\tgenerate big endian code\n" "-relax\t\t\talter jump instructions for long displacements\n" +"-renesas\t\tdisable optimization with section symbol for\n" +"\t\t\tcompatibility with Renesas assembler.\n" "-small\t\t\talign sections to 4 byte boundaries, not 16\n" "-dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" -"-isa=[sh4\n" -" | sh4-nofpu\t\tsh4 with fpu disabled\n" -" | sh4-nommu-nofpu sh4 with no MMU or FPU\n" -" | sh4a\n" -"\\ " -msgstr "" - -#: config/tc-sh.c:3030 -#, c-format -msgid "));" +"-isa=[any\t\tuse most appropriate isa\n" +" | dsp same as '-dsp'\n" +" | fp" msgstr "" -#: config/tc-sh.c:3032 +#: config/tc-sh.c:3218 #, c-format msgid "" "-isa=[shmedia\t\tset as the default instruction set for SH64\n" @@ -8707,7 +8966,7 @@ msgid "" " | SHcompact]\n" msgstr "" -#: config/tc-sh.c:3037 +#: config/tc-sh.c:3223 #, c-format msgid "" "-abi=[32|64]\t\tset size of expanded SHmedia operands and object\n" @@ -8721,57 +8980,57 @@ msgid "" "\t\t\tto 32 bits only\n" msgstr "" -#: config/tc-sh.c:3125 +#: config/tc-sh.c:3311 msgid ".uses does not refer to a local symbol in the same section" msgstr "" -#: config/tc-sh.c:3144 +#: config/tc-sh.c:3330 msgid "can't find fixup pointed to by .uses" msgstr "" -#: config/tc-sh.c:3167 +#: config/tc-sh.c:3353 msgid ".uses target does not refer to a local symbol in the same section" msgstr "" -#: config/tc-sh.c:3267 +#: config/tc-sh.c:3453 msgid "displacement overflows 12-bit field" msgstr "" -#: config/tc-sh.c:3270 +#: config/tc-sh.c:3456 #, c-format msgid "displacement to defined symbol %s overflows 12-bit field" msgstr "" -#: config/tc-sh.c:3274 +#: config/tc-sh.c:3460 #, c-format msgid "displacement to undefined symbol %s overflows 12-bit field" msgstr "" -#: config/tc-sh.c:3352 +#: config/tc-sh.c:3538 msgid "displacement overflows 8-bit field" msgstr "" -#: config/tc-sh.c:3355 +#: config/tc-sh.c:3541 #, c-format msgid "displacement to defined symbol %s overflows 8-bit field" msgstr "" -#: config/tc-sh.c:3359 +#: config/tc-sh.c:3545 #, c-format msgid "displacement to undefined symbol %s overflows 8-bit field " msgstr "" -#: config/tc-sh.c:3376 +#: config/tc-sh.c:3562 #, c-format msgid "overflow in branch to %s; converted into longer instruction sequence" msgstr "" -#: config/tc-sh.c:3447 config/tc-sh.c:3494 config/tc-sparc.c:4203 +#: config/tc-sh.c:3633 config/tc-sh.c:3680 config/tc-sparc.c:4203 #: config/tc-sparc.c:4228 msgid "misaligned data" msgstr "" -#: config/tc-sh.c:3884 +#: config/tc-sh.c:4099 msgid "misaligned offset" msgstr "" @@ -9107,7 +9366,7 @@ msgstr "" msgid "negative alignment" msgstr "" -#: config/tc-sparc.c:3711 config/tc-sparc.c:3875 read.c:1226 read.c:2012 +#: config/tc-sparc.c:3711 config/tc-sparc.c:3875 read.c:1232 read.c:2027 msgid "alignment not a power of 2" msgstr "" @@ -10028,85 +10287,80 @@ msgstr "" msgid " -mrelax Enable relaxation\n" msgstr "" -#: config/tc-v850.c:1175 config/tc-v850.c:1216 -#, c-format -msgid "unknown command line option: -%c%s\n" -msgstr "" - -#: config/tc-v850.c:1365 +#: config/tc-v850.c:1354 #, c-format msgid "Unable to determine default target processor from string: %s" msgstr "" -#: config/tc-v850.c:1402 +#: config/tc-v850.c:1391 msgid "ctoff() relocation used on an instruction which does not support it" msgstr "" -#: config/tc-v850.c:1428 +#: config/tc-v850.c:1417 msgid "sdaoff() relocation used on an instruction which does not support it" msgstr "" -#: config/tc-v850.c:1454 +#: config/tc-v850.c:1443 msgid "zdaoff() relocation used on an instruction which does not support it" msgstr "" -#: config/tc-v850.c:1491 +#: config/tc-v850.c:1480 msgid "tdaoff() relocation used on an instruction which does not support it" msgstr "" -#: config/tc-v850.c:1715 +#: config/tc-v850.c:1695 msgid "Target processor does not support this instruction." msgstr "" -#: config/tc-v850.c:1805 config/tc-v850.c:1834 config/tc-v850.c:2022 +#: config/tc-v850.c:1785 config/tc-v850.c:1814 config/tc-v850.c:2002 msgid "immediate operand is too large" msgstr "" -#: config/tc-v850.c:1816 +#: config/tc-v850.c:1796 msgid "AAARG -> unhandled constant reloc" msgstr "" -#: config/tc-v850.c:1860 +#: config/tc-v850.c:1840 msgid "invalid register name" msgstr "" -#: config/tc-v850.c:1865 +#: config/tc-v850.c:1845 msgid "register r0 cannot be used here" msgstr "" -#: config/tc-v850.c:1877 +#: config/tc-v850.c:1857 msgid "invalid system register name" msgstr "" -#: config/tc-v850.c:1890 +#: config/tc-v850.c:1870 msgid "expected EP register" msgstr "" -#: config/tc-v850.c:1907 +#: config/tc-v850.c:1887 msgid "invalid condition code name" msgstr "" -#: config/tc-v850.c:1928 config/tc-v850.c:1932 +#: config/tc-v850.c:1908 config/tc-v850.c:1912 msgid "constant too big to fit into instruction" msgstr "" -#: config/tc-v850.c:1985 +#: config/tc-v850.c:1965 msgid "syntax error: value is missing before the register name" msgstr "" -#: config/tc-v850.c:1987 +#: config/tc-v850.c:1967 msgid "syntax error: register not expected" msgstr "" -#: config/tc-v850.c:2001 +#: config/tc-v850.c:1981 msgid "syntax error: system register not expected" msgstr "" -#: config/tc-v850.c:2006 +#: config/tc-v850.c:1986 msgid "syntax error: condition code not expected" msgstr "" -#: config/tc-v850.c:2047 +#: config/tc-v850.c:2027 msgid "invalid operand" msgstr "" @@ -10329,430 +10583,430 @@ msgstr "" msgid "internal error: can't install fix for reloc type %d (`%s')" msgstr "" -#: config/tc-xtensa.c:928 +#: config/tc-xtensa.c:930 msgid "'--density' option not supported in this Xtensa configuration" msgstr "" -#: config/tc-xtensa.c:1029 +#: config/tc-xtensa.c:1031 msgid "" "'--literal-section-name' is deprecated; use '--rename-section ." "literal=NEWNAME'" msgstr "" -#: config/tc-xtensa.c:1035 +#: config/tc-xtensa.c:1037 msgid "" "'--text-section-name' is deprecated; use '--rename-section .text=NEWNAME'" msgstr "" -#: config/tc-xtensa.c:1041 +#: config/tc-xtensa.c:1043 msgid "" "'--data-section-name' is deprecated; use '--rename-section .data=NEWNAME'" msgstr "" -#: config/tc-xtensa.c:1047 +#: config/tc-xtensa.c:1049 msgid "'--bss-section-name' is deprecated; use '--rename-section .bss=NEWNAME'" msgstr "" -#: config/tc-xtensa.c:1185 +#: config/tc-xtensa.c:1187 msgid "unmatched end directive" msgstr "" -#: config/tc-xtensa.c:1214 +#: config/tc-xtensa.c:1216 msgid ".begin directive with no matching .end directive" msgstr "" -#: config/tc-xtensa.c:1258 +#: config/tc-xtensa.c:1260 #, c-format msgid "directive %s can't be negated" msgstr "" -#: config/tc-xtensa.c:1264 +#: config/tc-xtensa.c:1266 msgid "unknown directive" msgstr "" -#: config/tc-xtensa.c:1308 +#: config/tc-xtensa.c:1310 msgid "cannot set literal_prefix inside literal fragment" msgstr "" -#: config/tc-xtensa.c:1345 config/tc-xtensa.c:1381 +#: config/tc-xtensa.c:1347 config/tc-xtensa.c:1383 msgid "Xtensa density option not supported; ignored" msgstr "" -#: config/tc-xtensa.c:1393 +#: config/tc-xtensa.c:1395 #, c-format msgid "does not match begin %s%s at %s:%d" msgstr "" -#: config/tc-xtensa.c:1445 +#: config/tc-xtensa.c:1447 msgid ".literal_position inside literal directive; ignoring" msgstr "" -#: config/tc-xtensa.c:1468 +#: config/tc-xtensa.c:1470 msgid ".literal not allowed inside .begin literal region" msgstr "" -#: config/tc-xtensa.c:1502 +#: config/tc-xtensa.c:1504 msgid "expected comma or colon after symbol name; rest of line ignored" msgstr "" -#: config/tc-xtensa.c:1638 config/tc-xtensa.c:1655 +#: config/tc-xtensa.c:1640 config/tc-xtensa.c:1657 #, c-format msgid "bad register name: %s" msgstr "" -#: config/tc-xtensa.c:1644 +#: config/tc-xtensa.c:1646 #, c-format msgid "bad register number: %s" msgstr "" -#: config/tc-xtensa.c:1704 +#: config/tc-xtensa.c:1706 msgid "register number out of range" msgstr "" -#: config/tc-xtensa.c:1816 +#: config/tc-xtensa.c:1818 msgid "too many arguments" msgstr "" -#: config/tc-xtensa.c:1902 +#: config/tc-xtensa.c:1904 #, c-format msgid "not enough operands (%d) for '%s'; expected %d" msgstr "" -#: config/tc-xtensa.c:1909 +#: config/tc-xtensa.c:1911 #, c-format msgid "too many operands (%d) for '%s'; expected %d" msgstr "" -#: config/tc-xtensa.c:1953 +#: config/tc-xtensa.c:1955 #, c-format msgid "register number for `%s' is not a constant" msgstr "" -#: config/tc-xtensa.c:1958 +#: config/tc-xtensa.c:1960 #, c-format msgid "register number (%ld) for `%s' is out of range" msgstr "" -#: config/tc-xtensa.c:2444 +#: config/tc-xtensa.c:2446 #, c-format msgid "operand %d not properly aligned for '%s'" msgstr "" -#: config/tc-xtensa.c:2449 +#: config/tc-xtensa.c:2451 #, c-format msgid "operand %d not in immediate table for '%s'" msgstr "" -#: config/tc-xtensa.c:2454 +#: config/tc-xtensa.c:2456 #, c-format msgid "operand %d too large for '%s'" msgstr "" -#: config/tc-xtensa.c:2459 +#: config/tc-xtensa.c:2461 #, c-format msgid "operand %d too small for '%s'" msgstr "" -#: config/tc-xtensa.c:2464 +#: config/tc-xtensa.c:2466 #, c-format msgid "operand %d is invalid for '%s'" msgstr "" -#: config/tc-xtensa.c:3540 +#: config/tc-xtensa.c:3542 msgid "INSTR_LABEL_DEF not supported yet" msgstr "" -#: config/tc-xtensa.c:3569 +#: config/tc-xtensa.c:3571 msgid "can't handle generation of literal/labels yet" msgstr "" -#: config/tc-xtensa.c:3573 +#: config/tc-xtensa.c:3575 msgid "can't handle undefined OP TYPE" msgstr "" -#: config/tc-xtensa.c:3634 +#: config/tc-xtensa.c:3636 #, c-format msgid "found %d operands for '%s': Expected %d" msgstr "" -#: config/tc-xtensa.c:3641 +#: config/tc-xtensa.c:3643 #, c-format msgid "found too many (%d) operands for '%s': Expected %d" msgstr "" -#: config/tc-xtensa.c:3927 +#: config/tc-xtensa.c:3929 msgid "instruction fragment may contain data" msgstr "" -#: config/tc-xtensa.c:3962 +#: config/tc-xtensa.c:3964 #, c-format msgid "invalid operand %d on '%s'" msgstr "" -#: config/tc-xtensa.c:3973 +#: config/tc-xtensa.c:3975 #, c-format msgid "invalid expression for operand %d on '%s'" msgstr "" -#: config/tc-xtensa.c:4034 +#: config/tc-xtensa.c:4036 #, c-format msgid "invalid relocation operand %i on '%s'" msgstr "" -#: config/tc-xtensa.c:4043 +#: config/tc-xtensa.c:4045 #, c-format msgid "undefined symbol for opcode \"%s\"." msgstr "" -#: config/tc-xtensa.c:4137 +#: config/tc-xtensa.c:4139 msgid "instruction with constant operands does not fit" msgstr "" -#: config/tc-xtensa.c:4146 +#: config/tc-xtensa.c:4148 msgid "instruction with constant operands does not fit without widening" msgstr "" -#: config/tc-xtensa.c:4236 +#: config/tc-xtensa.c:4238 msgid "instruction's constant operands do not fit" msgstr "" -#: config/tc-xtensa.c:4594 +#: config/tc-xtensa.c:4596 msgid "opcode 'NOP.N' unavailable in this configuration" msgstr "" -#: config/tc-xtensa.c:4603 +#: config/tc-xtensa.c:4605 msgid "opcode 'OR' unavailable in this configuration" msgstr "" -#: config/tc-xtensa.c:4613 +#: config/tc-xtensa.c:4615 #, c-format msgid "invalid %d-byte NOP requested" msgstr "" -#: config/tc-xtensa.c:4633 +#: config/tc-xtensa.c:4635 msgid "get_expanded_loop_offset: undefined opcode" msgstr "" -#: config/tc-xtensa.c:4640 +#: config/tc-xtensa.c:4642 msgid "get_expanded_loop_offset: invalid opcode" msgstr "" -#: config/tc-xtensa.c:4760 +#: config/tc-xtensa.c:4762 msgid "invalid last instruction for a zero-overhead loop" msgstr "" -#: config/tc-xtensa.c:4823 +#: config/tc-xtensa.c:4825 #, c-format msgid "cannot assemble '%s' into a literal fragment" msgstr "" -#: config/tc-xtensa.c:4825 +#: config/tc-xtensa.c:4827 msgid "..." msgstr "" -#: config/tc-xtensa.c:4951 +#: config/tc-xtensa.c:4953 msgid "entry instruction with stack decrement < 16" msgstr "" -#: config/tc-xtensa.c:4955 +#: config/tc-xtensa.c:4957 msgid "entry instruction with non-constant decrement" msgstr "" -#: config/tc-xtensa.c:5037 +#: config/tc-xtensa.c:5039 #, c-format msgid "undefined @ suffix '%s', expected '%s'" msgstr "" -#: config/tc-xtensa.c:5127 +#: config/tc-xtensa.c:5129 #, c-format msgid "invalid operand relocation for '%s' instruction" msgstr "" -#: config/tc-xtensa.c:5130 +#: config/tc-xtensa.c:5132 #, c-format msgid "invalid relocation for operand %d in '%s' instruction" msgstr "" -#: config/tc-xtensa.c:5137 +#: config/tc-xtensa.c:5139 #, c-format msgid "invalid relocation type %d for %s instruction" msgstr "" -#: config/tc-xtensa.c:5146 +#: config/tc-xtensa.c:5148 #, c-format msgid "invalid relocation for operand %d of '%s'" msgstr "" -#: config/tc-xtensa.c:5154 +#: config/tc-xtensa.c:5156 #, c-format msgid "non-PCREL relocation operand %d for '%s': %s" msgstr "" -#: config/tc-xtensa.c:5213 config/tc-xtensa.c:5251 +#: config/tc-xtensa.c:5215 config/tc-xtensa.c:5253 #, c-format msgid "unhandled local relocation fix %s" msgstr "" -#: config/tc-xtensa.c:5235 +#: config/tc-xtensa.c:5237 msgid "undecodable FIX" msgstr "" -#: config/tc-xtensa.c:5363 +#: config/tc-xtensa.c:5365 msgid "emitting simplification relocation" msgstr "" -#: config/tc-xtensa.c:5367 +#: config/tc-xtensa.c:5369 msgid "emitting unknown relocation" msgstr "" -#: config/tc-xtensa.c:5698 +#: config/tc-xtensa.c:5700 #, c-format msgid "fr_var %lu < length %d; ignoring" msgstr "" -#: config/tc-xtensa.c:5884 config/tc-xtensa.c:5928 +#: config/tc-xtensa.c:5886 config/tc-xtensa.c:5930 msgid "undecodable instruction in instruction frag" msgstr "" -#: config/tc-xtensa.c:5976 +#: config/tc-xtensa.c:5978 msgid "invalid empty loop" msgstr "" -#: config/tc-xtensa.c:5981 +#: config/tc-xtensa.c:5983 msgid "loop target does not follow loop instruction in section" msgstr "" -#: config/tc-xtensa.c:6099 +#: config/tc-xtensa.c:6101 msgid "get_text_align_power: argument too large" msgstr "" -#: config/tc-xtensa.c:6304 config/tc-xtensa.c:6450 +#: config/tc-xtensa.c:6306 config/tc-xtensa.c:6452 msgid "invalid opcode for RELAX_ALIGN_NEXT_OPCODE" msgstr "" -#: config/tc-xtensa.c:6305 config/tc-xtensa.c:6451 +#: config/tc-xtensa.c:6307 config/tc-xtensa.c:6453 msgid "cannot continue" msgstr "" -#: config/tc-xtensa.c:6342 +#: config/tc-xtensa.c:6344 msgid "expected loop opcode in relax align next target" msgstr "" -#: config/tc-xtensa.c:6359 +#: config/tc-xtensa.c:6361 msgid "expected align_code or RELAX_ALIGN_NEXT_OPCODE" msgstr "" -#: config/tc-xtensa.c:6433 config/tc-xtensa.c:6471 config/tc-xtensa.c:6475 -#: config/tc-xtensa.c:6479 +#: config/tc-xtensa.c:6435 config/tc-xtensa.c:6473 config/tc-xtensa.c:6477 +#: config/tc-xtensa.c:6481 msgid "internal error aligning" msgstr "" -#: config/tc-xtensa.c:6560 +#: config/tc-xtensa.c:6562 msgid "bad relaxation state" msgstr "" -#: config/tc-xtensa.c:6636 +#: config/tc-xtensa.c:6638 #, c-format msgid "fr_var (%ld) < length (%d); ignoring" msgstr "" -#: config/tc-xtensa.c:6812 +#: config/tc-xtensa.c:6814 msgid "internal error: relaxation failed" msgstr "" -#: config/tc-xtensa.c:6818 +#: config/tc-xtensa.c:6820 msgid "internal error: relaxation requires too many steps" msgstr "" -#: config/tc-xtensa.c:6939 +#: config/tc-xtensa.c:6941 msgid "invalid relaxation fragment result" msgstr "" -#: config/tc-xtensa.c:7012 +#: config/tc-xtensa.c:7014 msgid "unable to widen instruction" msgstr "" -#: config/tc-xtensa.c:7099 +#: config/tc-xtensa.c:7101 msgid "multiple literals in expansion" msgstr "" -#: config/tc-xtensa.c:7103 +#: config/tc-xtensa.c:7105 msgid "no registered fragment for literal" msgstr "" -#: config/tc-xtensa.c:7105 +#: config/tc-xtensa.c:7107 msgid "number of literal tokens != 1" msgstr "" -#: config/tc-xtensa.c:7182 config/tc-xtensa.c:7188 +#: config/tc-xtensa.c:7184 config/tc-xtensa.c:7190 #, c-format msgid "unresolved loop target symbol: %s" msgstr "" -#: config/tc-xtensa.c:7285 +#: config/tc-xtensa.c:7287 msgid "loop relaxation specification does not correspond" msgstr "" -#: config/tc-xtensa.c:7312 +#: config/tc-xtensa.c:7314 msgid "loop too long for LOOP instruction" msgstr "" -#: config/tc-xtensa.c:7349 +#: config/tc-xtensa.c:7351 #, c-format msgid "invalid expression evaluation type %d" msgstr "" -#: config/tc-xtensa.c:7587 +#: config/tc-xtensa.c:7577 #, c-format msgid "fixes not all moved from %s" msgstr "" -#: config/tc-xtensa.c:7698 +#: config/tc-xtensa.c:7713 msgid "inlining literal pool; specify location with .literal_position." msgstr "" -#: config/tc-xtensa.c:8092 +#: config/tc-xtensa.c:8106 #, c-format msgid "could not create section %s" msgstr "" -#: config/tc-xtensa.c:8094 +#: config/tc-xtensa.c:8108 #, c-format msgid "invalid flag combination on section %s" msgstr "" -#: config/tc-xtensa.c:8343 +#: config/tc-xtensa.c:8357 #, c-format msgid "invalid symbolic operand %d on '%s'" msgstr "" -#: config/tc-xtensa.c:8407 +#: config/tc-xtensa.c:8421 msgid "operand number mismatch" msgstr "" -#: config/tc-xtensa.c:8454 +#: config/tc-xtensa.c:8468 msgid "invalid opcode" msgstr "" -#: config/tc-xtensa.c:8460 +#: config/tc-xtensa.c:8474 msgid "too few operands" msgstr "" -#: config/tc-xtensa.c:8679 +#: config/tc-xtensa.c:8693 msgid "ignoring extra '-rename-section' delimiter ':'" msgstr "" -#: config/tc-xtensa.c:8684 +#: config/tc-xtensa.c:8698 #, c-format msgid "ignoring invalid '-rename-section' specification: '%s'" msgstr "" -#: config/tc-xtensa.c:8707 +#: config/tc-xtensa.c:8721 #, c-format msgid "section %s renamed multiple times" msgstr "" -#: config/tc-xtensa.c:8709 +#: config/tc-xtensa.c:8723 #, c-format msgid "multiple sections remapped to output section %s" msgstr "" @@ -10940,7 +11194,7 @@ msgstr "" msgid ".cfi_endproc without corresponding .cfi_startproc" msgstr "" -#: dw2gencfi.c:1012 +#: dw2gencfi.c:1020 msgid "open CFI at the end of file; missing .cfi_endproc directive" msgstr "" @@ -10962,7 +11216,7 @@ msgstr "" msgid "internal error: unknown dwarf2 format" msgstr "" -#: dwarf2dbg.c:1425 dwarf2dbg.c:1433 dwarf2dbg.c:1441 dwarf2dbg.c:1462 +#: dwarf2dbg.c:1428 dwarf2dbg.c:1436 dwarf2dbg.c:1444 dwarf2dbg.c:1465 msgid "dwarf2 is not supported for this object file format" msgstr "" @@ -11119,7 +11373,7 @@ msgstr "" msgid ".loc before .file" msgstr "" -#: ecoff.c:3358 read.c:1381 read.c:1488 read.c:2125 read.c:2737 read.c:4808 +#: ecoff.c:3358 read.c:1396 read.c:1503 read.c:2140 read.c:2752 read.c:4823 #: symbols.c:356 symbols.c:455 #, c-format msgid "symbol `%s' is already defined" @@ -11150,23 +11404,23 @@ msgstr "" msgid "illegal .stab%c directive, bad character" msgstr "" -#: ecoff.c:3976 ecoff.c:4165 ecoff.c:4190 +#: ecoff.c:3978 ecoff.c:4167 ecoff.c:4192 msgid ".begin/.bend in different segments" msgstr "" -#: ecoff.c:4686 +#: ecoff.c:4688 msgid "missing .end or .bend at end of file" msgstr "" -#: ecoff.c:5171 +#: ecoff.c:5173 msgid "GP prologue size exceeds field size, using 0 instead" msgstr "" -#: expr.c:82 read.c:3106 +#: expr.c:82 read.c:3121 msgid "bignum invalid" msgstr "" -#: expr.c:84 read.c:3108 read.c:3444 read.c:4319 +#: expr.c:84 read.c:3123 read.c:3459 read.c:4334 msgid "floating point number invalid" msgstr "" @@ -11210,44 +11464,44 @@ msgstr "" msgid "missing '%c'" msgstr "" -#: expr.c:1000 read.c:3815 +#: expr.c:1000 read.c:3830 msgid "EBCDIC constants are not supported" msgstr "" -#: expr.c:1090 +#: expr.c:1121 #, c-format msgid "Unary operator %c ignored because bad operand follows" msgstr "" -#: expr.c:1136 expr.c:1161 +#: expr.c:1167 expr.c:1192 msgid "syntax error in .startof. or .sizeof." msgstr "" -#: expr.c:1662 +#: expr.c:1694 msgid "missing operand; zero assumed" msgstr "" -#: expr.c:1697 +#: expr.c:1729 msgid "left operand is a bignum; integer 0 assumed" msgstr "" -#: expr.c:1699 +#: expr.c:1731 msgid "left operand is a float; integer 0 assumed" msgstr "" -#: expr.c:1708 +#: expr.c:1740 msgid "right operand is a bignum; integer 0 assumed" msgstr "" -#: expr.c:1710 +#: expr.c:1742 msgid "right operand is a float; integer 0 assumed" msgstr "" -#: expr.c:1766 symbols.c:1154 +#: expr.c:1798 symbols.c:1154 msgid "division by zero" msgstr "" -#: expr.c:1864 +#: expr.c:1896 msgid "operation combines symbols in different segments" msgstr "" @@ -11335,447 +11589,463 @@ msgid "new line in title" msgstr "" #. Turns the next expression into a string. -#: macro.c:363 +#: macro.c:371 #, no-c-format msgid "% operator needs absolute expression" msgstr "" -#: macro.c:519 +#: macro.c:527 msgid "unexpected end of file in macro definition" msgstr "" -#: macro.c:528 +#: macro.c:536 msgid "missing ) after formals" msgstr "" -#: macro.c:663 +#: macro.c:671 msgid "missplaced )" msgstr "" -#: macro.c:916 +#: macro.c:924 msgid "confusion in formal parameters" msgstr "" -#: macro.c:921 +#: macro.c:929 msgid "macro formal argument does not exist" msgstr "" -#: macro.c:936 +#: macro.c:944 msgid "can't mix positional and keyword arguments" msgstr "" -#: macro.c:944 +#: macro.c:952 msgid "too many positional arguments" msgstr "" -#: macro.c:1110 +#: macro.c:1118 msgid "unexpected end of file in irp or irpc" msgstr "" -#: macro.c:1118 +#: macro.c:1126 msgid "missing model parameter" msgstr "" -#: messages.c:103 +#: messages.c:104 #, c-format msgid "Assembler messages:\n" msgstr "" -#: messages.c:211 +#: messages.c:212 #, c-format msgid "Warning: " msgstr "" -#: messages.c:312 +#: messages.c:313 #, c-format msgid "Error: " msgstr "" -#: messages.c:407 messages.c:427 +#: messages.c:408 messages.c:428 #, c-format msgid "Fatal error: " msgstr "" -#: messages.c:442 +#: messages.c:443 #, c-format msgid "Internal error!\n" msgstr "" -#: messages.c:444 +#: messages.c:445 #, c-format msgid "Assertion failure in %s at %s line %d.\n" msgstr "" -#: messages.c:447 +#: messages.c:448 #, c-format msgid "Assertion failure at %s line %d.\n" msgstr "" -#: messages.c:448 messages.c:465 +#: messages.c:449 messages.c:466 #, c-format msgid "Please report this bug.\n" msgstr "" -#: messages.c:460 +#: messages.c:461 #, c-format msgid "Internal error, aborting at %s line %d in %s\n" msgstr "" -#: messages.c:463 +#: messages.c:464 #, c-format msgid "Internal error, aborting at %s line %d\n" msgstr "" +#: messages.c:535 +#, c-format +msgid "%s out of range (%d is not between %d and %d)" +msgstr "" + +#. xgettext:c-format. +#: messages.c:559 +#, c-format +msgid "%s out of range (0x%s is not between 0x%s and 0x%s)" +msgstr "" + #: output-file.c:47 #, c-format msgid "can't open a bfd on stdout %s" msgstr "" -#: output-file.c:51 output-file.c:114 +#: output-file.c:52 +#, c-format +msgid "Selected target format '%s' unknown" +msgstr "" + +#: output-file.c:54 output-file.c:117 #, c-format msgid "FATAL: can't create %s" msgstr "" -#: output-file.c:71 output-file.c:78 +#: output-file.c:74 output-file.c:81 #, c-format msgid "FATAL: can't close %s\n" msgstr "" -#: output-file.c:127 +#: output-file.c:130 #, c-format msgid "FATAL: can't close %s" msgstr "" -#: output-file.c:147 +#: output-file.c:150 msgid "Failed to emit an object byte" msgstr "" -#: output-file.c:148 +#: output-file.c:151 msgid "can't continue" msgstr "" -#: read.c:428 +#: read.c:431 #, c-format msgid "error constructing %s pseudo-op table: %s" msgstr "" -#: read.c:794 +#: read.c:797 #, c-format msgid "unknown pseudo-op: `%s'" msgstr "" -#: read.c:925 +#: read.c:928 #, c-format msgid "label \"%d$\" redefined" msgstr "" -#: read.c:1133 +#: read.c:1136 msgid ".abort detected. Abandoning ship." msgstr "" -#: read.c:1151 read.c:2297 +#: read.c:1154 read.c:2312 msgid "ignoring fill value in absolute section" msgstr "" -#: read.c:1235 +#: read.c:1241 #, c-format msgid "alignment too large: %u assumed" msgstr "" -#: read.c:1267 +#: read.c:1273 msgid "expected fill pattern missing" msgstr "" -#: read.c:1364 +#: read.c:1379 msgid "missing size expression" msgstr "" -#: read.c:1371 +#: read.c:1386 #, c-format msgid "size (%ld) out of range, ignored" msgstr "" -#: read.c:1391 +#: read.c:1406 #, c-format msgid "size of \"%s\" is already %ld; not changing to %ld" msgstr "" #. Some of the back ends can't deal with non-positive line numbers. #. Besides, it's silly. -#: read.c:1613 +#: read.c:1628 #, c-format msgid "line numbers must be positive; line number %d rejected" msgstr "" -#: read.c:1640 +#: read.c:1655 msgid "start address not supported" msgstr "" -#: read.c:1649 +#: read.c:1664 msgid ".err encountered" msgstr "" -#: read.c:1667 read.c:1669 +#: read.c:1682 read.c:1684 #, c-format msgid ".fail %ld encountered" msgstr "" -#: read.c:1705 +#: read.c:1720 #, c-format msgid ".fill size clamped to %d" msgstr "" -#: read.c:1710 +#: read.c:1725 msgid "size negative; .fill ignored" msgstr "" -#: read.c:1716 +#: read.c:1731 msgid "repeat < 0; .fill ignored" msgstr "" -#: read.c:1873 +#: read.c:1888 #, c-format msgid "unrecognized .linkonce type `%s'" msgstr "" -#: read.c:1886 read.c:1912 +#: read.c:1901 read.c:1927 msgid ".linkonce is not supported for this object file format" msgstr "" -#: read.c:1908 +#: read.c:1923 #, c-format msgid "bfd_set_section_flags: %s" msgstr "" -#: read.c:1938 +#: read.c:1953 #, c-format msgid "error setting flags for \".sbss\": %s" msgstr "" -#: read.c:1986 +#: read.c:2001 msgid "expected alignment after size" msgstr "" -#: read.c:2000 +#: read.c:2015 msgid "alignment negative; 0 assumed" msgstr "" -#: read.c:2231 +#: read.c:2246 #, c-format msgid "attempt to redefine pseudo-op `%s' ignored" msgstr "" -#: read.c:2292 +#: read.c:2307 #, c-format msgid "invalid segment \"%s\"" msgstr "" -#: read.c:2300 +#: read.c:2315 msgid "only constant offsets supported in absolute section" msgstr "" -#: read.c:2339 +#: read.c:2354 msgid "MRI style ORG pseudo-op not supported" msgstr "" -#: read.c:2495 +#: read.c:2510 #, c-format msgid "unrecognized section type `%s'" msgstr "" -#: read.c:2509 +#: read.c:2524 msgid "absolute sections are not supported" msgstr "" -#: read.c:2524 +#: read.c:2539 #, c-format msgid "unrecognized section command `%s'" msgstr "" -#: read.c:2588 +#: read.c:2603 msgid ".endr encountered without preceeding .rept, .irc, or .irp" msgstr "" -#: read.c:2616 +#: read.c:2631 #, c-format msgid "%s without %s" msgstr "" -#: read.c:2822 +#: read.c:2837 msgid "unsupported variable size or fill value" msgstr "" -#: read.c:2847 +#: read.c:2862 msgid ".space repeat count is zero, ignored" msgstr "" -#: read.c:2849 +#: read.c:2864 msgid ".space repeat count is negative, ignored" msgstr "" -#: read.c:2878 +#: read.c:2893 msgid "space allocation too complex in absolute section" msgstr "" -#: read.c:2884 +#: read.c:2899 msgid "space allocation too complex in common section" msgstr "" -#: read.c:2971 read.c:4057 +#: read.c:2986 read.c:4072 #, c-format msgid "bad floating literal: %s" msgstr "" -#: read.c:3036 +#: read.c:3051 #, c-format msgid "junk at end of line, first unrecognized character is `%c'" msgstr "" -#: read.c:3039 +#: read.c:3054 #, c-format msgid "junk at end of line, first unrecognized character valued 0x%x" msgstr "" -#: read.c:3102 +#: read.c:3117 msgid "missing expression" msgstr "" -#: read.c:3278 +#: read.c:3293 msgid "rva without symbol" msgstr "" -#: read.c:3400 +#: read.c:3415 msgid "attempt to store value in absolute section" msgstr "" -#: read.c:3438 read.c:4313 +#: read.c:3453 read.c:4328 msgid "zero assumed for missing expression" msgstr "" -#: read.c:3450 read.c:4325 write.c:318 +#: read.c:3465 read.c:4340 write.c:318 msgid "register value used as expression" msgstr "" #. Leading bits contain both 0s & 1s. -#: read.c:3541 +#: read.c:3556 #, c-format msgid "value 0x%lx truncated to 0x%lx" msgstr "" -#: read.c:3557 +#: read.c:3572 #, c-format msgid "bignum truncated to %d bytes" msgstr "" -#: read.c:3724 +#: read.c:3739 msgid "using a bit field width of zero" msgstr "" -#: read.c:3732 +#: read.c:3747 #, c-format msgid "field width \"%s\" too complex for a bitfield" msgstr "" -#: read.c:3740 +#: read.c:3755 #, c-format msgid "field width %lu too big to fit in %d bytes: truncated to %d bits" msgstr "" -#: read.c:3762 +#: read.c:3777 #, c-format msgid "field value \"%s\" too complex for a bitfield" msgstr "" -#: read.c:3888 read.c:4079 +#: read.c:3903 read.c:4094 msgid "unresolvable or nonpositive repeat count; using 1" msgstr "" -#: read.c:3937 +#: read.c:3952 #, c-format msgid "unknown floating type type '%c'" msgstr "" -#: read.c:3959 +#: read.c:3974 msgid "floating point constant too large" msgstr "" -#: read.c:4429 +#: read.c:4444 msgid "strings must be placed into a section" msgstr "" -#: read.c:4479 +#: read.c:4494 msgid "expected " msgstr "" #. To be compatible with BSD 4.2 as: give the luser a linefeed!! -#: read.c:4512 read.c:4598 +#: read.c:4527 read.c:4613 msgid "unterminated string; newline inserted" msgstr "" -#: read.c:4606 +#: read.c:4621 msgid "bad escaped character in string" msgstr "" -#: read.c:4631 +#: read.c:4646 msgid "expected address expression" msgstr "" -#: read.c:4650 +#: read.c:4665 #, c-format msgid "symbol \"%s\" undefined; zero assumed" msgstr "" -#: read.c:4653 +#: read.c:4668 msgid "some symbol undefined; zero assumed" msgstr "" -#: read.c:4669 +#: read.c:4684 msgid "bad or irreducible absolute expression" msgstr "" -#: read.c:4710 +#: read.c:4725 msgid "this string may not contain '\\0'" msgstr "" -#: read.c:4746 +#: read.c:4761 msgid "missing string" msgstr "" -#: read.c:4866 +#: read.c:4881 #, c-format msgid ".incbin count zero, ignoring `%s'" msgstr "" -#: read.c:4892 +#: read.c:4907 #, c-format msgid "file not found: %s" msgstr "" -#: read.c:4906 +#: read.c:4921 #, c-format msgid "seek to end of .incbin file failed `%s'" msgstr "" -#: read.c:4917 +#: read.c:4932 #, c-format msgid "skip (%ld) + count (%ld) larger than file size (%ld)" msgstr "" -#: read.c:4924 +#: read.c:4939 #, c-format msgid "could not skip to %ld in file `%s'" msgstr "" -#: read.c:4933 +#: read.c:4948 #, c-format msgid "truncated file `%s', %ld of %ld bytes read" msgstr "" -#: read.c:5091 +#: read.c:5106 msgid "missing .func" msgstr "" -#: read.c:5108 +#: read.c:5123 msgid ".endfunc missing for previous .func" msgstr "" @@ -11856,7 +12126,7 @@ msgstr "" msgid "division by zero when setting `%s'" msgstr "" -#: symbols.c:1243 write.c:1973 +#: symbols.c:1243 write.c:1976 #, c-format msgid "can't resolve value for symbol `%s'" msgstr "" @@ -11871,16 +12141,16 @@ msgstr "" msgid "attempt to get value of unresolved symbol `%s'" msgstr "" -#: symbols.c:1904 +#: symbols.c:1906 msgid "section symbols are already global" msgstr "" -#: symbols.c:1944 +#: symbols.c:1946 #, c-format msgid "Accessing function `%s' as thread-local object" msgstr "" -#: symbols.c:1948 +#: symbols.c:1950 #, c-format msgid "Accessing `%s' as thread-local object" msgstr "" @@ -11899,71 +12169,71 @@ msgstr "" msgid "attempt to .org/.space backwards? (%ld)" msgstr "" -#: write.c:968 write.c:1040 +#: write.c:971 write.c:1043 msgid "relocation out of range" msgstr "" -#: write.c:971 write.c:1043 +#: write.c:974 write.c:1046 #, c-format msgid "%s:%u: bad return from bfd_install_relocation: %x" msgstr "" -#: write.c:1023 +#: write.c:1026 msgid "internal error: fixup not contained within frag" msgstr "" -#: write.c:1129 write.c:1153 +#: write.c:1132 write.c:1156 #, c-format msgid "FATAL: Can't write %s" msgstr "" -#: write.c:1185 +#: write.c:1188 msgid "cannot write to output file" msgstr "" -#: write.c:1442 +#: write.c:1445 #, c-format msgid "%d error%s, %d warning%s, generating bad object file" msgstr "" -#: write.c:1449 +#: write.c:1452 #, c-format msgid "%d error%s, %d warning%s, no object file generated" msgstr "" -#: write.c:1910 +#: write.c:1913 #, c-format msgid "local label `%s' is not defined" msgstr "" -#: write.c:2203 +#: write.c:2206 #, c-format msgid "alignment padding (%lu bytes) not a multiple of %ld" msgstr "" -#: write.c:2320 +#: write.c:2323 #, c-format msgid ".word %s-%s+%s didn't fit" msgstr "" -#: write.c:2405 +#: write.c:2408 msgid "attempt to move .org backwards" msgstr "" -#: write.c:2433 +#: write.c:2436 msgid ".space specifies non-absolute value" msgstr "" -#: write.c:2440 +#: write.c:2443 msgid ".space or .fill with negative value, ignored" msgstr "" -#: write.c:2724 +#: write.c:2727 #, c-format msgid "value of %s too large for field of %d bytes at %s" msgstr "" -#: write.c:2736 +#: write.c:2739 #, c-format msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" -- cgit v1.1