From 3bcbcc3dcf4c2dafb2f5d7384adf5f5bf4e037f4 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 20 Jul 2000 17:45:28 +0000 Subject: * configure.in: Add CRIS support. * configure: Regenerate. * Makefile.am: (CPU_TYPES): Add cris. (CPU_OBJ_VALID) [aout]: Add cris. (MULTI_CPU_TYPES): Add cris. (MULTI_CPU_OBJ_VALID) [aout]: Add cris. [coff]: Only i386 and mips are valid. (TARGET_CPU_CFILES): Add config/tc-cris.c. (TARGET_CPU_HFILES): Add config/tc-cris.h. (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c. Regenerate dependencies. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * as.c: Declare crisaout, criself. * config/tc-cris.h, config/tc-cris.c: New. * config/e-criself.c, config/e-crisaout.c: New. * po/POTFILES.in, po/gas.pot: Regenerate. --- gas/po/POTFILES.in | 8 +- gas/po/gas.pot | 715 +++++++++++++++++++++++++++++++++-------------------- 2 files changed, 452 insertions(+), 271 deletions(-) (limited to 'gas/po') diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index 0d00af6..f0a7cd6 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -13,6 +13,8 @@ bit_fix.h cgen.h cond.c cond.c +config/e-crisaout.c +config/e-criself.c config/e-i386aout.c config/e-i386coff.c config/e-i386elf.c @@ -48,6 +50,8 @@ config/tc-arm.c config/tc-arm.h config/tc-avr.c config/tc-avr.h +config/tc-cris.c +config/tc-cris.h config/tc-d10v.c config/tc-d10v.h config/tc-d30v.c @@ -122,18 +126,18 @@ ecoff.c ecoff.h ehopt.c ehopt.c -emul.h emul-target.h +emul.h expr.c expr.c expr.h flonum-copy.c flonum-copy.c -flonum.h flonum-konst.c flonum-konst.c flonum-mult.c flonum-mult.c +flonum.h frags.c frags.c frags.h diff --git a/gas/po/gas.pot b/gas/po/gas.pot index 8f32d59..66727e7 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-07-17 14:23-0700\n" +"POT-Creation-Date: 2000-07-20 19:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -59,31 +59,31 @@ msgstr "" msgid "EOF in Comment: Newline inserted" msgstr "" -#: as.c:148 +#: as.c:149 msgid "missing emulation mode name" msgstr "" -#: as.c:163 +#: as.c:164 #, c-format msgid "unrecognized emulation name `%s'" msgstr "" -#: as.c:210 +#: as.c:211 #, c-format msgid "GNU assembler version %s (%s) using BFD version %s" msgstr "" -#: as.c:213 +#: as.c:214 #, c-format msgid "GNU assembler version %s (%s)" msgstr "" -#: as.c:222 +#: as.c:223 #, c-format msgid "Usage: %s [option...] [asmfile...]\n" msgstr "" -#: as.c:224 +#: as.c:225 msgid "" "Options:\n" " -a[sub-option...]\t turn on listings\n" @@ -100,135 +100,135 @@ msgid "" " \t =FILE list to FILE (must be last sub-option)\n" msgstr "" -#: as.c:238 +#: as.c:239 msgid " -D produce assembler debugging messages\n" msgstr "" -#: as.c:240 +#: as.c:241 msgid " --defsym SYM=VAL define symbol SYM to given value\n" msgstr "" -#: as.c:256 +#: as.c:257 #, c-format msgid " emulate output (default %s)\n" msgstr "" -#: as.c:260 +#: as.c:261 msgid " -f skip whitespace and comment preprocessing\n" msgstr "" -#: as.c:262 +#: as.c:263 msgid " --gstabs generate stabs debugging information\n" msgstr "" -#: as.c:264 +#: as.c:265 msgid " --gdwarf2 generate DWARF2 debugging information\n" msgstr "" -#: as.c:266 +#: as.c:267 msgid " --help show this message and exit\n" msgstr "" -#: as.c:268 +#: as.c:269 msgid "" " -I DIR add DIR to search list for .include directives\n" msgstr "" -#: as.c:270 +#: as.c:271 msgid " -J don't warn about signed overflow\n" msgstr "" -#: as.c:272 +#: as.c:273 msgid "" " -K warn when differences altered for long " "displacements\n" msgstr "" -#: as.c:274 +#: as.c:275 msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" msgstr "" -#: as.c:276 +#: as.c:277 msgid " -M,--mri assemble in MRI compatibility mode\n" msgstr "" -#: as.c:278 +#: as.c:279 msgid "" " --MD FILE write dependency information in FILE (default " "none)\n" msgstr "" -#: as.c:280 +#: as.c:281 msgid " -nocpp ignored\n" msgstr "" -#: as.c:282 +#: as.c:283 msgid "" " -o OBJFILE name the object-file output OBJFILE (default " "a.out)\n" msgstr "" -#: as.c:284 +#: as.c:285 msgid " -R fold data section into text section\n" msgstr "" -#: as.c:286 +#: as.c:287 msgid "" " --statistics print various measured statistics from execution\n" msgstr "" -#: as.c:288 +#: as.c:289 msgid " --strip-local-absolute strip local absolute symbols\n" msgstr "" -#: as.c:290 +#: as.c:291 msgid "" " --traditional-format Use same format as native assembler when possible\n" msgstr "" -#: as.c:292 +#: as.c:293 msgid " --version print assembler version number and exit\n" msgstr "" -#: as.c:294 +#: as.c:295 msgid " -W --no-warn suppress warnings\n" msgstr "" -#: as.c:296 +#: as.c:297 msgid " --warn don't suppress warnings\n" msgstr "" -#: as.c:298 +#: as.c:299 msgid " --fatal-warnings treat warnings as errors\n" msgstr "" -#: as.c:300 +#: as.c:301 msgid "" " --itbl INSTTBL extend instruction set to include instructions\n" " matching the specifications defined in file " "INSTTBL\n" msgstr "" -#: as.c:303 +#: as.c:304 msgid " -w ignored\n" msgstr "" -#: as.c:305 +#: as.c:306 msgid " -X ignored\n" msgstr "" -#: as.c:307 +#: as.c:308 msgid " -Z generate object file even after errors\n" msgstr "" -#: as.c:309 +#: as.c:310 msgid "" " --listing-lhs-width set the width in words of the output data column " "of\n" " the listing\n" msgstr "" -#: as.c:312 +#: as.c:313 msgid "" " --listing-lhs-width2 set the width in words of the continuation lines\n" " of the output data column; ignored if smaller " @@ -236,106 +236,106 @@ msgid "" " the width of the first line\n" msgstr "" -#: as.c:316 +#: as.c:317 msgid "" " --listing-rhs-width set the max width in characters of the lines from\n" " the source file\n" msgstr "" -#: as.c:319 +#: as.c:320 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:326 gasp.c:3554 +#: as.c:327 gasp.c:3554 #, c-format msgid "Report bugs to %s\n" msgstr "" #. This output is intended to follow the GNU standards document. -#: as.c:521 +#: as.c:522 #, c-format msgid "GNU assembler %s\n" msgstr "" -#: as.c:522 +#: as.c:523 msgid "Copyright 2000 Free Software Foundation, Inc.\n" msgstr "" -#: as.c:523 gasp.c:3648 +#: as.c:524 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:526 +#: as.c:527 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "" -#: as.c:533 +#: as.c:534 msgid "multiple emulation names specified" msgstr "" -#: as.c:535 +#: as.c:536 msgid "emulations not handled in this configuration" msgstr "" -#: as.c:540 +#: as.c:541 #, c-format msgid "alias = %s\n" msgstr "" -#: as.c:541 +#: as.c:542 #, c-format msgid "canonical = %s\n" msgstr "" -#: as.c:542 +#: as.c:543 #, c-format msgid "cpu-type = %s\n" msgstr "" -#: as.c:544 +#: as.c:545 #, c-format msgid "format = %s\n" msgstr "" -#: as.c:547 +#: as.c:548 #, c-format msgid "bfd-target = %s\n" msgstr "" -#: as.c:560 +#: as.c:561 msgid "bad defsym; format is --defsym name=value" msgstr "" -#: as.c:584 +#: as.c:585 msgid "No file name following -t option\n" msgstr "" -#: as.c:600 +#: as.c:601 #, c-format msgid "Failed to read instruction table %s\n" msgstr "" -#: as.c:717 +#: as.c:718 #, c-format msgid "invalid listing option `%c'" msgstr "" -#: as.c:911 +#: as.c:912 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "" -#: as.c:942 +#: as.c:943 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "" -#: as.c:945 +#: as.c:946 #, 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:1211 config/obj-elf.c:1706 +#: config/obj-aout.c:198 config/obj-coff.c:1217 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:1952 +#: config/obj-aout.c:256 config/obj-coff.c:1958 msgid "unresolved relocation" msgstr "" -#: config/obj-aout.c:258 config/obj-coff.c:1954 +#: config/obj-aout.c:258 config/obj-coff.c:1960 #, c-format msgid "bad relocation: symbol `%s' not in symbol table" msgstr "" @@ -444,7 +444,7 @@ msgstr "" msgid "%s: bad type for weak symbol" msgstr "" -#: config/obj-aout.c:459 config/obj-coff.c:2885 write.c:1833 +#: config/obj-aout.c:459 config/obj-coff.c:2891 write.c:1833 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "" @@ -473,7 +473,7 @@ msgstr "" msgid "Line numbers must be positive integers\n" msgstr "" -#: config/obj-coff.c:484 config/obj-coff.c:2299 +#: config/obj-coff.c:484 config/obj-coff.c:2305 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "" @@ -485,11 +485,11 @@ msgstr "" msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:622 config/obj-coff.c:2356 +#: config/obj-coff.c:622 config/obj-coff.c:2362 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:668 config/obj-coff.c:2409 +#: config/obj-coff.c:668 config/obj-coff.c:2415 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "" @@ -498,141 +498,141 @@ msgstr "" msgid "`%s' symbol without preceding function" msgstr "" -#: config/obj-coff.c:760 config/obj-coff.c:2484 +#: config/obj-coff.c:760 config/obj-coff.c:2490 #, c-format msgid "unexpected storage class %d" msgstr "" -#: config/obj-coff.c:873 config/obj-coff.c:2591 +#: config/obj-coff.c:873 config/obj-coff.c:2597 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:893 config/obj-coff.c:2611 +#: config/obj-coff.c:893 config/obj-coff.c:2617 msgid "badly formed .dim directive ignored" msgstr "" -#: config/obj-coff.c:944 config/obj-coff.c:2674 +#: config/obj-coff.c:944 config/obj-coff.c:2680 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:960 config/obj-coff.c:2690 +#: config/obj-coff.c:960 config/obj-coff.c:2696 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:978 config/obj-coff.c:2708 +#: config/obj-coff.c:978 config/obj-coff.c:2714 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:997 config/obj-coff.c:2726 +#: config/obj-coff.c:997 config/obj-coff.c:2732 #, c-format msgid "tag not found for .tag %s" msgstr "" -#: config/obj-coff.c:1012 config/obj-coff.c:2741 +#: config/obj-coff.c:1012 config/obj-coff.c:2747 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1034 config/obj-coff.c:2763 +#: config/obj-coff.c:1034 config/obj-coff.c:2769 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1172 config/obj-coff.c:2958 +#: config/obj-coff.c:1178 config/obj-coff.c:2964 msgid "mismatched .eb" msgstr "" -#: config/obj-coff.c:1190 config/obj-coff.c:2998 +#: config/obj-coff.c:1196 config/obj-coff.c:3004 msgid "C_EFCN symbol out of scope" msgstr "" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1412 +#: config/obj-coff.c:1418 #, c-format msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1417 config/obj-coff.c:3704 config/tc-ppc.c:3917 +#: config/obj-coff.c:1423 config/obj-coff.c:3710 config/tc-ppc.c:3917 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1447 config/tc-ppc.c:3935 read.c:2502 +#: config/obj-coff.c:1453 config/tc-ppc.c:3935 read.c:2509 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "" -#: config/obj-coff.c:1458 config/obj-elf.c:727 +#: config/obj-coff.c:1464 config/obj-elf.c:727 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "" -#: config/obj-coff.c:1594 +#: config/obj-coff.c:1600 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "" -#: config/obj-coff.c:1779 config/obj-ieee.c:69 +#: config/obj-coff.c:1785 config/obj-ieee.c:69 msgid "Out of step\n" msgstr "" -#: config/obj-coff.c:2214 +#: config/obj-coff.c:2220 msgid "bfd_coff_swap_scnhdr_out failed" msgstr "" -#: config/obj-coff.c:2441 +#: config/obj-coff.c:2447 msgid "`.bf' symbol without preceding function\n" msgstr "" -#: config/obj-coff.c:3401 config/obj-ieee.c:522 output-file.c:52 +#: config/obj-coff.c:3407 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:3578 +#: config/obj-coff.c:3584 #, c-format msgid "Can't close %s: %s" msgstr "" -#: config/obj-coff.c:3612 +#: config/obj-coff.c:3618 #, c-format msgid "Too many new sections; can't add \"%s\"" msgstr "" -#: config/obj-coff.c:4022 config/tc-m88k.c:1260 config/tc-sparc.c:3454 +#: config/obj-coff.c:4028 config/tc-m88k.c:1260 config/tc-sparc.c:3454 msgid "Expected comma after name" msgstr "" -#: config/obj-coff.c:4028 read.c:1965 +#: config/obj-coff.c:4034 read.c:1953 msgid "Missing size expression" msgstr "" -#: config/obj-coff.c:4034 +#: config/obj-coff.c:4040 #, c-format msgid "lcomm length (%d.) <0! Ignored." msgstr "" -#: config/obj-coff.c:4062 read.c:2186 +#: config/obj-coff.c:4068 read.c:2187 #, c-format msgid "Symbol %s already defined" msgstr "" -#: config/obj-coff.c:4156 config/tc-i960.c:3255 +#: config/obj-coff.c:4162 config/tc-i960.c:3255 #, c-format msgid "No 'bal' entry point for leafproc %s" msgstr "" -#: config/obj-coff.c:4235 write.c:2535 +#: config/obj-coff.c:4241 write.c:2535 #, c-format msgid "Negative of non-absolute symbol %s" msgstr "" -#: config/obj-coff.c:4256 write.c:2549 +#: config/obj-coff.c:4262 write.c:2549 msgid "callj to difference of 2 symbols" msgstr "" -#: config/obj-coff.c:4302 +#: config/obj-coff.c:4308 #, c-format msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." msgstr "" @@ -640,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:4392 config/tc-i960.c:3275 write.c:2693 +#: config/obj-coff.c:4398 config/tc-i960.c:3275 write.c:2693 msgid "can't use COBR format with external label" msgstr "" -#: config/obj-coff.c:4472 +#: config/obj-coff.c:4478 #, c-format msgid "Value of %ld too large for field of %d bytes at 0x%lx" msgstr "" -#: config/obj-coff.c:4486 write.c:2792 +#: config/obj-coff.c:4492 write.c:2792 #, c-format msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" @@ -984,8 +984,9 @@ msgstr "" msgid "missing operand" msgstr "" -#: config/tc-a29k.c:415 config/tc-hppa.c:1563 config/tc-i860.c:407 -#: config/tc-i860.c:423 config/tc-sparc.c:1369 config/tc-sparc.c:1375 +#: config/tc-a29k.c:415 config/tc-cris.c:878 config/tc-cris.c:886 +#: config/tc-hppa.c:1563 config/tc-i860.c:407 config/tc-i860.c:423 +#: config/tc-sparc.c:1369 config/tc-sparc.c:1375 #, c-format msgid "Unknown opcode: `%s'" msgstr "" @@ -1052,7 +1053,7 @@ msgstr "" #: config/tc-alpha.c:1025 config/tc-arm.c:5343 config/tc-h8300.c:1373 #: config/tc-h8500.c:1201 config/tc-hppa.c:4002 config/tc-i860.c:813 -#: config/tc-m68hc11.c:486 config/tc-m68k.c:4125 config/tc-m88k.c:1106 +#: config/tc-m68hc11.c:480 config/tc-m68k.c:4125 config/tc-m88k.c:1106 #: config/tc-ns32k.c:1590 config/tc-sparc.c:2757 config/tc-z8k.c:1354 msgid "Bad call to MD_ATOF()" msgstr "" @@ -1196,11 +1197,11 @@ msgstr "" msgid "macro requires $at while $at in use" msgstr "" -#: config/tc-alpha.c:3075 expr.c:86 read.c:3158 +#: config/tc-alpha.c:3075 expr.c:86 read.c:3161 msgid "bignum invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:3077 expr.c:88 read.c:3160 read.c:3496 read.c:4394 +#: config/tc-alpha.c:3077 expr.c:88 read.c:3163 read.c:3496 read.c:4393 msgid "floating point number invalid; zero assumed" msgstr "" @@ -1218,13 +1219,13 @@ msgid "bad instruction format for lda !%s!%d" msgstr "" #: config/tc-alpha.c:4291 config/tc-ppc.c:1463 config/tc-ppc.c:3681 -#: read.c:1385 +#: read.c:1366 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "" #: config/tc-alpha.c:4329 config/tc-alpha.c:4338 config/tc-ppc.c:3718 -#: read.c:1406 +#: read.c:1390 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." msgstr "" @@ -1314,7 +1315,7 @@ msgstr "" msgid "Bad .fmask directive" msgstr "" -#: config/tc-alpha.c:5169 config/tc-arm.c:1454 read.c:2149 read.c:2729 +#: config/tc-alpha.c:5169 config/tc-arm.c:1454 read.c:2147 read.c:2734 #: stabs.c:459 #, c-format msgid "Expected comma after name \"%s\"" @@ -1466,9 +1467,9 @@ msgid "expression too complex for %%st" msgstr "" #: 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:3264 -#: config/tc-mips.c:4196 config/tc-mips.c:4981 config/tc-mips.c:5527 -#: config/tc-ppc.c:4846 config/tc-v850.c:2341 +#: config/tc-cris.c:2713 config/tc-d10v.c:1532 config/tc-d30v.c:1837 +#: config/tc-mips.c:3264 config/tc-mips.c:4196 config/tc-mips.c:4981 +#: config/tc-mips.c:5527 config/tc-ppc.c:4846 config/tc-v850.c:2341 msgid "expression too complex" msgstr "" @@ -1489,16 +1490,16 @@ msgstr "" msgid "Invalid syntax for .req directive." msgstr "" -#: config/tc-arm.c:1364 config/tc-mips.c:10009 read.c:2038 +#: config/tc-arm.c:1364 config/tc-mips.c:10009 read.c:2032 #, c-format msgid "Alignment too large: %d. assumed." msgstr "" -#: config/tc-arm.c:1367 read.c:2043 +#: config/tc-arm.c:1367 read.c:2037 msgid "Alignment negative. 0 assumed." msgstr "" -#: config/tc-arm.c:1503 config/tc-m32r.c:418 read.c:2788 read.c:4865 +#: config/tc-arm.c:1503 config/tc-m32r.c:418 read.c:2792 read.c:4853 #, c-format msgid "symbol `%s' already defined" msgstr "" @@ -1850,7 +1851,7 @@ msgstr "" msgid "invalid register list to push/pop instruction" msgstr "" -#: config/tc-arm.c:5172 +#: config/tc-arm.c:5172 config/tc-cris.c:638 msgid "Virtual memory exhausted" msgstr "" @@ -1971,7 +1972,8 @@ msgstr "" msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)" msgstr "" -#: config/tc-arm.c:6187 config/tc-mcore.c:2110 config/tc-ns32k.c:2284 +#: config/tc-arm.c:6187 config/tc-cris.c:2648 config/tc-mcore.c:2110 +#: config/tc-ns32k.c:2284 msgid "" msgstr "" @@ -2261,6 +2263,185 @@ msgstr "" msgid "illegal %srelocation size: %d" msgstr "" +#: config/tc-cris.c:646 +#, c-format +msgid "Can't hash `%s': %s\n" +msgstr "" + +#: config/tc-cris.c:647 +msgid "(unknown reason)" +msgstr "" + +#: config/tc-cris.c:651 +#, c-format +msgid "Buggy opcode: `%s' \"%s\"\n" +msgstr "" + +#: config/tc-cris.c:972 +#, c-format +msgid "Immediate value not in 5 bit unsigned range: %ld" +msgstr "" + +#: config/tc-cris.c:988 +#, c-format +msgid "Immediate value not in 4 bit unsigned range: %ld" +msgstr "" + +#: config/tc-cris.c:1028 +#, c-format +msgid "Immediate value not in 6 bit range: %ld" +msgstr "" + +#: config/tc-cris.c:1043 +#, c-format +msgid "Immediate value not in 6 bit unsigned range: %ld" +msgstr "" + +#. Others have a generic warning. +#: config/tc-cris.c:1130 +#, 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:1281 config/tc-i860.c:725 +msgid "Illegal operands" +msgstr "" + +#: config/tc-cris.c:1313 config/tc-cris.c:1344 +#, c-format +msgid "Immediate value not in 8 bit range: %ld" +msgstr "" + +#: config/tc-cris.c:1323 config/tc-cris.c:1351 +#, c-format +msgid "Immediate value not in 16 bit range: %ld" +msgstr "" + +#. FIXME: Find out and change to as_warn_where. Add testcase. +#: config/tc-cris.c:2303 +msgid "32-bit conditional branch generated" +msgstr "" + +#. FIXME: Is this function mentioned in the internals.texi manual? If +#. not, add it. +#: config/tc-cris.c:2383 +msgid "Bad call to md_atof () - floating point formats are not supported" +msgstr "" + +#: config/tc-cris.c:2445 +#, c-format +msgid "Value not in 16 bit range: %ld" +msgstr "" + +#: config/tc-cris.c:2455 +#, c-format +msgid "Value not in 8 bit range: %ld" +msgstr "" + +#: config/tc-cris.c:2462 +#, c-format +msgid "Value not in 4 bit unsigned range: %ld" +msgstr "" + +#: config/tc-cris.c:2469 +#, c-format +msgid "Value not in 5 bit unsigned range: %ld" +msgstr "" + +#: config/tc-cris.c:2476 +#, c-format +msgid "Value not in 6 bit range: %ld" +msgstr "" + +#: config/tc-cris.c:2483 +#, c-format +msgid "Value not in 6 bit unsigned range: %ld" +msgstr "" + +#: config/tc-cris.c:2595 +msgid "" +"Semantics error. This type of operand can not be relocated, it must be an " +"assembly-time constant" +msgstr "" + +#: config/tc-cris.c:2649 +#, c-format +msgid "Cannot generate relocation type for symbol %s, code %s" +msgstr "" + +#: config/tc-cris.c:2662 +msgid "" +"\n" +"-- GNU as for CRIS\n" +msgstr "" + +#: config/tc-cris.c:2665 +msgid "*** Usage: as-cris [switches] [-o objectfile] [files...]\n" +msgstr "" + +#: config/tc-cris.c:2666 +msgid "Target-specific switches:\n" +msgstr "" + +#: config/tc-cris.c:2667 +msgid " -h, -H : Don't execute, print this help text.\n" +msgstr "" + +#: config/tc-cris.c:2669 +msgid "" +" -N : Warn when branches are expanded to jumps.\n" +"\n" +msgstr "" + +#: config/tc-cris.c:2670 +msgid "Use as-cris --help to see more options.\n" +msgstr "" + +#: config/tc-cris.c:2671 +#, c-format +msgid "objectfile\t: Output file in the a.out format %s" +msgstr "" + +#: config/tc-cris.c:2672 +msgid "described in the users manual.\n" +msgstr "" + +#: config/tc-cris.c:2673 +msgid "\t\t Default output file is \"a.out\".\n" +msgstr "" + +#: config/tc-cris.c:2674 +#, c-format +msgid "files ...\t: Input files in the source format %s" +msgstr "" + +#: config/tc-cris.c:2675 +msgid " described in the users manual.\n" +msgstr "" + +#: config/tc-cris.c:2676 +msgid "\t\t Default input file is standard input.\n" +msgstr "" + +#: config/tc-cris.c:2677 +msgid "Description\t: Assembler for the CRIS processor.\n" +msgstr "" + +#: config/tc-cris.c:2698 +msgid "Invalid relocation" +msgstr "" + +#: config/tc-cris.c:2739 +msgid "Invalid pc-relative relocation" +msgstr "" + +#: config/tc-cris.c:2779 +#, c-format +msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." +msgstr "" + #: config/tc-d10v.c:235 msgid "" "D10V options:\n" @@ -3034,12 +3215,12 @@ msgstr "" msgid "Out of memory: could not allocate new subspace chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:8522 +#: config/tc-hppa.c:8523 #, c-format msgid "Symbol '%s' could not be created." msgstr "" -#: config/tc-hppa.c:8526 +#: config/tc-hppa.c:8527 msgid "No memory for symbol name." msgstr "" @@ -3395,10 +3576,6 @@ msgstr "" msgid "5-bit immediate too large" msgstr "" -#: config/tc-i860.c:725 -msgid "Illegal operands" -msgstr "" - #: config/tc-i860.c:749 config/tc-sparc.c:2660 msgid "bad segment" msgstr "" @@ -3860,7 +4037,7 @@ msgid "" "is this intentional ?" msgstr "" -#: config/tc-m32r.c:1235 config/tc-ppc.c:1455 config/tc-ppc.c:3673 read.c:1376 +#: config/tc-m32r.c:1235 config/tc-ppc.c:1455 config/tc-ppc.c:3673 read.c:1355 msgid "Expected comma after symbol-name: rest of line ignored." msgstr "" @@ -3874,8 +4051,8 @@ msgstr "" msgid "ignoring bad alignment" msgstr "" -#: config/tc-m32r.c:1284 config/tc-ppc.c:1488 config/tc-ppc.c:3709 read.c:1396 -#: read.c:2109 +#: config/tc-m32r.c:1284 config/tc-ppc.c:1488 config/tc-ppc.c:3709 read.c:1379 +#: read.c:2105 #, c-format msgid "Ignoring attempt to re-define symbol `%s'." msgstr "" @@ -3889,7 +4066,7 @@ msgstr "" msgid "Unmatched high/shigh reloc" msgstr "" -#: config/tc-m68hc11.c:312 +#: config/tc-m68hc11.c:307 #, c-format msgid "" "Motorola 68HC11/68HC12 options:\n" @@ -3905,55 +4082,55 @@ msgid "" " (used for testing)\n" msgstr "" -#: config/tc-m68hc11.c:353 +#: config/tc-m68hc11.c:348 #, c-format msgid "Default target `%s' is not supported." msgstr "" #. Dump the opcode statistics table. -#: config/tc-m68hc11.c:372 +#: config/tc-m68hc11.c:367 msgid "Name # Modes Min ops Max ops Modes mask # Used\n" msgstr "" -#: config/tc-m68hc11.c:422 +#: config/tc-m68hc11.c:417 #, c-format msgid "Option `%s' is not recognized." msgstr "" -#: config/tc-m68hc11.c:646 +#: config/tc-m68hc11.c:638 msgid "#" msgstr "" -#: config/tc-m68hc11.c:655 +#: config/tc-m68hc11.c:647 msgid "#" msgstr "" -#: config/tc-m68hc11.c:664 config/tc-m68hc11.c:673 +#: config/tc-m68hc11.c:656 config/tc-m68hc11.c:665 msgid ",X" msgstr "" -#: config/tc-m68hc11.c:691 +#: config/tc-m68hc11.c:683 msgid "*" msgstr "" -#: config/tc-m68hc11.c:703 +#: config/tc-m68hc11.c:695 msgid "#" msgstr "" -#: config/tc-m68hc11.c:713 +#: config/tc-m68hc11.c:705 #, c-format msgid "symbol%d" msgstr "" -#: config/tc-m68hc11.c:715 +#: config/tc-m68hc11.c:707 msgid "" msgstr "" -#: config/tc-m68hc11.c:734 +#: config/tc-m68hc11.c:726 msgid "