From: Nick Clifton Date: Fri, 7 Jul 2000 16:58:25 +0000 (+0000) Subject: Fix comments. X-Git-Tag: readline-pre-41-import~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc0d738a8d2b7b30633151b61111cdc144bd4368;p=external%2Fbinutils.git Fix comments. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 43da34a..8052379 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,19 @@ 2000-07-07 Kazu Hirata * config/tc-sh.c: Fix comments. + * config/obj-vms.c: Fix comments. + * config/tc-a29k.c: Likewise. + * config/tc-alpha.c: Likewise. + * config/tc-h8300.c: Likewise. + * config/tc-h8500.c: Likewise. + * config/tc-i370.c: Likewise. + * config/tc-ia64.c: Likewise. + * config/tc-m68hc11.c: Likewise. + * config/tc-m68k.c: Likewise. + * config/tc-mips.c: Likewise. + * config/tc-ns32k.c: Likewise. + * config/tc-ppc.c: Likewise. + * config/tc-z8k.c: Likewise. 2000-07-06 Mark Elbrecht diff --git a/gas/config/obj-vms.c b/gas/config/obj-vms.c index 0f08f8e..2002136 100644 --- a/gas/config/obj-vms.c +++ b/gas/config/obj-vms.c @@ -2046,7 +2046,7 @@ VMS_local_stab_Parse (sp) str1++; } if (*str1 == ':' && *pnt2 == ':') - return; /* they are the same! lets skip this one */ + return; /* They are the same! Let's skip this one. */ } /* for */ pnt++; /* skip p in case no register */ } /* if */ diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 600fec5..b72e570 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -710,8 +710,8 @@ machine_ip (str) but I'm not sure. Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litP. The number - of LITTLENUMS emitted is stored in *sizeP . An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ /* Equal to MAX_PRECISION in atof-ieee.c */ diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index 0eed2e2..0fb3fff 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -971,8 +971,8 @@ md_section_align (seg, size) } /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litP. The number - of LITTLENUMS emitted is stored in *sizeP. An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ /* Equal to MAX_PRECISION in atof-ieee.c */ diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 399cd0e..161337c 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -19,10 +19,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* - Written By Steve Chamberlain - sac@cygnus.com - */ +/* Written By Steve Chamberlain . */ #include #include "as.h" @@ -194,7 +191,8 @@ struct h8_op ccr */ -/* Try and parse a reg name, returns number of chars consumed. */ +/* Try to parse a reg name. Return the number of chars consumed. */ + static int parse_reg (src, mode, reg, direction) char *src; @@ -1329,8 +1327,9 @@ tc_headers_hook (headers) /* Turn a string in input_line_pointer into a floating point constant of type TYPE, and store the appropriate bytes in *LITP. The number - of LITTLENUMS emitted is stored in *SIZEP . An error message is + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index 67493c4..1ce0a17 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -180,7 +180,8 @@ typedef struct h8500_operand_info; -/* try and parse a reg name, returns number of chars consumed */ +/* Try to parse a reg name. Return the number of chars consumed. */ + static int parse_reg (src, mode, reg) char *src; @@ -1174,10 +1175,11 @@ tc_headers_hook (headers) /* Equal to MAX_PRECISION in atof-ieee.c */ #define MAX_LITTLENUMS 6 -/* Turn a string in input_line_pointer into a floating point constant of type - type, and store the appropriate bytes in *LITP. The number of LITTLENUMS - emitted is stored in *SIZEP . An error message is returned, or NULL on OK. - */ +/* Turn a string in input_line_pointer into a floating point constant + of type type, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is + returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index 2183273..1805a09 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -2585,8 +2585,8 @@ i370_tc (ignore) } /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litp. The number - of LITTLENUMS emitted is stored in *sizep . An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ char * diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 9b2eaf4..abcfe63 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -9138,8 +9138,8 @@ tc_gen_reloc (sec, fixp) } /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *lit. The number - of LITTLENUMS emitted is stored in *size. An error message is + of type TYPE, and store the appropriate bytes in *LIT. The number + of LITTLENUMS emitted is stored in *SIZE. An error message is returned, or NULL on OK. */ #define MAX_LITTLENUMS 5 diff --git a/gas/config/tc-m68hc11.c b/gas/config/tc-m68hc11.c index e773420..83ec55e 100644 --- a/gas/config/tc-m68hc11.c +++ b/gas/config/tc-m68hc11.c @@ -440,8 +440,8 @@ md_undefined_symbol (name) #define MAX_LITTLENUMS 6 /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litP. The number - of LITTLENUMS emitted is stored in *sizeP . An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ char * diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index da78310..0badf70 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -4079,8 +4079,8 @@ m68k_mri_mode_change (on) #define MAX_LITTLENUMS 6 /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litP. The number - of LITTLENUMS emitted is stored in *sizeP . An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ char * diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index d8f593f..2836d84 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -8742,8 +8742,8 @@ my_getExpression (ep, str) } /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litP. The number - of LITTLENUMS emitted is stored in *sizeP . An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ char * diff --git a/gas/config/tc-ns32k.c b/gas/config/tc-ns32k.c index c81a387..97f66e6 100644 --- a/gas/config/tc-ns32k.c +++ b/gas/config/tc-ns32k.c @@ -1561,9 +1561,10 @@ md_begin () #define MAX_LITTLENUMS 6 /* Turn the string pointed to by litP into a floating point constant - of type type, and emit the appropriate bytes. The number of - LITTLENUMS emitted is stored in *sizeP . An error message is + of type TYPE, and emit the appropriate bytes. The number of + LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ + char * md_atof (type, litP, sizeP) char type; diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 417c632..509503e 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -4480,8 +4480,8 @@ ppc_frob_section (sec) #endif /* OBJ_XCOFF */ /* Turn a string in input_line_pointer into a floating point constant - of type type, and store the appropriate bytes in *litp. The number - of LITTLENUMS emitted is stored in *sizep . An error message is + of type TYPE, and store the appropriate bytes in *LITP. The number + of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ char * diff --git a/gas/config/tc-z8k.c b/gas/config/tc-z8k.c index b66bd50..bed16cf 100644 --- a/gas/config/tc-z8k.c +++ b/gas/config/tc-z8k.c @@ -253,7 +253,9 @@ whatreg (reg, src) */ -/* try and parse a reg name, returns number of chars consumed */ +/* Try to parse a reg name. Return a pointer to the first character + in SRC after the reg name. */ + char * parse_reg (src, mode, reg) char *src; diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 8ac535d..ce79b5a 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -167,7 +167,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/gas/po/gas.pot b/gas/po/gas.pot index f0eb988..66ea560 100644 --- a/gas/po/gas.pot +++ b/gas/po/gas.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-06-25 09:48-0700\n" +"POT-Creation-Date: 2000-07-07 09:57-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -254,88 +254,88 @@ msgid "Report bugs to %s\n" msgstr "" #. This output is intended to follow the GNU standards document. -#: as.c:516 +#: as.c:521 #, c-format msgid "GNU assembler %s\n" msgstr "" -#: as.c:517 +#: as.c:522 msgid "Copyright 2000 Free Software Foundation, Inc.\n" msgstr "" -#: as.c:518 gasp.c:3648 +#: as.c:523 gasp.c:3648 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:521 +#: as.c:526 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "" -#: as.c:528 +#: as.c:533 msgid "multiple emulation names specified" msgstr "" -#: as.c:530 +#: as.c:535 msgid "emulations not handled in this configuration" msgstr "" -#: as.c:535 +#: as.c:540 #, c-format msgid "alias = %s\n" msgstr "" -#: as.c:536 +#: as.c:541 #, c-format msgid "canonical = %s\n" msgstr "" -#: as.c:537 +#: as.c:542 #, c-format msgid "cpu-type = %s\n" msgstr "" -#: as.c:539 +#: as.c:544 #, c-format msgid "format = %s\n" msgstr "" -#: as.c:542 +#: as.c:547 #, c-format msgid "bfd-target = %s\n" msgstr "" -#: as.c:555 +#: as.c:560 msgid "bad defsym; format is --defsym name=value" msgstr "" -#: as.c:579 +#: as.c:584 msgid "No file name following -t option\n" msgstr "" -#: as.c:595 +#: as.c:600 #, c-format msgid "Failed to read instruction table %s\n" msgstr "" -#: as.c:712 +#: as.c:717 #, c-format msgid "invalid listing option `%c'" msgstr "" -#: as.c:906 +#: as.c:911 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "" -#: as.c:937 +#: as.c:942 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "" -#: as.c:940 +#: as.c:945 #, c-format msgid "%s: data size %ld\n" msgstr "" @@ -424,17 +424,17 @@ msgstr "" msgid "Attempt to put an undefined symbol into set %s" msgstr "" -#: config/obj-aout.c:198 config/obj-coff.c:1204 config/obj-elf.c:1706 +#: config/obj-aout.c:198 config/obj-coff.c:1211 config/obj-elf.c:1706 #: ecoff.c:3668 #, c-format msgid "Symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-aout.c:256 config/obj-coff.c:1916 +#: config/obj-aout.c:256 config/obj-coff.c:1940 msgid "unresolved relocation" msgstr "" -#: config/obj-aout.c:258 config/obj-coff.c:1918 +#: config/obj-aout.c:258 config/obj-coff.c:1942 #, c-format msgid "bad relocation: symbol `%s' not in symbol table" msgstr "" @@ -444,17 +444,17 @@ msgstr "" msgid "%s: bad type for weak symbol" msgstr "" -#: config/obj-aout.c:462 config/obj-coff.c:2849 write.c:1808 +#: config/obj-aout.c:459 config/obj-coff.c:2873 write.c:1833 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "" -#: config/obj-aout.c:529 +#: config/obj-aout.c:526 #, c-format msgid "Local symbol %s never defined." msgstr "" -#: config/obj-aout.c:617 +#: config/obj-aout.c:614 msgid "subsegment index too high" msgstr "" @@ -463,171 +463,176 @@ msgstr "" msgid "Local symbol %s never defined" msgstr "" -#: config/obj-coff.c:149 +#: config/obj-coff.c:156 #, 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:444 +#: config/obj-coff.c:451 msgid "Line numbers must be positive integers\n" msgstr "" -#: config/obj-coff.c:477 config/obj-coff.c:2263 +#: config/obj-coff.c:484 config/obj-coff.c:2287 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:520 ecoff.c:3304 +#: config/obj-coff.c:527 ecoff.c:3304 msgid ".loc outside of .text" msgstr "" -#: config/obj-coff.c:527 +#: config/obj-coff.c:534 msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:615 config/obj-coff.c:2320 +#: config/obj-coff.c:622 config/obj-coff.c:2344 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:661 config/obj-coff.c:2373 +#: config/obj-coff.c:668 config/obj-coff.c:2397 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:699 +#: config/obj-coff.c:706 #, c-format msgid "`%s' symbol without preceding function" msgstr "" -#: config/obj-coff.c:753 config/obj-coff.c:2448 +#: config/obj-coff.c:760 config/obj-coff.c:2472 #, c-format msgid "unexpected storage class %d" msgstr "" -#: config/obj-coff.c:866 config/obj-coff.c:2555 +#: config/obj-coff.c:873 config/obj-coff.c:2579 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:886 config/obj-coff.c:2575 +#: config/obj-coff.c:893 config/obj-coff.c:2599 msgid "badly formed .dim directive ignored" msgstr "" -#: config/obj-coff.c:937 config/obj-coff.c:2638 +#: config/obj-coff.c:944 config/obj-coff.c:2662 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:953 config/obj-coff.c:2654 +#: config/obj-coff.c:960 config/obj-coff.c:2678 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:971 config/obj-coff.c:2672 +#: config/obj-coff.c:978 config/obj-coff.c:2696 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:990 config/obj-coff.c:2690 +#: config/obj-coff.c:997 config/obj-coff.c:2714 #, c-format msgid "tag not found for .tag %s" msgstr "" -#: config/obj-coff.c:1005 config/obj-coff.c:2705 +#: config/obj-coff.c:1012 config/obj-coff.c:2729 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1027 config/obj-coff.c:2727 +#: config/obj-coff.c:1034 config/obj-coff.c:2751 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1165 config/obj-coff.c:2922 +#: config/obj-coff.c:1172 config/obj-coff.c:2946 msgid "mismatched .eb" msgstr "" -#: config/obj-coff.c:1183 config/obj-coff.c:2962 +#: config/obj-coff.c:1190 config/obj-coff.c:2986 msgid "C_EFCN symbol out of scope" msgstr "" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1405 +#: config/obj-coff.c:1412 #, c-format msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1410 config/obj-coff.c:3668 config/tc-ppc.c:3917 +#: config/obj-coff.c:1417 config/obj-coff.c:3692 config/tc-ppc.c:3917 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1432 config/tc-ppc.c:3935 read.c:2502 +#: config/obj-coff.c:1447 config/tc-ppc.c:3935 read.c:2502 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "" -#: config/obj-coff.c:1558 +#: config/obj-coff.c:1458 config/obj-elf.c:727 +#, c-format +msgid "Ignoring changed section attributes for %s" +msgstr "" + +#: config/obj-coff.c:1582 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "" -#: config/obj-coff.c:1743 config/obj-ieee.c:69 +#: config/obj-coff.c:1767 config/obj-ieee.c:69 msgid "Out of step\n" msgstr "" -#: config/obj-coff.c:2178 +#: config/obj-coff.c:2202 msgid "bfd_coff_swap_scnhdr_out failed" msgstr "" -#: config/obj-coff.c:2405 +#: config/obj-coff.c:2429 msgid "`.bf' symbol without preceding function\n" msgstr "" -#: config/obj-coff.c:3365 config/obj-ieee.c:522 output-file.c:52 +#: config/obj-coff.c:3389 config/obj-ieee.c:522 output-file.c:52 #: output-file.c:119 #, c-format msgid "FATAL: Can't create %s" msgstr "" -#: config/obj-coff.c:3542 +#: config/obj-coff.c:3566 #, c-format msgid "Can't close %s: %s" msgstr "" -#: config/obj-coff.c:3576 +#: config/obj-coff.c:3600 #, c-format msgid "Too many new sections; can't add \"%s\"" msgstr "" -#: config/obj-coff.c:3986 config/tc-m88k.c:1260 config/tc-sparc.c:3454 +#: config/obj-coff.c:4010 config/tc-m88k.c:1260 config/tc-sparc.c:3454 msgid "Expected comma after name" msgstr "" -#: config/obj-coff.c:3992 read.c:1965 +#: config/obj-coff.c:4016 read.c:1965 msgid "Missing size expression" msgstr "" -#: config/obj-coff.c:3998 +#: config/obj-coff.c:4022 #, c-format msgid "lcomm length (%d.) <0! Ignored." msgstr "" -#: config/obj-coff.c:4026 read.c:2186 +#: config/obj-coff.c:4050 read.c:2186 #, c-format msgid "Symbol %s already defined" msgstr "" -#: config/obj-coff.c:4120 config/tc-i960.c:3255 +#: config/obj-coff.c:4144 config/tc-i960.c:3255 #, c-format msgid "No 'bal' entry point for leafproc %s" msgstr "" -#: config/obj-coff.c:4199 write.c:2510 +#: config/obj-coff.c:4223 write.c:2535 #, c-format msgid "Negative of non-absolute symbol %s" msgstr "" -#: config/obj-coff.c:4220 write.c:2524 +#: config/obj-coff.c:4244 write.c:2549 msgid "callj to difference of 2 symbols" msgstr "" -#: config/obj-coff.c:4266 +#: config/obj-coff.c:4290 #, c-format msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." msgstr "" @@ -635,16 +640,16 @@ msgstr "" #. This is a COBR instruction. They have only a 13-bit #. displacement and are only to be used for local branches: #. flag as error, don't generate relocation. -#: config/obj-coff.c:4356 config/tc-i960.c:3275 write.c:2668 +#: config/obj-coff.c:4380 config/tc-i960.c:3275 write.c:2693 msgid "can't use COBR format with external label" msgstr "" -#: config/obj-coff.c:4436 +#: config/obj-coff.c:4460 #, c-format msgid "Value of %ld too large for field of %d bytes at 0x%lx" msgstr "" -#: config/obj-coff.c:4450 write.c:2767 +#: config/obj-coff.c:4474 write.c:2792 #, c-format msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" @@ -707,11 +712,6 @@ msgstr "" msgid "Setting incorrect section attributes for %s" msgstr "" -#: config/obj-elf.c:727 -#, c-format -msgid "Ignoring changed section attributes for %s" -msgstr "" - #: config/obj-elf.c:757 msgid "Unrecognized .section attribute: want a,w,x" msgstr "" @@ -971,16 +971,16 @@ msgstr "" #. Probably a memory allocation problem? Give up now. #: config/tc-a29k.c:330 config/tc-hppa.c:1401 config/tc-i860.c:202 -#: config/tc-mips.c:1062 config/tc-mips.c:1104 config/tc-sparc.c:806 +#: config/tc-mips.c:1068 config/tc-mips.c:1110 config/tc-sparc.c:806 msgid "Broken assembler. No assembly attempted." msgstr "" -#: config/tc-a29k.c:375 config/tc-arc.c:535 config/tc-avr.c:1045 -#: config/tc-d10v.c:514 config/tc-d30v.c:553 config/tc-h8300.c:298 -#: config/tc-h8500.c:297 config/tc-mcore.c:656 config/tc-mn10200.c:935 -#: config/tc-mn10300.c:1303 config/tc-ppc.c:1970 config/tc-sh.c:638 +#: config/tc-a29k.c:375 config/tc-arc.c:535 config/tc-avr.c:1125 +#: config/tc-d10v.c:514 config/tc-d30v.c:553 config/tc-h8300.c:296 +#: config/tc-h8500.c:298 config/tc-mcore.c:656 config/tc-mn10200.c:935 +#: config/tc-mn10300.c:1303 config/tc-ppc.c:1970 config/tc-sh.c:633 #: config/tc-tic80.c:291 config/tc-v850.c:2034 config/tc-w65.c:257 -#: config/tc-z8k.c:339 +#: config/tc-z8k.c:341 msgid "missing operand" msgstr "" @@ -1050,10 +1050,10 @@ msgstr "" msgid "syntax error" msgstr "" -#: config/tc-alpha.c:1025 config/tc-arm.c:5222 config/tc-h8300.c:1374 -#: config/tc-h8500.c:1221 config/tc-hppa.c:3989 config/tc-i860.c:813 +#: config/tc-alpha.c:1025 config/tc-arm.c:5343 config/tc-h8300.c:1373 +#: config/tc-h8500.c:1223 config/tc-hppa.c:3989 config/tc-i860.c:813 #: config/tc-m68hc11.c:486 config/tc-m68k.c:4125 config/tc-m88k.c:1106 -#: config/tc-ns32k.c:1589 config/tc-sparc.c:2757 config/tc-z8k.c:1353 +#: config/tc-ns32k.c:1590 config/tc-sparc.c:2757 config/tc-z8k.c:1354 msgid "Bad call to MD_ATOF()" msgstr "" @@ -1094,7 +1094,7 @@ msgstr "" msgid "type %d reloc done?\n" msgstr "" -#: config/tc-alpha.c:1376 config/tc-alpha.c:1383 config/tc-mips.c:7360 +#: config/tc-alpha.c:1376 config/tc-alpha.c:1383 config/tc-mips.c:7366 msgid "Used $at without \".set noat\"" msgstr "" @@ -1164,7 +1164,7 @@ msgstr "" msgid "opcode `%s' not supported for target %s" msgstr "" -#: config/tc-alpha.c:2651 config/tc-alpha.c:2719 config/tc-avr.c:1012 +#: config/tc-alpha.c:2651 config/tc-alpha.c:2719 config/tc-avr.c:1092 #, c-format msgid "unknown opcode `%s'" msgstr "" @@ -1314,7 +1314,7 @@ msgstr "" msgid "Bad .fmask directive" msgstr "" -#: config/tc-alpha.c:5169 config/tc-arm.c:1333 read.c:2149 read.c:2729 +#: config/tc-alpha.c:5169 config/tc-arm.c:1454 read.c:2149 read.c:2729 #: stabs.c:459 #, c-format msgid "Expected comma after name \"%s\"" @@ -1346,7 +1346,7 @@ msgstr "" msgid "Alignment too large: %d. assumed" msgstr "" -#: config/tc-alpha.c:5275 config/tc-d30v.c:2181 +#: config/tc-alpha.c:5275 config/tc-d30v.c:2191 msgid "Alignment negative: 0 assumed" msgstr "" @@ -1412,7 +1412,7 @@ msgstr "" msgid "conditional branch follows set of flags" msgstr "" -#: config/tc-arc.c:749 config/tc-arm.c:6427 +#: config/tc-arc.c:749 config/tc-arm.c:6548 #, c-format msgid "bad instruction `%s'" msgstr "" @@ -1449,9 +1449,9 @@ msgstr "" msgid "invalid symbol to rename to" msgstr "" -#: config/tc-arc.c:1010 config/tc-avr.c:288 config/tc-d10v.c:291 -#: config/tc-d30v.c:366 config/tc-mips.c:8770 config/tc-mn10200.c:355 -#: config/tc-pj.c:365 config/tc-ppc.c:4510 config/tc-sh.c:1824 +#: config/tc-arc.c:1010 config/tc-avr.c:366 config/tc-d10v.c:291 +#: config/tc-d30v.c:366 config/tc-mips.c:8772 config/tc-mn10200.c:355 +#: config/tc-pj.c:365 config/tc-ppc.c:4510 config/tc-sh.c:1822 #: config/tc-v850.c:1278 msgid "bad call to md_atof" msgstr "" @@ -1465,9 +1465,9 @@ msgstr "" msgid "expression too complex for %%st" msgstr "" -#: config/tc-arc.c:1326 config/tc-arm.c:3197 config/tc-avr.c:771 -#: config/tc-d10v.c:1532 config/tc-d30v.c:1827 config/tc-mips.c:3250 -#: config/tc-mips.c:4182 config/tc-mips.c:4967 config/tc-mips.c:5513 +#: config/tc-arc.c:1326 config/tc-arm.c:3318 config/tc-avr.c:857 +#: config/tc-d10v.c:1532 config/tc-d30v.c:1837 config/tc-mips.c:3256 +#: config/tc-mips.c:4188 config/tc-mips.c:4973 config/tc-mips.c:5519 #: config/tc-ppc.c:4846 config/tc-v850.c:2341 msgid "expression too complex" msgstr "" @@ -1481,579 +1481,579 @@ msgstr "" msgid "internal error: can't export reloc type %d (`%s')" msgstr "" -#: config/tc-arm.c:1029 +#: config/tc-arm.c:1150 msgid "Literal Pool Overflow" msgstr "" -#: config/tc-arm.c:1171 +#: config/tc-arm.c:1292 msgid "Invalid syntax for .req directive." msgstr "" -#: config/tc-arm.c:1243 config/tc-mips.c:9979 read.c:2038 +#: config/tc-arm.c:1364 config/tc-mips.c:9981 read.c:2038 #, c-format msgid "Alignment too large: %d. assumed." msgstr "" -#: config/tc-arm.c:1246 read.c:2043 +#: config/tc-arm.c:1367 read.c:2043 msgid "Alignment negative. 0 assumed." msgstr "" -#: config/tc-arm.c:1382 config/tc-m32r.c:418 read.c:2788 read.c:4865 +#: config/tc-arm.c:1503 config/tc-m32r.c:418 read.c:2788 read.c:4865 #, c-format msgid "symbol `%s' already defined" msgstr "" -#: config/tc-arm.c:1452 +#: config/tc-arm.c:1573 msgid "selected processor does not support THUMB opcodes" msgstr "" -#: config/tc-arm.c:1464 +#: config/tc-arm.c:1585 msgid "selected processor does not support ARM opcodes" msgstr "" -#: config/tc-arm.c:1473 +#: config/tc-arm.c:1594 #, c-format msgid "invalid instruction size selected (%d)" msgstr "" -#: config/tc-arm.c:1508 +#: config/tc-arm.c:1629 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "" -#: config/tc-arm.c:1519 +#: config/tc-arm.c:1640 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:1568 +#: config/tc-arm.c:1689 #, 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:1632 +#: config/tc-arm.c:1753 msgid "flag for {c}psr instruction expected" msgstr "" -#: config/tc-arm.c:1662 +#: config/tc-arm.c:1783 msgid "Illegal co-processor number" msgstr "" -#: config/tc-arm.c:1669 +#: config/tc-arm.c:1790 msgid "Bad or missing co-processor number" msgstr "" -#: config/tc-arm.c:1693 +#: config/tc-arm.c:1814 msgid "bad or missing expression" msgstr "" -#: config/tc-arm.c:1699 +#: config/tc-arm.c:1820 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:1724 +#: config/tc-arm.c:1845 msgid "Co-processor register expected" msgstr "" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:1748 +#: config/tc-arm.c:1869 msgid "Floating point register expected" msgstr "" -#: config/tc-arm.c:1765 +#: config/tc-arm.c:1886 msgid "immediate expression expected" msgstr "" -#: config/tc-arm.c:1780 +#: config/tc-arm.c:1901 msgid "co-processor address must be word aligned" msgstr "" -#: config/tc-arm.c:1786 +#: config/tc-arm.c:1907 msgid "offset too large" msgstr "" -#: config/tc-arm.c:1834 +#: config/tc-arm.c:1955 msgid "pc may not be used in post-increment" msgstr "" -#: config/tc-arm.c:1850 config/tc-arm.c:2989 +#: config/tc-arm.c:1971 config/tc-arm.c:3110 msgid "pre-indexed expression expected" msgstr "" -#: config/tc-arm.c:1863 config/tc-arm.c:3001 config/tc-arm.c:3343 +#: config/tc-arm.c:1984 config/tc-arm.c:3122 config/tc-arm.c:3464 msgid "missing ]" msgstr "" -#: config/tc-arm.c:1873 +#: config/tc-arm.c:1994 msgid "pc may not be used with write-back" msgstr "" -#: config/tc-arm.c:1928 +#: config/tc-arm.c:2049 msgid "comma expected after register name" msgstr "" -#: config/tc-arm.c:1946 +#: config/tc-arm.c:2067 msgid "{C|S}PSR expected" msgstr "" -#: config/tc-arm.c:1973 +#: config/tc-arm.c:2094 msgid "comma missing after psr flags" msgstr "" -#: config/tc-arm.c:1989 config/tc-arm.c:1998 +#: config/tc-arm.c:2110 config/tc-arm.c:2119 msgid "only a register or immediate value can follow a psr flag" msgstr "" -#: config/tc-arm.c:2004 +#: config/tc-arm.c:2125 msgid "can only set flag field with immediate value" msgstr "" -#: config/tc-arm.c:2021 config/tc-arm.c:2326 config/tc-arm.c:2578 -#: config/tc-arm.c:2598 +#: config/tc-arm.c:2142 config/tc-arm.c:2447 config/tc-arm.c:2699 +#: config/tc-arm.c:2719 msgid "Invalid constant" msgstr "" -#: config/tc-arm.c:2071 +#: config/tc-arm.c:2192 msgid "rdhi, rdlo and rm must all be different" msgstr "" -#: config/tc-arm.c:2127 +#: config/tc-arm.c:2248 msgid "rd and rm should be different in mul" msgstr "" -#: config/tc-arm.c:2183 +#: config/tc-arm.c:2304 msgid "rd and rm should be different in mla" msgstr "" -#: config/tc-arm.c:2310 +#: config/tc-arm.c:2431 msgid "bad_segment" msgstr "" -#: config/tc-arm.c:2356 config/tc-arm.c:2433 +#: config/tc-arm.c:2477 config/tc-arm.c:2554 msgid "Shift expression expected" msgstr "" -#: config/tc-arm.c:2397 +#: config/tc-arm.c:2518 msgid "Invalid immediate shift" msgstr "" -#: config/tc-arm.c:2426 +#: config/tc-arm.c:2547 msgid "shift requires register or #expression" msgstr "" -#: config/tc-arm.c:2427 +#: config/tc-arm.c:2548 msgid "shift requires #expression" msgstr "" -#: config/tc-arm.c:2569 config/tc-arm.c:3030 +#: config/tc-arm.c:2690 config/tc-arm.c:3151 msgid "Constant expression expected" msgstr "" -#: config/tc-arm.c:2611 +#: config/tc-arm.c:2732 msgid "Register or shift expression expected" msgstr "" -#: config/tc-arm.c:2664 +#: config/tc-arm.c:2785 msgid "Invalid floating point immediate expression" msgstr "" -#: config/tc-arm.c:2667 +#: config/tc-arm.c:2788 msgid "Floating point register or immediate expression expected" msgstr "" -#: config/tc-arm.c:2836 +#: config/tc-arm.c:2957 msgid "address offset too large" msgstr "" -#: config/tc-arm.c:2908 +#: config/tc-arm.c:3029 msgid "Processor does not support halfwords or signed bytes" msgstr "" -#: config/tc-arm.c:2929 +#: config/tc-arm.c:3050 msgid "Address expected" msgstr "" -#: config/tc-arm.c:2959 config/tc-arm.c:2973 config/tc-arm.c:3010 +#: config/tc-arm.c:3080 config/tc-arm.c:3094 config/tc-arm.c:3131 #, c-format msgid "%s register same as write-back base" msgstr "" -#: config/tc-arm.c:2960 config/tc-arm.c:2974 config/tc-arm.c:3011 +#: config/tc-arm.c:3081 config/tc-arm.c:3095 config/tc-arm.c:3132 msgid "destination" msgstr "" -#: config/tc-arm.c:2960 config/tc-arm.c:2974 config/tc-arm.c:3011 +#: config/tc-arm.c:3081 config/tc-arm.c:3095 config/tc-arm.c:3132 msgid "source" msgstr "" -#: config/tc-arm.c:3050 +#: config/tc-arm.c:3171 msgid "literal pool insertion failed" msgstr "" -#: config/tc-arm.c:3088 +#: config/tc-arm.c:3209 msgid "Pre-increment instruction with translate" msgstr "" -#: config/tc-arm.c:3129 +#: config/tc-arm.c:3250 msgid "Bad range in register list" msgstr "" -#: config/tc-arm.c:3137 config/tc-arm.c:3146 config/tc-arm.c:3187 +#: config/tc-arm.c:3258 config/tc-arm.c:3267 config/tc-arm.c:3308 #, c-format msgid "Warning: Duplicated register (r%d) in register list" msgstr "" -#: config/tc-arm.c:3149 +#: config/tc-arm.c:3270 msgid "Warning: Register range not in ascending order" msgstr "" -#: config/tc-arm.c:3160 +#: config/tc-arm.c:3281 msgid "Missing `}'" msgstr "" -#: config/tc-arm.c:3176 +#: config/tc-arm.c:3297 msgid "invalid register mask" msgstr "" -#: config/tc-arm.c:3235 +#: config/tc-arm.c:3356 msgid "r15 not allowed as base register" msgstr "" -#: config/tc-arm.c:3303 config/tc-arm.c:3317 +#: config/tc-arm.c:3424 config/tc-arm.c:3438 msgid "r15 not allowed in swap" msgstr "" -#: config/tc-arm.c:3670 config/tc-v850.c:1922 config/tc-v850.c:1943 +#: config/tc-arm.c:3791 config/tc-v850.c:1922 config/tc-v850.c:1943 msgid "constant expression expected" msgstr "" -#: config/tc-arm.c:3676 +#: config/tc-arm.c:3797 msgid "Constant value required for number of registers" msgstr "" -#: config/tc-arm.c:3684 +#: config/tc-arm.c:3805 msgid "number of registers must be in the range [1:4]" msgstr "" -#: config/tc-arm.c:3744 +#: config/tc-arm.c:3865 msgid "R15 not allowed as base register with write-back" msgstr "" -#: config/tc-arm.c:3991 +#: config/tc-arm.c:4112 msgid "lo register required" msgstr "" -#: config/tc-arm.c:3999 +#: config/tc-arm.c:4120 msgid "hi register required" msgstr "" -#: config/tc-arm.c:4068 +#: config/tc-arm.c:4189 msgid "dest and source1 must be the same register" msgstr "" -#: config/tc-arm.c:4075 +#: config/tc-arm.c:4196 msgid "subtract valid only on lo regs" msgstr "" -#: config/tc-arm.c:4099 +#: config/tc-arm.c:4220 msgid "invalid Hi register with immediate" msgstr "" -#: config/tc-arm.c:4126 config/tc-arm.c:4159 config/tc-arm.c:4169 +#: config/tc-arm.c:4247 config/tc-arm.c:4280 config/tc-arm.c:4290 msgid "immediate value out of range" msgstr "" -#: config/tc-arm.c:4137 +#: config/tc-arm.c:4258 msgid "invalid immediate value for stack adjust" msgstr "" -#: config/tc-arm.c:4148 +#: config/tc-arm.c:4269 msgid "invalid immediate for address calculation" msgstr "" -#: config/tc-arm.c:4235 +#: config/tc-arm.c:4356 msgid "source1 and dest must be same register" msgstr "" -#: config/tc-arm.c:4270 +#: config/tc-arm.c:4391 msgid "Invalid immediate for shift" msgstr "" -#: config/tc-arm.c:4349 +#: config/tc-arm.c:4470 msgid "only lo regs allowed with immediate" msgstr "" -#: config/tc-arm.c:4368 +#: config/tc-arm.c:4489 msgid "invalid immediate" msgstr "" -#: config/tc-arm.c:4422 +#: config/tc-arm.c:4543 msgid "expected ']'" msgstr "" -#: config/tc-arm.c:4488 +#: config/tc-arm.c:4609 msgid "byte or halfword not valid for base register" msgstr "" -#: config/tc-arm.c:4493 +#: config/tc-arm.c:4614 msgid "R15 based store not allowed" msgstr "" -#: config/tc-arm.c:4498 +#: config/tc-arm.c:4619 msgid "Invalid base register for register offset" msgstr "" -#: config/tc-arm.c:4516 +#: config/tc-arm.c:4637 msgid "invalid offset" msgstr "" -#: config/tc-arm.c:4527 +#: config/tc-arm.c:4648 msgid "invalid base register in load/store" msgstr "" -#: config/tc-arm.c:4551 +#: config/tc-arm.c:4672 msgid "Invalid offset" msgstr "" -#: config/tc-arm.c:4625 +#: config/tc-arm.c:4746 msgid "dest and source1 one must be the same register" msgstr "" -#: config/tc-arm.c:4633 +#: config/tc-arm.c:4754 msgid "Rs and Rd must be different in MUL" msgstr "" -#: config/tc-arm.c:4777 +#: config/tc-arm.c:4898 msgid "" "Inserted missing '!': load/store multiple always writes back base register" msgstr "" -#: config/tc-arm.c:4793 config/tc-arm.c:4893 +#: config/tc-arm.c:4914 config/tc-arm.c:5014 msgid "Expression too complex" msgstr "" -#: config/tc-arm.c:4799 +#: config/tc-arm.c:4920 msgid "only lo-regs valid in load/store multiple" msgstr "" -#: config/tc-arm.c:4845 +#: config/tc-arm.c:4966 msgid "Syntax: ldrs[b] Rd, [Rb, Ro]" msgstr "" -#: config/tc-arm.c:4909 +#: config/tc-arm.c:5030 msgid "invalid register list to push/pop instruction" msgstr "" -#: config/tc-arm.c:5051 +#: config/tc-arm.c:5172 msgid "Virtual memory exhausted" msgstr "" -#: config/tc-arm.c:5423 +#: config/tc-arm.c:5544 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "" -#: config/tc-arm.c:5457 +#: config/tc-arm.c:5578 #, c-format msgid "Unable to compute ADRL instructions for PC offset of 0x%x" msgstr "" -#: config/tc-arm.c:5485 +#: config/tc-arm.c:5606 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "" -#: config/tc-arm.c:5506 config/tc-arm.c:5528 +#: config/tc-arm.c:5627 config/tc-arm.c:5649 msgid "invalid literal constant: pool needs to be closer" msgstr "" -#: config/tc-arm.c:5508 +#: config/tc-arm.c:5629 #, c-format msgid "bad immediate value for half-word offset (%ld)" msgstr "" -#: config/tc-arm.c:5545 +#: config/tc-arm.c:5666 msgid "shift expression is too large" msgstr "" -#: config/tc-arm.c:5563 config/tc-arm.c:5572 +#: config/tc-arm.c:5684 config/tc-arm.c:5693 msgid "Invalid swi expression" msgstr "" -#: config/tc-arm.c:5582 +#: config/tc-arm.c:5703 msgid "Invalid expression in load/store multiple" msgstr "" -#: config/tc-arm.c:5634 +#: config/tc-arm.c:5755 msgid "gas can't handle same-section branch dest >= 0x04000000" msgstr "" -#: config/tc-arm.c:5643 +#: config/tc-arm.c:5764 msgid "out of range branch" msgstr "" -#: config/tc-arm.c:5676 config/tc-arm.c:5692 config/tc-mips.c:9806 +#: config/tc-arm.c:5797 config/tc-arm.c:5813 config/tc-mips.c:9808 msgid "Branch out of range" msgstr "" -#: config/tc-arm.c:5715 +#: config/tc-arm.c:5836 msgid "Branch with link out of range" msgstr "" -#: config/tc-arm.c:5782 +#: config/tc-arm.c:5903 msgid "Illegal value for co-processor offset" msgstr "" -#: config/tc-arm.c:5805 +#: config/tc-arm.c:5926 #, c-format msgid "Invalid offset, target not word aligned (0x%08X)" msgstr "" -#: config/tc-arm.c:5810 config/tc-arm.c:5819 config/tc-arm.c:5826 -#: config/tc-arm.c:5833 config/tc-arm.c:5840 +#: config/tc-arm.c:5931 config/tc-arm.c:5940 config/tc-arm.c:5947 +#: config/tc-arm.c:5954 config/tc-arm.c:5961 #, c-format msgid "Invalid offset, value too big (0x%08X)" msgstr "" -#: config/tc-arm.c:5877 +#: config/tc-arm.c:5998 msgid "Invalid immediate for stack address calculation" msgstr "" -#: config/tc-arm.c:5886 +#: config/tc-arm.c:6007 #, c-format msgid "Invalid immediate for address calculation (value = 0x%08lX)" msgstr "" -#: config/tc-arm.c:5896 +#: config/tc-arm.c:6017 msgid "Invalid 8bit immediate" msgstr "" -#: config/tc-arm.c:5904 +#: config/tc-arm.c:6025 msgid "Invalid 3bit immediate" msgstr "" -#: config/tc-arm.c:5920 +#: config/tc-arm.c:6041 #, c-format msgid "Invalid immediate: %ld is too large" msgstr "" -#: config/tc-arm.c:5935 +#: config/tc-arm.c:6056 #, c-format msgid "Illegal Thumb shift value: %ld" msgstr "" -#: config/tc-arm.c:5949 +#: config/tc-arm.c:6070 #, c-format msgid "Bad relocation fixup type (%d)" msgstr "" -#: config/tc-arm.c:6021 +#: config/tc-arm.c:6142 msgid "Literal referenced across section boundary (Implicit dump?)" msgstr "" -#: config/tc-arm.c:6034 +#: config/tc-arm.c:6155 #, c-format msgid "Internal_relocation (type %d) not fixed up (IMMEDIATE)" msgstr "" -#: config/tc-arm.c:6040 +#: config/tc-arm.c:6161 msgid "ADRL used for a symbol not defined in the same file" msgstr "" -#: config/tc-arm.c:6046 +#: config/tc-arm.c:6167 #, c-format msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)" msgstr "" -#: config/tc-arm.c:6066 config/tc-mcore.c:2110 config/tc-ns32k.c:2283 +#: config/tc-arm.c:6187 config/tc-mcore.c:2110 config/tc-ns32k.c:2284 msgid "" msgstr "" -#: config/tc-arm.c:6069 +#: config/tc-arm.c:6190 #, c-format msgid "Can not represent %s relocation in this object file format (%d)" msgstr "" -#: config/tc-arm.c:6090 config/tc-mips.c:11302 config/tc-sh.c:2953 +#: config/tc-arm.c:6211 config/tc-mips.c:11321 config/tc-sh.c:2952 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "" -#: config/tc-arm.c:6108 +#: config/tc-arm.c:6229 msgid "md_estimate_size_before_relax\n" msgstr "" -#: config/tc-arm.c:6183 +#: config/tc-arm.c:6304 #, c-format msgid "No operator -- statement `%s'\n" msgstr "" -#: config/tc-arm.c:6201 +#: config/tc-arm.c:6322 msgid "selected processor does not support this opcode" msgstr "" -#: config/tc-arm.c:6247 +#: config/tc-arm.c:6368 #, c-format msgid "Opcode `%s' must have suffix from list: <%s>" msgstr "" -#: config/tc-arm.c:6277 +#: config/tc-arm.c:6398 msgid "Warning: Use of the 'nv' conditional is deprecated\n" msgstr "" -#: config/tc-arm.c:6294 +#: config/tc-arm.c:6415 #, c-format msgid "Opcode `%s' is unconditional\n" msgstr "" -#: config/tc-arm.c:6319 +#: config/tc-arm.c:6440 #, c-format msgid "Opcode `%s' must have suffix from <%s>\n" msgstr "" -#: config/tc-arm.c:6405 +#: config/tc-arm.c:6526 #, c-format msgid "register '%s' does not exist\n" msgstr "" -#: config/tc-arm.c:6410 +#: config/tc-arm.c:6531 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "" -#: config/tc-arm.c:6416 +#: config/tc-arm.c:6537 #, c-format msgid "" "ignoring redefinition of register alias '%s' to non-existant register '%s'" msgstr "" -#: config/tc-arm.c:6420 +#: config/tc-arm.c:6541 msgid "ignoring incomplete .req pseuso op" msgstr "" -#: config/tc-arm.c:6600 +#: config/tc-arm.c:6721 #, c-format msgid "Unrecognised APCS switch -m%s" msgstr "" -#: config/tc-arm.c:6743 config/tc-arm.c:6756 config/tc-arm.c:6769 -#: config/tc-arm.c:6781 config/tc-arm.c:6787 +#: config/tc-arm.c:6864 config/tc-arm.c:6877 config/tc-arm.c:6890 +#: config/tc-arm.c:6902 config/tc-arm.c:6908 #, c-format msgid "Invalid architecture variant -m%s" msgstr "" -#: config/tc-arm.c:6794 +#: config/tc-arm.c:6915 #, c-format msgid "Invalid processor variant -m%s" msgstr "" -#: config/tc-arm.c:6817 +#: config/tc-arm.c:6938 msgid "" " ARM Specific Assembler Options:\n" " -m[arm][] select processor variant\n" @@ -2069,7 +2069,7 @@ msgid "" " -k generate PIC code.\n" msgstr "" -#: config/tc-arm.c:6829 +#: config/tc-arm.c:6950 msgid "" " -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to " "use\n" @@ -2077,163 +2077,186 @@ msgid "" " -mapcs-reentrant the code is position independent/reentrant\n" msgstr "" -#: config/tc-arm.c:6835 +#: config/tc-arm.c:6956 msgid " -moabi support the old ELF ABI\n" msgstr "" -#: config/tc-arm.c:6839 +#: config/tc-arm.c:6960 msgid "" " -EB assemble code for a big endian cpu\n" " -EL assemble code for a little endian cpu\n" msgstr "" -#: config/tc-arm.c:6989 +#: config/tc-arm.c:7110 #, c-format msgid "%s: unexpected function type: %d" msgstr "" -#: config/tc-avr.c:204 +#: config/tc-avr.c:185 +msgid "Known MCU names:" +msgstr "" + +#: config/tc-avr.c:250 msgid "" "AVR options:\n" " -mmcu=[avr-name] select microcontroller variant\n" " [avr-name] can be:\n" -" avr1 - AT90S1200\n" -" avr2 - AT90S2xxx, AT90S4xxx, AT90S85xx, ATtiny22\n" -" avr3 - ATmega103 or ATmega603\n" -" avr4 - ATmega161\n" +" avr1 - AT90S1200, ATtiny1x, ATtiny28\n" +" avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n" +" avr3 - ATmega103, ATmega603\n" +" avr4 - ATmega83, ATmega85\n" +" avr5 - ATmega161, ATmega163, ATmega32, AT94K\n" " or immediate microcontroller name.\n" msgstr "" -#: config/tc-avr.c:246 +#: config/tc-avr.c:260 +msgid "" +" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" +" -mno-skip-bug disable warnings for skipping two-word instructions\n" +" (default for avr4, avr5)\n" +" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" +" (default for avr3, avr5)\n" +msgstr "" + +#: config/tc-avr.c:307 #, c-format msgid "unknown MCU: %s\n" msgstr "" -#: config/tc-avr.c:250 +#: config/tc-avr.c:317 #, c-format -msgid "redefinition of mcu type `%s'" +msgid "redefinition of mcu type `%s' to `%s'" msgstr "" -#: config/tc-avr.c:352 +#: config/tc-avr.c:430 msgid "constant value required" msgstr "" -#: config/tc-avr.c:355 +#: config/tc-avr.c:433 #, c-format msgid "number must be less than %d" msgstr "" -#: config/tc-avr.c:406 +#: config/tc-avr.c:484 msgid "`,' required" msgstr "" -#: config/tc-avr.c:427 +#: config/tc-avr.c:507 msgid "undefined combination of operands" msgstr "" -#: config/tc-avr.c:436 +#: config/tc-avr.c:520 msgid "skipping two-word instruction" msgstr "" -#: config/tc-avr.c:501 +#: config/tc-avr.c:586 msgid "register r16-r23 required" msgstr "" -#: config/tc-avr.c:507 +#: config/tc-avr.c:592 msgid "register number above 15 required" msgstr "" -#: config/tc-avr.c:513 +#: config/tc-avr.c:598 msgid "even register number required" msgstr "" -#: config/tc-avr.c:520 -msgid "register r24,r26,r28 or r30 required" +#: config/tc-avr.c:605 +msgid "register r24, r26, r28 or r30 required" msgstr "" -#: config/tc-avr.c:526 +#: config/tc-avr.c:611 msgid "register name or number from 0 to 31 required" msgstr "" -#: config/tc-avr.c:544 -msgid "pointer register (X,Y or Z) required" +#: config/tc-avr.c:629 +msgid "pointer register (X, Y or Z) required" msgstr "" -#: config/tc-avr.c:551 +#: config/tc-avr.c:636 msgid "cannot both predecrement and postincrement" msgstr "" -#: config/tc-avr.c:559 +#: config/tc-avr.c:645 msgid "addressing mode not supported" msgstr "" -#: config/tc-avr.c:566 +#: config/tc-avr.c:652 msgid "can't predecrement" msgstr "" -#: config/tc-avr.c:569 +#: config/tc-avr.c:655 msgid "pointer register Z required" msgstr "" -#: config/tc-avr.c:586 +#: config/tc-avr.c:672 msgid "pointer register (Y or Z) required" msgstr "" -#: config/tc-avr.c:695 +#: config/tc-avr.c:781 #, c-format msgid "unknown constraint `%c'" msgstr "" -#: config/tc-avr.c:800 config/tc-avr.c:814 config/tc-avr.c:919 +#: config/tc-avr.c:886 config/tc-avr.c:900 config/tc-avr.c:999 #, c-format msgid "odd address operand: %ld" msgstr "" -#: config/tc-avr.c:806 config/tc-avr.c:830 +#: config/tc-avr.c:892 config/tc-avr.c:910 #, c-format msgid "operand out of range: %ld" msgstr "" -#: config/tc-avr.c:928 config/tc-d10v.c:1601 config/tc-d30v.c:1952 +#: config/tc-avr.c:1008 config/tc-d10v.c:1601 config/tc-d30v.c:1962 #, c-format msgid "line %d: unknown relocation type: 0x%x" msgstr "" -#: config/tc-avr.c:942 +#: config/tc-avr.c:1022 msgid "only constant expression allowed" msgstr "" -#: config/tc-avr.c:981 config/tc-d10v.c:1469 config/tc-d30v.c:1771 +#: config/tc-avr.c:1061 config/tc-d10v.c:1469 config/tc-d30v.c:1781 #: config/tc-mn10200.c:1233 config/tc-mn10300.c:1788 config/tc-ppc.c:5153 #: config/tc-v850.c:2258 #, c-format msgid "reloc %d not supported by object file format" msgstr "" -#: config/tc-avr.c:1006 config/tc-d10v.c:1085 config/tc-d10v.c:1099 -#: config/tc-h8300.c:1241 config/tc-h8500.c:1121 config/tc-mcore.c:989 -#: config/tc-pj.c:274 config/tc-sh.c:1437 config/tc-z8k.c:1221 +#: config/tc-avr.c:1086 config/tc-d10v.c:1085 config/tc-d10v.c:1099 +#: config/tc-h8300.c:1239 config/tc-h8500.c:1122 config/tc-mcore.c:989 +#: config/tc-pj.c:274 config/tc-sh.c:1434 config/tc-z8k.c:1222 msgid "can't find opcode " msgstr "" -#: config/tc-avr.c:1023 +#: config/tc-avr.c:1103 #, c-format msgid "illegal opcode %s for mcu %s" msgstr "" -#: config/tc-avr.c:1031 +#: config/tc-avr.c:1111 msgid "garbage at end of line" msgstr "" -#: config/tc-avr.c:1089 +#: config/tc-avr.c:1169 msgid "illegal expression" msgstr "" -#: config/tc-avr.c:1111 config/tc-avr.c:1160 +#: config/tc-avr.c:1191 config/tc-avr.c:1251 msgid "`)' required" msgstr "" -#: config/tc-avr.c:1185 config/tc-avr.c:1192 +#: config/tc-avr.c:1209 +#, c-format +msgid "constant out of 8-bit range: %d" +msgstr "" + +#: config/tc-avr.c:1212 +msgid "expression possibly out of 8-bit range" +msgstr "" + +#: config/tc-avr.c:1276 config/tc-avr.c:1283 #, c-format msgid "illegal %srelocation size: %d" msgstr "" @@ -2265,20 +2288,20 @@ msgstr "" msgid "One of these instructions may not be executed in parallel." msgstr "" -#: config/tc-d10v.c:801 config/tc-d30v.c:859 +#: config/tc-d10v.c:801 config/tc-d30v.c:866 msgid "Two IU instructions may not be executed in parallel" msgstr "" #: config/tc-d10v.c:803 config/tc-d10v.c:811 config/tc-d10v.c:829 -#: config/tc-d10v.c:847 config/tc-d30v.c:860 config/tc-d30v.c:869 +#: config/tc-d10v.c:847 config/tc-d30v.c:867 config/tc-d30v.c:876 msgid "Swapping instruction order" msgstr "" -#: config/tc-d10v.c:809 config/tc-d30v.c:866 +#: config/tc-d10v.c:809 config/tc-d30v.c:873 msgid "Two MU instructions may not be executed in parallel" msgstr "" -#: config/tc-d10v.c:833 config/tc-d30v.c:885 +#: config/tc-d10v.c:833 config/tc-d30v.c:893 msgid "IU instruction may not be in the left container" msgstr "" @@ -2288,19 +2311,19 @@ msgid "" "container." msgstr "" -#: config/tc-d10v.c:851 config/tc-d30v.c:898 +#: config/tc-d10v.c:851 config/tc-d30v.c:904 msgid "MU instruction may not be in the right container" msgstr "" -#: config/tc-d10v.c:860 config/tc-d30v.c:906 +#: config/tc-d10v.c:860 config/tc-d30v.c:916 msgid "unknown execution type passed to write_2_short()" msgstr "" -#: config/tc-d10v.c:1112 config/tc-d10v.c:1130 config/tc-d30v.c:1384 +#: config/tc-d10v.c:1112 config/tc-d10v.c:1130 config/tc-d30v.c:1394 msgid "Unable to mix instructions as specified" msgstr "" -#: config/tc-d10v.c:1178 config/tc-d30v.c:1519 +#: config/tc-d10v.c:1178 config/tc-d30v.c:1529 #, c-format msgid "unknown opcode: %s" msgstr "" @@ -2365,91 +2388,105 @@ msgstr "" msgid "parallel" msgstr "" -#: config/tc-d30v.c:855 +#: config/tc-d30v.c:862 msgid "Instructions may not be executed in parallel" msgstr "" -#: config/tc-d30v.c:868 config/tc-d30v.c:875 config/tc-d30v.c:891 -#: config/tc-d30v.c:900 +#: config/tc-d30v.c:875 #, c-format msgid "Executing %s in IU may not work" msgstr "" -#: config/tc-d30v.c:887 +#: config/tc-d30v.c:882 +#, c-format +msgid "Executing %s in IU may not work in parallel execution" +msgstr "" + +#: config/tc-d30v.c:895 #, c-format msgid "special left instruction `%s' kills instruction `%s' in right container" msgstr "" -#: config/tc-d30v.c:1266 config/tc-d30v.c:1283 +#: config/tc-d30v.c:906 +#, c-format +msgid "Executing %s in reverse serial with %s may not work" +msgstr "" + +#: config/tc-d30v.c:909 +#, c-format +msgid "Executing %s in IU in reverse serial may not work" +msgstr "" + +#: config/tc-d30v.c:1276 config/tc-d30v.c:1293 msgid "Cannot assemble instruction" msgstr "" -#: config/tc-d30v.c:1268 +#: config/tc-d30v.c:1278 msgid "First opcode is long. Unable to mix instructions as specified." msgstr "" -#: config/tc-d30v.c:1336 +#: config/tc-d30v.c:1346 msgid "word of NOPs added between word multiply and load" msgstr "" -#: config/tc-d30v.c:1338 +#: config/tc-d30v.c:1348 msgid "word of NOPs added between word multiply and 16-bit multiply" msgstr "" -#: config/tc-d30v.c:1368 +#: config/tc-d30v.c:1378 msgid "Instruction uses long version, so it cannot be mixed as specified" msgstr "" -#: config/tc-d30v.c:1452 config/tc-d30v.c:1489 +#: config/tc-d30v.c:1462 config/tc-d30v.c:1499 #, c-format msgid "unknown condition code: %s" msgstr "" -#: config/tc-d30v.c:1482 +#: config/tc-d30v.c:1492 #, c-format msgid "cmpu doesn't support condition code %s" msgstr "" -#: config/tc-d30v.c:1530 +#: config/tc-d30v.c:1540 #, c-format msgid "operands for opcode `%s' do not match any valid format" msgstr "" -#: config/tc-d30v.c:1743 +#: config/tc-d30v.c:1753 msgid "Odd numbered register used as target of multi-register instruction" msgstr "" -#: config/tc-d30v.c:1841 +#: config/tc-d30v.c:1851 #, c-format msgid "line %d: unable to place address of symbol '%s' into a byte" msgstr "" -#: config/tc-d30v.c:1844 +#: config/tc-d30v.c:1854 #, c-format msgid "line %d: unable to place value %x into a byte" msgstr "" -#: config/tc-d30v.c:1852 +#: config/tc-d30v.c:1862 #, c-format msgid "line %d: unable to place address of symbol '%s' into a short" msgstr "" -#: config/tc-d30v.c:1855 +#: config/tc-d30v.c:1865 #, c-format msgid "line %d: unable to place value %x into a short" msgstr "" -#: config/tc-d30v.c:1863 +#: config/tc-d30v.c:1873 #, c-format msgid "line %d: unable to place address of symbol '%s' into a quad" msgstr "" -#: config/tc-d30v.c:2033 +#: config/tc-d30v.c:2043 #, c-format msgid "value too large to fit in %d bits" msgstr "" -#: config/tc-d30v.c:2177 +#: config/tc-d30v.c:2187 #, c-format msgid "Alignment too large: %d assumed" msgstr "" @@ -2471,154 +2508,154 @@ msgstr "" msgid "Bad call to md_atof()" msgstr "" -#: config/tc-h8300.c:247 config/tc-h8300.c:255 +#: config/tc-h8300.c:245 config/tc-h8300.c:253 msgid "Reg not valid for H8/300" msgstr "" -#: config/tc-h8300.c:415 config/tc-h8300.c:418 config/tc-h8300.c:421 -#: config/tc-h8300.c:425 +#: config/tc-h8300.c:413 config/tc-h8300.c:416 config/tc-h8300.c:419 +#: config/tc-h8300.c:423 msgid "Invalid register list for ldm/stm\n" msgstr "" -#: config/tc-h8300.c:477 config/tc-h8300.c:539 config/tc-h8300.c:546 +#: config/tc-h8300.c:475 config/tc-h8300.c:537 config/tc-h8300.c:544 msgid "Wrong size pointer register for architecture." msgstr "" -#: config/tc-h8300.c:504 config/tc-h8300.c:513 config/tc-h8300.c:523 +#: config/tc-h8300.c:502 config/tc-h8300.c:511 config/tc-h8300.c:521 msgid "expected @(exp, reg16)" msgstr "" -#: config/tc-h8300.c:602 +#: config/tc-h8300.c:600 msgid "expect :8 or :16 here" msgstr "" -#: config/tc-h8300.c:803 +#: config/tc-h8300.c:801 #, c-format msgid "operand %s0x%lx out of range." msgstr "" -#: config/tc-h8300.c:891 +#: config/tc-h8300.c:889 msgid "Can't work out size of operand.\n" msgstr "" -#: config/tc-h8300.c:939 +#: config/tc-h8300.c:937 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300 mode" msgstr "" -#: config/tc-h8300.c:990 config/tc-h8300.c:1010 +#: config/tc-h8300.c:988 config/tc-h8300.c:1008 msgid "Need #1 or #2 here" msgstr "" -#: config/tc-h8300.c:1005 +#: config/tc-h8300.c:1003 msgid "#4 not valid on H8/300." msgstr "" -#: config/tc-h8300.c:1091 config/tc-h8300.c:1123 +#: config/tc-h8300.c:1089 config/tc-h8300.c:1121 #, c-format msgid "branch operand has odd offset (%lx)\n" msgstr "" -#: config/tc-h8300.c:1161 +#: config/tc-h8300.c:1159 msgid "destination operand must be 16 bit register" msgstr "" -#: config/tc-h8300.c:1170 +#: config/tc-h8300.c:1168 msgid "source operand must be 8 bit register" msgstr "" -#: config/tc-h8300.c:1178 +#: config/tc-h8300.c:1176 msgid "destination operand must be 16bit absolute address" msgstr "" -#: config/tc-h8300.c:1185 +#: config/tc-h8300.c:1183 msgid "destination operand must be 8 bit register" msgstr "" -#: config/tc-h8300.c:1193 +#: config/tc-h8300.c:1191 msgid "source operand must be 16bit absolute address" msgstr "" -#: config/tc-h8300.c:1201 +#: config/tc-h8300.c:1199 msgid "invalid operands" msgstr "" -#: config/tc-h8300.c:1252 config/tc-h8500.c:1128 config/tc-mips.c:7966 -#: config/tc-sh.c:1666 config/tc-w65.c:759 config/tc-z8k.c:1233 +#: config/tc-h8300.c:1250 config/tc-h8500.c:1129 config/tc-mips.c:7968 +#: config/tc-sh.c:1663 config/tc-w65.c:758 config/tc-z8k.c:1234 msgid "unknown opcode" msgstr "" -#: config/tc-h8300.c:1298 +#: config/tc-h8300.c:1296 msgid "mismatch between opcode size and operand size" msgstr "" -#: config/tc-h8300.c:1309 config/tc-h8500.c:1156 config/tc-sh.c:1780 -#: config/tc-w65.c:791 config/tc-z8k.c:1288 +#: config/tc-h8300.c:1307 config/tc-h8500.c:1157 config/tc-sh.c:1777 +#: config/tc-w65.c:790 config/tc-z8k.c:1289 msgid "call to tc_crawl_symbol_chain \n" msgstr "" -#: config/tc-h8300.c:1323 config/tc-h8500.c:1170 config/tc-sh.c:1787 -#: config/tc-w65.c:805 config/tc-z8k.c:1302 +#: config/tc-h8300.c:1321 config/tc-h8500.c:1171 config/tc-sh.c:1784 +#: config/tc-w65.c:804 config/tc-z8k.c:1303 msgid "call to tc_headers_hook \n" msgstr "" -#: config/tc-h8300.c:1413 config/tc-h8500.c:1259 config/tc-z8k.c:1413 +#: config/tc-h8300.c:1412 config/tc-h8500.c:1261 config/tc-z8k.c:1414 msgid "call to tc_aout_fix_to_chars \n" msgstr "" -#: config/tc-h8300.c:1423 config/tc-z8k.c:1423 +#: config/tc-h8300.c:1422 config/tc-z8k.c:1424 msgid "call to md_convert_frag \n" msgstr "" -#: config/tc-h8300.c:1468 config/tc-z8k.c:1498 +#: config/tc-h8300.c:1467 config/tc-z8k.c:1499 msgid "call tomd_estimate_size_before_relax \n" msgstr "" -#: config/tc-h8500.c:337 +#: config/tc-h8500.c:338 msgid ":24 not valid for this opcode" msgstr "" -#: config/tc-h8500.c:344 +#: config/tc-h8500.c:345 msgid "expect :8,:16 or :24" msgstr "" -#: config/tc-h8500.c:401 +#: config/tc-h8500.c:402 msgid "syntax error in reg list" msgstr "" -#: config/tc-h8500.c:419 +#: config/tc-h8500.c:420 msgid "missing final register in range" msgstr "" -#: config/tc-h8500.c:506 config/tc-h8500.c:513 config/tc-h8500.c:519 +#: config/tc-h8500.c:507 config/tc-h8500.c:514 config/tc-h8500.c:520 msgid "expected @(exp, Rn)" msgstr "" -#: config/tc-h8500.c:535 +#: config/tc-h8500.c:536 msgid "@Rn+ needs word register" msgstr "" -#: config/tc-h8500.c:545 +#: config/tc-h8500.c:546 msgid "@Rn needs word register" msgstr "" -#: config/tc-h8500.c:845 config/tc-sh.c:1160 +#: config/tc-h8500.c:846 config/tc-sh.c:1155 #, c-format msgid "unhandled %d\n" msgstr "" -#: config/tc-h8500.c:873 config/tc-sh.c:1184 +#: config/tc-h8500.c:874 config/tc-sh.c:1179 #, c-format msgid "operand must be absolute in range %d..%d" msgstr "" -#: config/tc-h8500.c:963 config/tc-sh.c:1381 +#: config/tc-h8500.c:964 config/tc-sh.c:1377 #, c-format msgid "failed for %d\n" msgstr "" -#: config/tc-h8500.c:1144 config/tc-sh.c:1476 config/tc-sh.c:1714 -#: config/tc-w65.c:779 +#: config/tc-h8500.c:1145 config/tc-sh.c:1473 config/tc-sh.c:1711 +#: config/tc-w65.c:778 msgid "invalid operands for opcode" msgstr "" @@ -3335,7 +3372,7 @@ msgstr "" msgid "Unknown temporary pseudo register" msgstr "" -#: config/tc-i860.c:183 config/tc-mips.c:1059 +#: config/tc-i860.c:183 config/tc-mips.c:1065 #, c-format msgid "internal error: can't hash `%s': %s\n" msgstr "" @@ -4192,7 +4229,7 @@ msgstr "" msgid "Can not do %d byte pic relocation" msgstr "" -#: config/tc-m68k.c:885 config/tc-mips.c:11283 +#: config/tc-m68k.c:885 config/tc-mips.c:11302 #, c-format msgid "Cannot make %s relocation PC relative" msgstr "" @@ -4769,7 +4806,7 @@ msgstr "" msgid "ignoring operands: %s " msgstr "" -#: config/tc-mcore.c:1768 config/tc-w65.c:856 +#: config/tc-mcore.c:1768 config/tc-w65.c:855 msgid "Bad call to MD_NTOF()" msgstr "" @@ -4834,323 +4871,323 @@ msgstr "" msgid "pc-relative" msgstr "" -#: config/tc-mcore.c:2421 config/tc-pj.c:586 config/tc-sh.c:3100 +#: config/tc-mcore.c:2421 config/tc-pj.c:586 config/tc-sh.c:3099 #, c-format msgid "Cannot represent relocation type %s" msgstr "" -#: config/tc-mips.c:860 +#: config/tc-mips.c:866 msgid "-G not supported in this configuration." msgstr "" -#: config/tc-mips.c:1005 +#: config/tc-mips.c:1011 msgid "trap exception not supported at ISA 1" msgstr "" -#: config/tc-mips.c:1046 +#: config/tc-mips.c:1052 msgid "Could not set architecture and machine" msgstr "" -#: config/tc-mips.c:1085 +#: config/tc-mips.c:1091 #, c-format msgid "internal: can't hash `%s': %s" msgstr "" -#: config/tc-mips.c:1093 +#: config/tc-mips.c:1099 #, c-format msgid "internal error: bad mips16 opcode: %s %s\n" msgstr "" -#: config/tc-mips.c:1262 +#: config/tc-mips.c:1268 #, c-format msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" msgstr "" -#: config/tc-mips.c:1816 config/tc-mips.c:11415 +#: config/tc-mips.c:1822 config/tc-mips.c:11434 msgid "extended instruction in delay slot" msgstr "" -#: config/tc-mips.c:1838 config/tc-mips.c:1845 +#: config/tc-mips.c:1844 config/tc-mips.c:1851 #, c-format msgid "jump to misaligned address (0x%lx)" msgstr "" -#: config/tc-mips.c:2495 config/tc-mips.c:2836 +#: config/tc-mips.c:2501 config/tc-mips.c:2842 msgid "Macro instruction expanded into multiple instructions" msgstr "" -#: config/tc-mips.c:2889 +#: config/tc-mips.c:2895 msgid "unsupported large constant" msgstr "" -#: config/tc-mips.c:2891 +#: config/tc-mips.c:2897 #, c-format msgid "Instruction %s requires absolute expression" msgstr "" -#: config/tc-mips.c:3037 +#: config/tc-mips.c:3043 msgid "Number larger than 32 bits" msgstr "" -#: config/tc-mips.c:3058 +#: config/tc-mips.c:3064 msgid "Number larger than 64 bits" msgstr "" -#: config/tc-mips.c:3324 config/tc-mips.c:3396 config/tc-mips.c:5075 -#: config/tc-mips.c:5126 config/tc-mips.c:5662 config/tc-mips.c:5725 +#: config/tc-mips.c:3330 config/tc-mips.c:3402 config/tc-mips.c:5081 +#: config/tc-mips.c:5132 config/tc-mips.c:5668 config/tc-mips.c:5731 msgid "PIC code offset overflow (max 16 signed bits)" msgstr "" -#: config/tc-mips.c:3635 +#: config/tc-mips.c:3641 #, c-format msgid "Branch %s is always false (nop)" msgstr "" -#: config/tc-mips.c:3640 +#: config/tc-mips.c:3646 #, c-format msgid "Branch likely %s is always false" msgstr "" -#: config/tc-mips.c:3647 config/tc-mips.c:3721 config/tc-mips.c:3824 -#: config/tc-mips.c:3879 config/tc-mips.c:6762 config/tc-mips.c:6771 -#: config/tc-mips.c:6779 config/tc-mips.c:6888 +#: config/tc-mips.c:3653 config/tc-mips.c:3727 config/tc-mips.c:3830 +#: config/tc-mips.c:3885 config/tc-mips.c:6768 config/tc-mips.c:6777 +#: config/tc-mips.c:6785 config/tc-mips.c:6894 msgid "Unsupported large constant" msgstr "" #. result is always true -#: config/tc-mips.c:3683 +#: config/tc-mips.c:3689 #, c-format msgid "Branch %s is always true" msgstr "" -#: config/tc-mips.c:3955 config/tc-mips.c:4062 +#: config/tc-mips.c:3961 config/tc-mips.c:4068 msgid "Divide by zero." msgstr "" -#: config/tc-mips.c:4646 +#: config/tc-mips.c:4652 msgid "MIPS PIC call to register other than $25" msgstr "" -#: config/tc-mips.c:4651 config/tc-mips.c:4763 +#: config/tc-mips.c:4657 config/tc-mips.c:4769 msgid "No .cprestore pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:4836 config/tc-mips.c:4925 config/tc-mips.c:5413 -#: config/tc-mips.c:5454 config/tc-mips.c:5472 config/tc-mips.c:6101 +#: config/tc-mips.c:4842 config/tc-mips.c:4931 config/tc-mips.c:5419 +#: config/tc-mips.c:5460 config/tc-mips.c:5478 config/tc-mips.c:6107 msgid "opcode not supported on this processor" msgstr "" -#: config/tc-mips.c:5932 config/tc-mips.c:6656 +#: config/tc-mips.c:5938 config/tc-mips.c:6662 msgid "Macro used $at after \".set noat\"" msgstr "" -#: config/tc-mips.c:6072 config/tc-mips.c:6090 +#: config/tc-mips.c:6078 config/tc-mips.c:6096 msgid "rotate count too large" msgstr "" -#: config/tc-mips.c:6141 +#: config/tc-mips.c:6147 #, c-format msgid "Instruction %s: result is always false" msgstr "" -#: config/tc-mips.c:6310 +#: config/tc-mips.c:6316 #, c-format msgid "Instruction %s: result is always true" msgstr "" -#: config/tc-mips.c:6449 config/tc-mips.c:6476 config/tc-mips.c:6548 -#: config/tc-mips.c:6573 +#: config/tc-mips.c:6455 config/tc-mips.c:6482 config/tc-mips.c:6554 +#: config/tc-mips.c:6579 msgid "operand overflow" msgstr "" #. FIXME: Check if this is one of the itbl macros, since they #. are added dynamically. -#: config/tc-mips.c:6652 +#: config/tc-mips.c:6658 #, c-format msgid "Macro %s not implemented yet" msgstr "" -#: config/tc-mips.c:6922 +#: config/tc-mips.c:6928 #, c-format msgid "internal: bad mips opcode (mask error): %s %s" msgstr "" -#: config/tc-mips.c:6974 +#: config/tc-mips.c:6980 #, c-format msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s" msgstr "" -#: config/tc-mips.c:6981 +#: config/tc-mips.c:6987 #, c-format msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s" msgstr "" -#: config/tc-mips.c:7089 +#: config/tc-mips.c:7095 #, c-format msgid "opcode not supported on this processor: %d (MIPS%d)" msgstr "" -#: config/tc-mips.c:7159 +#: config/tc-mips.c:7165 #, c-format msgid "Improper shift amount (%ld)" msgstr "" -#: config/tc-mips.c:7186 config/tc-mips.c:8306 config/tc-mips.c:8421 +#: config/tc-mips.c:7192 config/tc-mips.c:8308 config/tc-mips.c:8423 #, c-format msgid "Invalid value for `%s' (%lu)" msgstr "" -#: config/tc-mips.c:7204 +#: config/tc-mips.c:7210 #, c-format msgid "Illegal break code (%ld)" msgstr "" -#: config/tc-mips.c:7218 +#: config/tc-mips.c:7224 #, c-format msgid "Illegal lower break code (%ld)" msgstr "" -#: config/tc-mips.c:7231 +#: config/tc-mips.c:7237 #, c-format msgid "Illegal syscall code (%ld)" msgstr "" -#: config/tc-mips.c:7243 +#: config/tc-mips.c:7249 #, c-format msgid "Coproccesor code > 25 bits (%ld)" msgstr "" -#: config/tc-mips.c:7257 +#: config/tc-mips.c:7263 #, c-format msgid "Invalidate performance regster (%ld)" msgstr "" -#: config/tc-mips.c:7293 +#: config/tc-mips.c:7299 #, c-format msgid "Invalid register number (%d)" msgstr "" -#: config/tc-mips.c:7453 +#: config/tc-mips.c:7459 #, c-format msgid "Invalid float register number (%d)" msgstr "" -#: config/tc-mips.c:7463 +#: config/tc-mips.c:7469 #, c-format msgid "Float register should be even, was %d" msgstr "" -#: config/tc-mips.c:7515 config/tc-mips.c:7751 config/tc-mips.c:7790 +#: config/tc-mips.c:7521 msgid "absolute expression required" msgstr "" -#: config/tc-mips.c:7576 +#: config/tc-mips.c:7582 #, c-format msgid "Bad floating point constant: %s" msgstr "" -#: config/tc-mips.c:7697 +#: config/tc-mips.c:7703 msgid "Can't use floating point insn in this section" msgstr "" -#: config/tc-mips.c:7753 +#: config/tc-mips.c:7757 msgid "16 bit expression not in range 0..65535" msgstr "" -#: config/tc-mips.c:7792 +#: config/tc-mips.c:7794 msgid "16 bit expression not in range -32768..32767" msgstr "" -#: config/tc-mips.c:7863 +#: config/tc-mips.c:7865 msgid "lui expression not in range 0..65535" msgstr "" -#: config/tc-mips.c:7887 +#: config/tc-mips.c:7889 #, c-format msgid "invalid condition code register $fcc%d" msgstr "" -#: config/tc-mips.c:7895 +#: config/tc-mips.c:7897 #, c-format msgid "bad char = '%c'\n" msgstr "" -#: config/tc-mips.c:7908 config/tc-mips.c:8446 +#: config/tc-mips.c:7910 config/tc-mips.c:8448 msgid "illegal operands" msgstr "" -#: config/tc-mips.c:7975 +#: config/tc-mips.c:7977 msgid "unrecognized opcode" msgstr "" -#: config/tc-mips.c:8084 +#: config/tc-mips.c:8086 #, c-format msgid "invalid register number (%d)" msgstr "" -#: config/tc-mips.c:8165 +#: config/tc-mips.c:8167 msgid "used $at without \".set noat\"" msgstr "" -#: config/tc-mips.c:8340 +#: config/tc-mips.c:8342 msgid "can't parse register list" msgstr "" -#: config/tc-mips.c:8374 config/tc-mips.c:8404 +#: config/tc-mips.c:8376 config/tc-mips.c:8406 msgid "invalid register list" msgstr "" -#: config/tc-mips.c:8571 +#: config/tc-mips.c:8573 msgid "extended operand requested but not required" msgstr "" -#: config/tc-mips.c:8573 +#: config/tc-mips.c:8575 msgid "invalid unextended operand value" msgstr "" -#: config/tc-mips.c:8601 +#: config/tc-mips.c:8603 msgid "operand value out of range for instruction" msgstr "" -#: config/tc-mips.c:9068 +#: config/tc-mips.c:9070 #, c-format msgid "ignoring invalid leading 'v' in -mcpu=%s switch" msgstr "" -#: config/tc-mips.c:9074 +#: config/tc-mips.c:9076 #, c-format msgid "invalid architecture -mcpu=%s" msgstr "" -#: config/tc-mips.c:9124 +#: config/tc-mips.c:9126 msgid "-G may not be used with embedded PIC code" msgstr "" -#: config/tc-mips.c:9136 +#: config/tc-mips.c:9138 msgid "-call_shared is supported only for ELF format" msgstr "" -#: config/tc-mips.c:9142 config/tc-mips.c:10221 config/tc-mips.c:10389 +#: config/tc-mips.c:9144 config/tc-mips.c:10223 config/tc-mips.c:10391 msgid "-G may not be used with SVR4 PIC code" msgstr "" -#: config/tc-mips.c:9151 +#: config/tc-mips.c:9153 msgid "-non_shared is supported only for ELF format" msgstr "" -#: config/tc-mips.c:9167 +#: config/tc-mips.c:9169 msgid "-G is not supported for this configuration" msgstr "" -#: config/tc-mips.c:9172 +#: config/tc-mips.c:9174 msgid "-G may not be used with SVR4 or embedded PIC code" msgstr "" -#: config/tc-mips.c:9196 +#: config/tc-mips.c:9198 msgid "No compiled in support for 64 bit object file format" msgstr "" -#: config/tc-mips.c:9286 +#: config/tc-mips.c:9288 msgid "" "MIPS options:\n" "-membedded-pic\t\tgenerate embedded position independent code\n" @@ -5161,7 +5198,7 @@ msgid "" "\t\t\timplicitly with the gp register [default 8]\n" msgstr "" -#: config/tc-mips.c:9294 +#: config/tc-mips.c:9296 msgid "" "-mips1\t\t\tgenerate MIPS ISA I instructions\n" "-mips2\t\t\tgenerate MIPS ISA II instructions\n" @@ -5170,20 +5207,20 @@ msgid "" "-mcpu=CPU\t\tgenerate code for CPU, where CPU is one of:\n" msgstr "" -#: config/tc-mips.c:9320 +#: config/tc-mips.c:9322 msgid "" "-mCPU\t\t\tequivalent to -mcpu=CPU.\n" "-no-mCPU\t\tdon't generate code specific to CPU.\n" "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" msgstr "" -#: config/tc-mips.c:9333 +#: config/tc-mips.c:9335 msgid "" "-mips16\t\t\tgenerate mips16 instructions\n" "-no-mips16\t\tdo not generate mips16 instructions\n" msgstr "" -#: config/tc-mips.c:9336 +#: config/tc-mips.c:9338 msgid "" "-O0\t\t\tremove unneeded NOPs, do not swap branches\n" "-O\t\t\tremove unneeded NOPs and swap branches\n" @@ -5191,7 +5228,7 @@ msgid "" "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" msgstr "" -#: config/tc-mips.c:9342 +#: config/tc-mips.c:9344 msgid "" "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" "-non_shared\t\tdo not generate position independent code\n" @@ -5200,170 +5237,170 @@ msgid "" "-64\t\t\tcreate 64 bit object file\n" msgstr "" -#: config/tc-mips.c:9399 +#: config/tc-mips.c:9401 #, c-format msgid "Unsupported reloc size %d" msgstr "" -#: config/tc-mips.c:9502 +#: config/tc-mips.c:9504 msgid "Unmatched %%hi reloc" msgstr "" -#: config/tc-mips.c:9626 +#: config/tc-mips.c:9628 msgid "Invalid PC relative reloc" msgstr "" -#: config/tc-mips.c:9736 config/tc-sparc.c:3025 config/tc-sparc.c:3032 +#: config/tc-mips.c:9738 config/tc-sparc.c:3025 config/tc-sparc.c:3032 #: config/tc-sparc.c:3039 config/tc-sparc.c:3046 config/tc-sparc.c:3053 #: config/tc-sparc.c:3062 config/tc-sparc.c:3073 config/tc-sparc.c:3099 -#: config/tc-sparc.c:3127 write.c:971 write.c:1035 +#: config/tc-sparc.c:3127 write.c:974 write.c:1038 msgid "relocation overflow" msgstr "" -#: config/tc-mips.c:9752 +#: config/tc-mips.c:9754 #, c-format msgid "Branch to odd address (%lx)" msgstr "" -#: config/tc-mips.c:9916 +#: config/tc-mips.c:9918 #, c-format msgid "%08lx UNDEFINED\n" msgstr "" -#: config/tc-mips.c:9982 +#: config/tc-mips.c:9984 msgid "Alignment negative: 0 assumed." msgstr "" -#: config/tc-mips.c:10070 +#: config/tc-mips.c:10072 msgid "No read only data section in this object file format" msgstr "" -#: config/tc-mips.c:10093 +#: config/tc-mips.c:10095 msgid "Global pointers not supported; recompile -G 0" msgstr "" -#: config/tc-mips.c:10179 +#: config/tc-mips.c:10181 #, c-format msgid "%s: no such section" msgstr "" -#: config/tc-mips.c:10216 +#: config/tc-mips.c:10218 #, c-format msgid ".option pic%d not supported" msgstr "" -#: config/tc-mips.c:10227 +#: config/tc-mips.c:10229 #, c-format msgid "Unrecognized option \"%s\"" msgstr "" -#: config/tc-mips.c:10290 +#: config/tc-mips.c:10292 msgid "`noreorder' must be set before `nomacro'" msgstr "" -#: config/tc-mips.c:10325 +#: config/tc-mips.c:10327 msgid "unknown ISA level" msgstr "" -#: config/tc-mips.c:10348 +#: config/tc-mips.c:10350 msgid ".set pop with no .set push" msgstr "" -#: config/tc-mips.c:10372 +#: config/tc-mips.c:10374 #, c-format msgid "Tried to set unrecognized symbol: %s\n" msgstr "" -#: config/tc-mips.c:10422 +#: config/tc-mips.c:10424 msgid ".cpload not in noreorder section" msgstr "" -#: config/tc-mips.c:10504 +#: config/tc-mips.c:10506 msgid "Unsupported use of .gpword" msgstr "" -#: config/tc-mips.c:10641 +#: config/tc-mips.c:10643 msgid "expected `$'" msgstr "" -#: config/tc-mips.c:10649 +#: config/tc-mips.c:10651 msgid "Bad register number" msgstr "" -#: config/tc-mips.c:10665 +#: config/tc-mips.c:10667 msgid "Unrecognized register name" msgstr "" -#: config/tc-mips.c:10864 +#: config/tc-mips.c:10866 msgid "unsupported PC relative reference to different section" msgstr "" -#: config/tc-mips.c:10973 +#: config/tc-mips.c:10975 msgid "unsupported relocation" msgstr "" -#: config/tc-mips.c:11061 +#: config/tc-mips.c:11080 msgid "AT used after \".set noat\" or macro used after \".set nomacro\"" msgstr "" -#: config/tc-mips.c:11124 +#: config/tc-mips.c:11143 msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc" msgstr "" -#: config/tc-mips.c:11636 +#: config/tc-mips.c:11655 msgid "missing `.end' at end of assembly" msgstr "" -#: config/tc-mips.c:11651 +#: config/tc-mips.c:11670 msgid "Expected simple number." msgstr "" -#: config/tc-mips.c:11677 +#: config/tc-mips.c:11696 #, c-format msgid " *input_line_pointer == '%c' 0x%02x\n" msgstr "" -#: config/tc-mips.c:11679 +#: config/tc-mips.c:11698 msgid "Invalid number" msgstr "" -#: config/tc-mips.c:11734 +#: config/tc-mips.c:11753 msgid ".end not in text section" msgstr "" -#: config/tc-mips.c:11738 +#: config/tc-mips.c:11757 msgid ".end directive without a preceding .ent directive." msgstr "" -#: config/tc-mips.c:11747 +#: config/tc-mips.c:11766 msgid ".end symbol does not match .ent symbol." msgstr "" -#: config/tc-mips.c:11750 +#: config/tc-mips.c:11769 msgid ".end directive missing or unknown symbol" msgstr "" -#: config/tc-mips.c:11825 +#: config/tc-mips.c:11844 msgid ".ent or .aent not in text section." msgstr "" -#: config/tc-mips.c:11828 +#: config/tc-mips.c:11847 msgid "missing `.end'" msgstr "" -#: config/tc-mips.c:11861 ecoff.c:3227 +#: config/tc-mips.c:11880 ecoff.c:3227 msgid ".frame outside of .ent" msgstr "" -#: config/tc-mips.c:11872 ecoff.c:3238 +#: config/tc-mips.c:11891 ecoff.c:3238 msgid "Bad .frame directive" msgstr "" -#: config/tc-mips.c:11902 +#: config/tc-mips.c:11921 msgid ".mask/.fmask outside of .ent" msgstr "" -#: config/tc-mips.c:11909 +#: config/tc-mips.c:11928 msgid "Bad .mask/.fmask directive" msgstr "" @@ -5518,44 +5555,44 @@ msgstr "" msgid "Can't hash %s: %s" msgstr "" -#: config/tc-ns32k.c:1637 +#: config/tc-ns32k.c:1638 msgid "Byte displacement out of range. line number not valid" msgstr "" -#: config/tc-ns32k.c:1646 +#: config/tc-ns32k.c:1647 msgid "Word displacement out of range. line number not valid" msgstr "" -#: config/tc-ns32k.c:1660 +#: config/tc-ns32k.c:1661 msgid "Double word displacement out of range" msgstr "" -#: config/tc-ns32k.c:1680 +#: config/tc-ns32k.c:1681 #, c-format msgid "Internal logic error. line %s, file \"%s\"" msgstr "" -#: config/tc-ns32k.c:1728 +#: config/tc-ns32k.c:1729 #, c-format msgid "Internal logic error. line %s, file \"%s\"" msgstr "" -#: config/tc-ns32k.c:1839 +#: config/tc-ns32k.c:1840 msgid "Bit field out of range" msgstr "" -#: config/tc-ns32k.c:2088 +#: config/tc-ns32k.c:2089 #, c-format msgid "invalid architecture option -m%s" msgstr "" -#: config/tc-ns32k.c:2104 +#: config/tc-ns32k.c:2105 msgid "" "NS32K options:\n" "-m32032 | -m32532\tselect variant of NS32K architecture\n" msgstr "" -#: config/tc-ns32k.c:2284 +#: config/tc-ns32k.c:2285 #, c-format msgid "Cannot find relocation type for symbol %s, code %d" msgstr "" @@ -5580,12 +5617,12 @@ msgid "" "-big\t\t\tgenerate big endian code\n" msgstr "" -#: config/tc-pj.c:472 config/tc-sh.c:2661 config/tc-sh.c:2668 -#: config/tc-sh.c:2675 config/tc-sh.c:2682 +#: config/tc-pj.c:472 config/tc-sh.c:2660 config/tc-sh.c:2667 +#: config/tc-sh.c:2674 config/tc-sh.c:2681 msgid "pcrel too far" msgstr "" -#: config/tc-pj.c:541 config/tc-sh.c:2757 +#: config/tc-pj.c:541 config/tc-sh.c:2756 msgid "offset out of range" msgstr "" @@ -5825,105 +5862,105 @@ msgstr "" msgid "Gas failure, reloc value %d\n" msgstr "" -#: config/tc-sh.c:681 +#: config/tc-sh.c:676 msgid "illegal register after @-" msgstr "" -#: config/tc-sh.c:697 +#: config/tc-sh.c:692 msgid "must be @(r0,...)" msgstr "" -#: config/tc-sh.c:713 +#: config/tc-sh.c:708 msgid "syntax error in @(r0,...)" msgstr "" -#: config/tc-sh.c:745 config/tc-sh.c:750 +#: config/tc-sh.c:740 config/tc-sh.c:745 msgid "syntax error in @(disp,[Rn, gbr, pc])" msgstr "" -#: config/tc-sh.c:755 +#: config/tc-sh.c:750 msgid "expecting )" msgstr "" -#: config/tc-sh.c:764 +#: config/tc-sh.c:759 msgid "illegal register after @" msgstr "" -#: config/tc-sh.c:1324 +#: config/tc-sh.c:1320 #, c-format msgid "Invalid register: 'r%d'" msgstr "" -#: config/tc-sh.c:1480 +#: config/tc-sh.c:1478 msgid "insn can't be combined with parallel processing insn" msgstr "" -#: config/tc-sh.c:1487 config/tc-sh.c:1498 +#: config/tc-sh.c:1485 config/tc-sh.c:1496 msgid "multiple movx specifications" msgstr "" -#: config/tc-sh.c:1492 config/tc-sh.c:1519 +#: config/tc-sh.c:1490 config/tc-sh.c:1517 msgid "multiple movy specifications" msgstr "" -#: config/tc-sh.c:1500 +#: config/tc-sh.c:1498 msgid "invalid movx address register" msgstr "" -#: config/tc-sh.c:1506 config/tc-sh.c:1511 +#: config/tc-sh.c:1504 config/tc-sh.c:1509 msgid "invalid movx dsp register" msgstr "" -#: config/tc-sh.c:1528 config/tc-sh.c:1533 +#: config/tc-sh.c:1526 config/tc-sh.c:1531 msgid "invalid movy dsp register" msgstr "" -#: config/tc-sh.c:1537 +#: config/tc-sh.c:1535 msgid "invalid movy address register" msgstr "" -#: config/tc-sh.c:1543 +#: config/tc-sh.c:1541 msgid "dsp immediate shift value not constant" msgstr "" -#: config/tc-sh.c:1550 config/tc-sh.c:1563 +#: config/tc-sh.c:1548 config/tc-sh.c:1561 msgid "multiple parallel processing specifications" msgstr "" -#: config/tc-sh.c:1556 +#: config/tc-sh.c:1554 msgid "multiple condition specifications" msgstr "" -#: config/tc-sh.c:1572 +#: config/tc-sh.c:1570 msgid "insn cannot be combined with pmuls" msgstr "" -#: config/tc-sh.c:1589 +#: config/tc-sh.c:1587 msgid "bad padd / psub pmuls output operand" msgstr "" -#: config/tc-sh.c:1599 +#: config/tc-sh.c:1597 msgid "condition not followed by conditionalizable insn" msgstr "" -#: config/tc-sh.c:1609 +#: config/tc-sh.c:1607 msgid "unrecognized characters at end of parallel processing insn" msgstr "" -#: config/tc-sh.c:1719 +#: config/tc-sh.c:1716 #, c-format msgid "excess operands: '%s'" msgstr "" -#: config/tc-sh.c:1865 +#: config/tc-sh.c:1863 msgid ".uses pseudo-op seen when not relaxing" msgstr "" -#: config/tc-sh.c:1871 +#: config/tc-sh.c:1869 msgid "bad .uses format" msgstr "" -#: config/tc-sh.c:1932 +#: config/tc-sh.c:1930 msgid "" "SH options:\n" "-little\t\t\tgenerate little endian code\n" @@ -5932,63 +5969,63 @@ msgid "" "-dsp\t\t\tenable sh-dsp insns, and disable sh3e / sh4 insns.\n" msgstr "" -#: config/tc-sh.c:1943 config/tc-w65.c:883 +#: config/tc-sh.c:1941 config/tc-w65.c:882 msgid "call to tc_Nout_fix_to_chars \n" msgstr "" -#: config/tc-sh.c:2029 +#: config/tc-sh.c:2027 msgid ".uses does not refer to a local symbol in the same section" msgstr "" -#: config/tc-sh.c:2048 +#: config/tc-sh.c:2046 msgid "can't find fixup pointed to by .uses" msgstr "" -#: config/tc-sh.c:2071 +#: config/tc-sh.c:2069 msgid ".uses target does not refer to a local symbol in the same section" msgstr "" -#: config/tc-sh.c:2168 +#: config/tc-sh.c:2166 #, c-format msgid "at 0x%lx, displacement overflows 12-bit field" msgstr "" -#: config/tc-sh.c:2171 +#: config/tc-sh.c:2169 #, c-format msgid "at 0x%lx, displacement to defined symbol %s overflows 12-bit field" msgstr "" -#: config/tc-sh.c:2175 +#: config/tc-sh.c:2173 #, c-format msgid "at 0x%lx, displacement to undefined symbol %s overflows 12-bit field" msgstr "" -#: config/tc-sh.c:2291 +#: config/tc-sh.c:2289 #, c-format msgid "at 0x%lx, displacement overflows 8-bit field" msgstr "" -#: config/tc-sh.c:2294 +#: config/tc-sh.c:2292 #, c-format msgid "at 0x%lx, displacement to defined symbol %s overflows 8-bit field " msgstr "" -#: config/tc-sh.c:2298 +#: config/tc-sh.c:2296 #, c-format msgid "at 0x%lx, displacement to undefined symbol %s overflows 8-bit field " msgstr "" -#: config/tc-sh.c:2351 +#: config/tc-sh.c:2349 #, c-format msgid "overflow in branch to %s; converted into longer instruction sequence" msgstr "" -#: config/tc-sh.c:2426 config/tc-sh.c:2454 config/tc-sparc.c:4002 +#: config/tc-sh.c:2424 config/tc-sh.c:2452 config/tc-sparc.c:4002 #: config/tc-sparc.c:4021 msgid "misaligned data" msgstr "" -#: config/tc-sh.c:2749 +#: config/tc-sh.c:2748 msgid "misaligned offset" msgstr "" @@ -7392,84 +7429,84 @@ msgstr "" msgid "syntax error after