diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 | ||||
-rw-r--r-- | gas/Makefile.in | 31 | ||||
-rw-r--r-- | gas/aclocal.m4 | 345 | ||||
-rw-r--r-- | gas/config.in | 12 | ||||
-rwxr-xr-x | gas/configure | 2 | ||||
-rw-r--r-- | gas/configure.in | 2 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 4 | ||||
-rw-r--r-- | gas/po/gas.pot | 452 |
8 files changed, 621 insertions, 236 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ba7429c..59e7351 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2000-09-02 Nick Clifton <nickc@redhat.com> + + * configure.in: Increase version number to 2.10.91. + * configure: Regenerate. + * aclocal.m4: Regenerate. + * config.in: Regenerate. + * po/gas.pot: Regenerate. + * Makefile.in: Regenerate. + 2000-09-01 Alexandre Oliva <aoliva@redhat.com> * config/tc-sh.h [OBJ_ELF] (TC_FIX_ADJUSTABLE): Define. diff --git a/gas/Makefile.in b/gas/Makefile.in index bd72f43..20ba384 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -69,6 +69,8 @@ BFDLIB = @BFDLIB@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ @@ -89,11 +91,13 @@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ OPCODES_LIB = @OPCODES_LIB@ PACKAGE = @PACKAGE@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ +STRIP = @STRIP@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ @@ -1860,17 +1864,22 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -itbl_test_OBJECTS = itbl-parse.o itbl-lex.o +itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT) itbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o \ ../libiberty/libiberty.a itbl_test_LDFLAGS = -as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \ -depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o \ -flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o \ -listing.o literal.o macro.o messages.o output-file.o read.o sb.o \ -stabs.o subsegs.o symbols.o write.o +as_new_OBJECTS = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \ +bignum-copy.$(OBJEXT) cond.$(OBJEXT) depend.$(OBJEXT) \ +dwarf2dbg.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) expr.$(OBJEXT) \ +flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) flonum-mult.$(OBJEXT) \ +frags.$(OBJEXT) hash.$(OBJEXT) input-file.$(OBJEXT) \ +input-scrub.$(OBJEXT) listing.$(OBJEXT) literal.$(OBJEXT) \ +macro.$(OBJEXT) messages.$(OBJEXT) output-file.$(OBJEXT) read.$(OBJEXT) \ +sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) symbols.$(OBJEXT) \ +write.$(OBJEXT) as_new_LDFLAGS = -gasp_new_OBJECTS = gasp.o macro.o sb.o hash.o +gasp_new_OBJECTS = gasp.$(OBJEXT) macro.$(OBJEXT) sb.$(OBJEXT) \ +hash.$(OBJEXT) gasp_new_LDFLAGS = SCRIPTS = $(noinst_SCRIPTS) @@ -1896,7 +1905,7 @@ OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS) all: all-redirect .SUFFIXES: -.SUFFIXES: .S .c .l .lo .o .s .y +.SUFFIXES: .S .c .l .lo .o .obj .s .y $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile @@ -1954,6 +1963,11 @@ maintainer-clean-noinstPROGRAMS: .c.o: $(COMPILE) -c $< +# FIXME: We should only use cygpath when building on Windows, +# and only if it is available. +.c.obj: + $(COMPILE) -c `cygpath -w $<` + .s.o: $(COMPILE) -c $< @@ -1962,6 +1976,7 @@ maintainer-clean-noinstPROGRAMS: mostlyclean-compile: -rm -f *.o core *.core + -rm -f *.$(OBJEXT) clean-compile: diff --git a/gas/aclocal.m4 b/gas/aclocal.m4 index 2a3ccb7..4acac7f 100644 --- a/gas/aclocal.m4 +++ b/gas/aclocal.m4 @@ -207,6 +207,351 @@ AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") AC_PROG_LEX AC_DECL_YYTEXT]) +# This file is derived from `gettext.m4'. The difference is that the +# included macros assume Cygnus-style source and build trees. + +# Macro to add for using GNU gettext. +# Ulrich Drepper <drepper@cygnus.com>, 1995. +# +# This file file be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. + +# serial 3 + +AC_DEFUN(CY_WITH_NLS, + [AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE(nls, + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT($USE_NLS) + AC_SUBST(USE_NLS) + + USE_INCLUDED_LIBINTL=no + + dnl If we use NLS figure out what method + if test "$USE_NLS" = "yes"; then + AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if NLS is requested]) + AC_MSG_CHECKING([whether included gettext is requested]) + AC_ARG_WITH(included-gettext, + [ --with-included-gettext use the GNU gettext library included here], + nls_cv_force_use_gnu_gettext=$withval, + nls_cv_force_use_gnu_gettext=no) + AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then + dnl User does not insist on using GNU NLS library. Figure out what + dnl to use. If gettext or catgets are available (in this order) we + dnl use this. Else we have to fall back to GNU NLS library. + dnl catgets is only used if permitted by option --with-catgets. + nls_cv_header_intl= + nls_cv_header_libgt= + CATOBJEXT=NONE + + AC_CHECK_HEADER(libintl.h, + [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc, + [AC_TRY_LINK([#include <libintl.h>], [return (int) gettext ("")], + gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)]) + + if test "$gt_cv_func_gettext_libc" != "yes"; then + AC_CHECK_LIB(intl, bindtextdomain, + [AC_CACHE_CHECK([for gettext in libintl], + gt_cv_func_gettext_libintl, + [AC_TRY_LINK([], [return (int) gettext ("")], + gt_cv_func_gettext_libintl=yes, + gt_cv_func_gettext_libintl=no)])]) + fi + + if test "$gt_cv_func_gettext_libc" = "yes" \ + || test "$gt_cv_func_gettext_libintl" = "yes"; then + AC_DEFINE(HAVE_GETTEXT, 1, + [Define as 1 if you have gettext and don't want to use GNU gettext.]) + AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl + if test "$MSGFMT" != "no"; then + AC_CHECK_FUNCS(dcgettext) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) + AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr], + [CATOBJEXT=.gmo + DATADIRNAME=share], + [CATOBJEXT=.mo + DATADIRNAME=lib]) + INSTOBJEXT=.mo + fi + fi + ]) + + dnl In the standard gettext, we would now check for catgets. + dnl However, we never want to use catgets for our releases. + + if test "$CATOBJEXT" = "NONE"; then + dnl Neither gettext nor catgets in included in the C library. + dnl Fall back on GNU gettext library. + nls_cv_use_gnu_gettext=yes + fi + fi + + if test "$nls_cv_use_gnu_gettext" = "yes"; then + dnl Mark actions used to generate GNU NLS library. + INTLOBJS="\$(GETTOBJS)" + AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) + AC_SUBST(MSGFMT) + USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share + INTLDEPS='$(top_builddir)/../intl/libintl.a' + INTLLIBS=$INTLDEPS + LIBS=`echo $LIBS | sed -e 's/-lintl//'` + nls_cv_header_intl=libintl.h + nls_cv_header_libgt=libgettext.h + fi + + dnl Test whether we really found GNU xgettext. + if test "$XGETTEXT" != ":"; then + dnl If it is no GNU xgettext we define it as : so that the + dnl Makefiles still can work. + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then + : ; + else + AC_MSG_RESULT( + [found xgettext programs is not GNU xgettext; ignore it]) + XGETTEXT=":" + fi + fi + + # We need to process the po/ directory. + POSUB=po + else + DATADIRNAME=share + nls_cv_header_intl=libintl.h + nls_cv_header_libgt=libgettext.h + fi + + # If this is used in GNU gettext we have to set USE_NLS to `yes' + # because some of the sources are only built for this goal. + if test "$PACKAGE" = gettext; then + USE_NLS=yes + USE_INCLUDED_LIBINTL=yes + fi + + dnl These rules are solely for the distribution goal. While doing this + dnl we only have to keep exactly one list of the available catalogs + dnl in configure.in. + for lang in $ALL_LINGUAS; do + GMOFILES="$GMOFILES $lang.gmo" + POFILES="$POFILES $lang.po" + done + + dnl Make all variables we use known to autoconf. + AC_SUBST(USE_INCLUDED_LIBINTL) + AC_SUBST(CATALOGS) + AC_SUBST(CATOBJEXT) + AC_SUBST(DATADIRNAME) + AC_SUBST(GMOFILES) + AC_SUBST(INSTOBJEXT) + AC_SUBST(INTLDEPS) + AC_SUBST(INTLLIBS) + AC_SUBST(INTLOBJS) + AC_SUBST(POFILES) + AC_SUBST(POSUB) + ]) + +AC_DEFUN(CY_GNU_GETTEXT, + [AC_REQUIRE([AC_PROG_MAKE_SET])dnl + AC_REQUIRE([AC_PROG_CC])dnl + AC_REQUIRE([AC_PROG_RANLIB])dnl + AC_REQUIRE([AC_ISC_POSIX])dnl + AC_REQUIRE([AC_HEADER_STDC])dnl + AC_REQUIRE([AC_C_CONST])dnl + AC_REQUIRE([AC_C_INLINE])dnl + AC_REQUIRE([AC_TYPE_OFF_T])dnl + AC_REQUIRE([AC_TYPE_SIZE_T])dnl + AC_REQUIRE([AC_FUNC_ALLOCA])dnl + AC_REQUIRE([AC_FUNC_MMAP])dnl + + AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \ +unistd.h values.h sys/param.h]) + AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \ +__argz_count __argz_stringify __argz_next]) + + if test "${ac_cv_func_stpcpy+set}" != "set"; then + AC_CHECK_FUNCS(stpcpy) + fi + if test "${ac_cv_func_stpcpy}" = "yes"; then + AC_DEFINE(HAVE_STPCPY, 1, [Define if you have the stpcpy function]) + fi + + AM_LC_MESSAGES + CY_WITH_NLS + + if test "x$CATOBJEXT" != "x"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + AC_MSG_CHECKING(for catalogs to be installed) + NEW_LINGUAS= + for lang in ${LINGUAS=$ALL_LINGUAS}; do + case "$ALL_LINGUAS" in + *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; + esac + done + LINGUAS=$NEW_LINGUAS + AC_MSG_RESULT($LINGUAS) + fi + + dnl Construct list of names of catalog files to be constructed. + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi + + dnl The reference to <locale.h> in the installed <libintl.h> file + dnl must be resolved because we cannot expect the users of this + dnl to define HAVE_LOCALE_H. + if test $ac_cv_header_locale_h = yes; then + INCLUDE_LOCALE_H="#include <locale.h>" + else + INCLUDE_LOCALE_H="\ +/* The system does not provide the header <locale.h>. Take care yourself. */" + fi + AC_SUBST(INCLUDE_LOCALE_H) + + dnl Determine which catalog format we have (if any is needed) + dnl For now we know about two different formats: + dnl Linux libc-5 and the normal X/Open format + if test -f $srcdir/po2tbl.sed.in; then + if test "$CATOBJEXT" = ".cat"; then + AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen) + + dnl Transform the SED scripts while copying because some dumb SEDs + dnl cannot handle comments. + sed -e '/^#/d' $srcdir/$msgformat-msg.sed > po2msg.sed + fi + dnl po2tbl.sed is always needed. + sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \ + $srcdir/po2tbl.sed.in > po2tbl.sed + fi + + dnl In the intl/Makefile.in we have a special dependency which makes + dnl only sense for gettext. We comment this out for non-gettext + dnl packages. + if test "$PACKAGE" = "gettext"; then + GT_NO="#NO#" + GT_YES= + else + GT_NO= + GT_YES="#YES#" + fi + AC_SUBST(GT_NO) + AC_SUBST(GT_YES) + + MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs" + AC_SUBST(MKINSTALLDIRS) + + dnl *** For now the libtool support in intl/Makefile is not for real. + l= + AC_SUBST(l) + + dnl Generate list of files to be processed by xgettext which will + dnl be included in po/Makefile. But only do this if the po directory + dnl exists in srcdir. + if test -d $srcdir/po; then + test -d po || mkdir po + if test "x$srcdir" != "x."; then + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then + posrcprefix="$srcdir/" + else + posrcprefix="../$srcdir/" + fi + else + posrcprefix="../" + fi + rm -f po/POTFILES + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + fi + ]) + +# Search path for a program which passes the given test. +# Ulrich Drepper <drepper@cygnus.com>, 1996. +# +# This file file be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. + +# serial 1 + +dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +AC_DEFUN(AM_PATH_PROG_WITH_TEST, +[# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL(ac_cv_path_$1, +[case "[$]$1" in + /*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in ifelse([$5], , $PATH, [$5]); do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test -n "[$]$1"; then + AC_MSG_RESULT([$]$1) +else + AC_MSG_RESULT(no) +fi +AC_SUBST($1)dnl +]) + +# Check whether LC_MESSAGES is available in <locale.h>. +# Ulrich Drepper <drepper@cygnus.com>, 1995. +# +# This file file be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. + +# serial 1 + +AC_DEFUN(AM_LC_MESSAGES, + [if test $ac_cv_header_locale_h = yes; then + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, + [Define if your locale.h file contains LC_MESSAGES.]) + fi + fi]) + # Add --enable-maintainer-mode option to configure. # From Jim Meyering diff --git a/gas/config.in b/gas/config.in index 241e018..e5c2824 100644 --- a/gas/config.in +++ b/gas/config.in @@ -142,6 +142,18 @@ /* Define if you have the <varargs.h> header file. */ #undef HAVE_VARARGS_H +/* Define if you have the stpcpy function */ +#undef HAVE_STPCPY + +/* Define if your locale.h file contains LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + +/* Define to 1 if NLS is requested */ +#undef ENABLE_NLS + +/* Define as 1 if you have gettext and don't want to use GNU gettext. */ +#undef HAVE_GETTEXT + /* Name of package */ #undef PACKAGE diff --git a/gas/configure b/gas/configure index 8bba60c..c9984ff 100755 --- a/gas/configure +++ b/gas/configure @@ -871,7 +871,7 @@ fi PACKAGE=gas -VERSION=2.10.90 +VERSION=2.10.91 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/gas/configure.in b/gas/configure.in index fd23ef2..f5573d6 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -10,7 +10,7 @@ AC_INIT(as.h) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(gas, 2.10.90) +AM_INIT_AUTOMAKE(gas, 2.10.91) AM_PROG_LIBTOOL diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 4e7389c..692d3ad 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -69,6 +69,8 @@ BFDLIB = @BFDLIB@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ @@ -91,11 +93,13 @@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ OPCODES_LIB = @OPCODES_LIB@ PACKAGE = @PACKAGE@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ +STRIP = @STRIP@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ diff --git a/gas/po/gas.pot b/gas/po/gas.pot index 38e52c6..21a27b9 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-08-25 11:26-0700\n" +"POT-Creation-Date: 2000-09-02 13:48-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -59,31 +59,31 @@ msgstr "" msgid "EOF in Comment: Newline inserted" msgstr "" -#: as.c:149 +#: as.c:148 msgid "missing emulation mode name" msgstr "" -#: as.c:164 +#: as.c:163 #, c-format msgid "unrecognized emulation name `%s'" msgstr "" -#: as.c:211 +#: as.c:210 #, c-format msgid "GNU assembler version %s (%s) using BFD version %s" msgstr "" -#: as.c:214 +#: as.c:213 #, c-format msgid "GNU assembler version %s (%s)" msgstr "" -#: as.c:223 +#: as.c:222 #, c-format msgid "Usage: %s [option...] [asmfile...]\n" msgstr "" -#: as.c:225 +#: as.c:224 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:239 +#: as.c:238 msgid " -D produce assembler debugging messages\n" msgstr "" -#: as.c:241 +#: as.c:240 msgid " --defsym SYM=VAL define symbol SYM to given value\n" msgstr "" -#: as.c:257 +#: as.c:256 #, c-format msgid " emulate output (default %s)\n" msgstr "" -#: as.c:261 +#: as.c:260 msgid " -f skip whitespace and comment preprocessing\n" msgstr "" -#: as.c:263 +#: as.c:262 msgid " --gstabs generate stabs debugging information\n" msgstr "" -#: as.c:265 +#: as.c:264 msgid " --gdwarf2 generate DWARF2 debugging information\n" msgstr "" -#: as.c:267 +#: as.c:266 msgid " --help show this message and exit\n" msgstr "" -#: as.c:269 +#: as.c:268 msgid "" " -I DIR add DIR to search list for .include directives\n" msgstr "" -#: as.c:271 +#: as.c:270 msgid " -J don't warn about signed overflow\n" msgstr "" -#: as.c:273 +#: as.c:272 msgid "" " -K warn when differences altered for long " "displacements\n" msgstr "" -#: as.c:275 +#: as.c:274 msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" msgstr "" -#: as.c:277 +#: as.c:276 msgid " -M,--mri assemble in MRI compatibility mode\n" msgstr "" -#: as.c:279 +#: as.c:278 msgid "" " --MD FILE write dependency information in FILE (default " "none)\n" msgstr "" -#: as.c:281 +#: as.c:280 msgid " -nocpp ignored\n" msgstr "" -#: as.c:283 +#: as.c:282 msgid "" " -o OBJFILE name the object-file output OBJFILE (default " "a.out)\n" msgstr "" -#: as.c:285 +#: as.c:284 msgid " -R fold data section into text section\n" msgstr "" -#: as.c:287 +#: as.c:286 msgid "" " --statistics print various measured statistics from execution\n" msgstr "" -#: as.c:289 +#: as.c:288 msgid " --strip-local-absolute strip local absolute symbols\n" msgstr "" -#: as.c:291 +#: as.c:290 msgid "" " --traditional-format Use same format as native assembler when possible\n" msgstr "" -#: as.c:293 +#: as.c:292 msgid " --version print assembler version number and exit\n" msgstr "" -#: as.c:295 +#: as.c:294 msgid " -W --no-warn suppress warnings\n" msgstr "" -#: as.c:297 +#: as.c:296 msgid " --warn don't suppress warnings\n" msgstr "" -#: as.c:299 +#: as.c:298 msgid " --fatal-warnings treat warnings as errors\n" msgstr "" -#: as.c:301 +#: as.c:300 msgid "" " --itbl INSTTBL extend instruction set to include instructions\n" " matching the specifications defined in file " "INSTTBL\n" msgstr "" -#: as.c:304 +#: as.c:303 msgid " -w ignored\n" msgstr "" -#: as.c:306 +#: as.c:305 msgid " -X ignored\n" msgstr "" -#: as.c:308 +#: as.c:307 msgid " -Z generate object file even after errors\n" msgstr "" -#: as.c:310 +#: as.c:309 msgid "" " --listing-lhs-width set the width in words of the output data column " "of\n" " the listing\n" msgstr "" -#: as.c:313 +#: as.c:312 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:317 +#: as.c:316 msgid "" " --listing-rhs-width set the max width in characters of the lines from\n" " the source file\n" msgstr "" -#: as.c:320 +#: as.c:319 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:327 gasp.c:3543 +#: as.c:326 gasp.c:3543 #, c-format msgid "Report bugs to %s\n" msgstr "" #. This output is intended to follow the GNU standards document. -#: as.c:522 +#: as.c:519 #, c-format msgid "GNU assembler %s\n" msgstr "" -#: as.c:523 +#: as.c:520 msgid "Copyright 2000 Free Software Foundation, Inc.\n" msgstr "" -#: as.c:524 gasp.c:3637 +#: as.c:521 gasp.c:3637 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:527 +#: as.c:524 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "" -#: as.c:534 +#: as.c:531 msgid "multiple emulation names specified" msgstr "" -#: as.c:536 +#: as.c:533 msgid "emulations not handled in this configuration" msgstr "" -#: as.c:541 +#: as.c:538 #, c-format msgid "alias = %s\n" msgstr "" -#: as.c:542 +#: as.c:539 #, c-format msgid "canonical = %s\n" msgstr "" -#: as.c:543 +#: as.c:540 #, c-format msgid "cpu-type = %s\n" msgstr "" -#: as.c:545 +#: as.c:542 #, c-format msgid "format = %s\n" msgstr "" -#: as.c:548 +#: as.c:545 #, c-format msgid "bfd-target = %s\n" msgstr "" -#: as.c:561 +#: as.c:558 msgid "bad defsym; format is --defsym name=value" msgstr "" -#: as.c:585 +#: as.c:582 msgid "No file name following -t option\n" msgstr "" -#: as.c:601 +#: as.c:598 #, c-format msgid "Failed to read instruction table %s\n" msgstr "" -#: as.c:718 +#: as.c:715 #, c-format msgid "invalid listing option `%c'" msgstr "" -#: as.c:912 +#: as.c:910 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "" -#: as.c:943 +#: as.c:941 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "" -#: as.c:946 +#: as.c:944 #, c-format msgid "%s: data size %ld\n" msgstr "" @@ -350,67 +350,67 @@ msgstr "" msgid "failed sanity check." msgstr "" -#: cond.c:75 +#: cond.c:79 msgid "invalid identifier for \".ifdef\"" msgstr "" -#: cond.c:128 +#: cond.c:133 msgid "non-constant expression in \".if\" statement" msgstr "" -#: cond.c:224 +#: cond.c:229 msgid "bad format for ifc or ifnc" msgstr "" -#: cond.c:258 +#: cond.c:263 msgid "\".elseif\" without matching \".if\" - ignored" msgstr "" -#: cond.c:263 +#: cond.c:268 msgid "\".elseif\" after \".else\" - ignored" msgstr "" -#: cond.c:266 cond.c:375 +#: cond.c:271 cond.c:380 msgid "here is the previous \"else\"" msgstr "" -#: cond.c:269 cond.c:378 +#: cond.c:274 cond.c:383 msgid "here is the previous \"if\"" msgstr "" -#: cond.c:302 +#: cond.c:307 msgid "non-constant expression in \".elseif\" statement" msgstr "" -#: cond.c:337 +#: cond.c:342 msgid "\".endif\" without \".if\"" msgstr "" -#: cond.c:367 +#: cond.c:372 msgid ".else without matching .if - ignored" msgstr "" -#: cond.c:372 +#: cond.c:377 msgid "duplicate \"else\" - ignored" msgstr "" -#: cond.c:423 +#: cond.c:428 msgid ".ifeqs syntax error" msgstr "" -#: cond.c:506 +#: cond.c:511 msgid "end of macro inside conditional" msgstr "" -#: cond.c:508 +#: cond.c:513 msgid "end of file inside conditional" msgstr "" -#: cond.c:511 +#: cond.c:516 msgid "here is the start of the unterminated conditional" msgstr "" -#: cond.c:515 +#: cond.c:520 msgid "here is the \"else\" of the unterminated conditional" msgstr "" @@ -552,12 +552,12 @@ msgstr "" msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1453 config/obj-coff.c:3740 config/tc-ppc.c:3917 +#: config/obj-coff.c:1453 config/obj-coff.c:3740 config/tc-ppc.c:3918 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1483 config/tc-ppc.c:3935 read.c:2520 +#: config/obj-coff.c:1483 config/tc-ppc.c:3936 read.c:2520 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "" @@ -686,7 +686,7 @@ msgstr "" msgid "Common alignment negative; 0 assumed" msgstr "" -#: config/obj-elf.c:377 config/tc-m32r.c:1296 config/tc-ppc.c:1514 +#: config/obj-elf.c:377 config/tc-m32r.c:1296 config/tc-ppc.c:1515 #: config/tc-v850.c:384 msgid "Common alignment not a power of 2" msgstr "" @@ -978,7 +978,7 @@ msgstr "" #: config/tc-a29k.c:375 config/tc-arc.c:535 config/tc-avr.c:1124 #: config/tc-d10v.c:511 config/tc-d30v.c:552 config/tc-h8300.c:296 #: config/tc-h8500.c:297 config/tc-mcore.c:656 config/tc-mn10200.c:954 -#: config/tc-mn10300.c:1339 config/tc-ppc.c:1970 config/tc-sh.c:636 +#: config/tc-mn10300.c:1339 config/tc-ppc.c:1971 config/tc-sh.c:834 #: config/tc-tic80.c:283 config/tc-v850.c:2081 config/tc-w65.c:247 #: config/tc-z8k.c:340 msgid "missing operand" @@ -1150,7 +1150,7 @@ msgstr "" #: config/tc-alpha.c:2434 config/tc-arc.c:548 config/tc-d10v.c:600 #: config/tc-d30v.c:640 config/tc-mn10200.c:1009 config/tc-mn10300.c:1410 -#: config/tc-ppc.c:1936 config/tc-ppc.c:2044 config/tc-ppc.c:2056 +#: config/tc-ppc.c:1937 config/tc-ppc.c:2045 config/tc-ppc.c:2057 #: config/tc-v850.c:1861 config/tc-v850.c:1884 config/tc-v850.c:2104 msgid "too many fixups" msgstr "" @@ -1218,13 +1218,13 @@ msgstr "" msgid "bad instruction format for lda !%s!%d" msgstr "" -#: config/tc-alpha.c:4291 config/tc-ppc.c:1463 config/tc-ppc.c:3681 +#: config/tc-alpha.c:4291 config/tc-ppc.c:1464 config/tc-ppc.c:3682 #: read.c:1377 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-alpha.c:4329 config/tc-alpha.c:4338 config/tc-ppc.c:3718 +#: config/tc-alpha.c:4329 config/tc-alpha.c:4338 config/tc-ppc.c:3719 #: read.c:1401 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." @@ -1366,7 +1366,7 @@ msgstr "" #: config/tc-arc.c:155 config/tc-arc.c:178 config/tc-arc.c:922 #: config/tc-hppa.c:1377 config/tc-hppa.c:6898 config/tc-hppa.c:6904 #: config/tc-hppa.c:6910 config/tc-hppa.c:6916 config/tc-mn10300.c:928 -#: config/tc-mn10300.c:2138 +#: config/tc-mn10300.c:2136 msgid "could not set architecture and machine" msgstr "" @@ -1374,8 +1374,8 @@ msgstr "" msgid "virtual memory exhausted" msgstr "" -#: config/tc-arc.c:254 config/tc-mn10200.c:1374 config/tc-mn10300.c:2050 -#: config/tc-ppc.c:1220 config/tc-v850.c:1662 +#: config/tc-arc.c:254 config/tc-mn10200.c:1374 config/tc-mn10300.c:2048 +#: config/tc-ppc.c:1221 config/tc-v850.c:1662 #, c-format msgid "operand out of range (%s not between %ld and %ld)" msgstr "" @@ -1390,13 +1390,13 @@ msgid "too many suffixes" msgstr "" #: config/tc-arc.c:533 config/tc-d10v.c:509 config/tc-d30v.c:550 -#: config/tc-mn10200.c:951 config/tc-mn10300.c:1336 config/tc-ppc.c:1968 +#: config/tc-mn10200.c:951 config/tc-mn10300.c:1336 config/tc-ppc.c:1969 #: config/tc-tic80.c:279 config/tc-v850.c:2078 msgid "illegal operand" msgstr "" #: config/tc-arc.c:620 config/tc-mn10200.c:1050 config/tc-mn10300.c:1480 -#: config/tc-ppc.c:2093 config/tc-v850.c:2157 +#: config/tc-ppc.c:2094 config/tc-v850.c:2157 #, c-format msgid "junk at end of line: `%s'" msgstr "" @@ -1442,7 +1442,7 @@ msgstr "" msgid "bad .cpu op" msgstr "" -#: config/tc-arc.c:951 config/tc-ppc.c:2741 +#: config/tc-arc.c:951 config/tc-ppc.c:2742 msgid "missing rename string" msgstr "" @@ -1452,7 +1452,7 @@ msgstr "" #: config/tc-arc.c:1010 config/tc-avr.c:372 config/tc-d10v.c:291 #: config/tc-d30v.c:366 config/tc-mips.c:8781 config/tc-mn10200.c:375 -#: config/tc-pj.c:356 config/tc-ppc.c:4510 config/tc-sh.c:1853 +#: config/tc-pj.c:356 config/tc-ppc.c:4511 config/tc-sh.c:2069 #: config/tc-v850.c:1297 msgid "bad call to md_atof" msgstr "" @@ -1469,11 +1469,11 @@ msgstr "" #: config/tc-arc.c:1326 config/tc-arm.c:3411 config/tc-avr.c:852 #: config/tc-cris.c:2667 config/tc-d10v.c:1538 config/tc-d30v.c:1865 #: 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:2385 +#: config/tc-mips.c:5527 config/tc-ppc.c:4847 config/tc-v850.c:2385 msgid "expression too complex" msgstr "" -#: config/tc-arc.c:1392 config/tc-ppc.c:4948 config/tc-v850.c:2431 +#: config/tc-arc.c:1392 config/tc-ppc.c:4949 config/tc-v850.c:2431 msgid "unresolved expression that must be resolved" msgstr "" @@ -1957,7 +1957,7 @@ msgstr "" msgid "Illegal Thumb shift value: %ld" msgstr "" -#: config/tc-arm.c:6186 config/tc-mn10300.c:1966 +#: config/tc-arm.c:6186 config/tc-mn10300.c:1964 #, c-format msgid "Bad relocation fixup type (%d)" msgstr "" @@ -1990,7 +1990,7 @@ msgstr "" msgid "Can not represent %s relocation in this object file format (%d)" msgstr "" -#: config/tc-arm.c:6329 config/tc-mips.c:11349 config/tc-sh.c:2961 +#: config/tc-arm.c:6329 config/tc-mips.c:11349 config/tc-sh.c:3258 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "" @@ -2228,7 +2228,7 @@ msgid "only constant expression allowed" msgstr "" #: config/tc-avr.c:1060 config/tc-d10v.c:1473 config/tc-d30v.c:1807 -#: config/tc-mn10200.c:1254 config/tc-mn10300.c:1827 config/tc-ppc.c:5153 +#: config/tc-mn10200.c:1254 config/tc-mn10300.c:1827 config/tc-ppc.c:5154 #: config/tc-v850.c:2301 #, c-format msgid "reloc %d not supported by object file format" @@ -2236,7 +2236,7 @@ msgstr "" #: config/tc-avr.c:1084 config/tc-d10v.c:1080 config/tc-d10v.c:1094 #: config/tc-h8300.c:1239 config/tc-h8500.c:1102 config/tc-mcore.c:989 -#: config/tc-pj.c:265 config/tc-sh.c:1438 config/tc-z8k.c:1203 +#: config/tc-pj.c:265 config/tc-sh.c:1636 config/tc-z8k.c:1203 msgid "can't find opcode " msgstr "" @@ -2770,7 +2770,7 @@ msgid "invalid operands" msgstr "" #: config/tc-h8300.c:1250 config/tc-h8500.c:1108 config/tc-mips.c:7977 -#: config/tc-sh.c:1675 config/tc-w65.c:739 config/tc-z8k.c:1213 +#: config/tc-sh.c:1873 config/tc-w65.c:739 config/tc-z8k.c:1213 msgid "unknown opcode" msgstr "" @@ -2778,12 +2778,12 @@ msgstr "" msgid "mismatch between opcode size and operand size" msgstr "" -#: config/tc-h8300.c:1307 config/tc-h8500.c:1135 config/tc-sh.c:1808 +#: config/tc-h8300.c:1307 config/tc-h8500.c:1135 config/tc-sh.c:2024 #: config/tc-w65.c:769 config/tc-z8k.c:1266 msgid "call to tc_crawl_symbol_chain \n" msgstr "" -#: config/tc-h8300.c:1321 config/tc-h8500.c:1149 config/tc-sh.c:1815 +#: config/tc-h8300.c:1321 config/tc-h8500.c:1149 config/tc-sh.c:2031 #: config/tc-w65.c:783 config/tc-z8k.c:1280 msgid "call to tc_headers_hook \n" msgstr "" @@ -2828,22 +2828,22 @@ msgstr "" msgid "@Rn needs word register" msgstr "" -#: config/tc-h8500.c:842 config/tc-sh.c:1155 +#: config/tc-h8500.c:842 config/tc-sh.c:1353 #, c-format msgid "unhandled %d\n" msgstr "" -#: config/tc-h8500.c:870 config/tc-sh.c:1180 +#: config/tc-h8500.c:870 config/tc-sh.c:1378 #, c-format msgid "operand must be absolute in range %d..%d" msgstr "" -#: config/tc-h8500.c:959 config/tc-sh.c:1378 +#: config/tc-h8500.c:959 config/tc-sh.c:1576 #, c-format msgid "failed for %d\n" msgstr "" -#: config/tc-h8500.c:1124 config/tc-sh.c:1479 config/tc-sh.c:1724 +#: config/tc-h8500.c:1124 config/tc-sh.c:1677 config/tc-sh.c:1922 #: config/tc-w65.c:758 msgid "invalid operands for opcode" msgstr "" @@ -3916,24 +3916,24 @@ msgid "" " -xdebug\t\t debug dependency violation checker\n" msgstr "" -#: config/tc-ia64.c:5934 +#: config/tc-ia64.c:5957 msgid "Explicit stops are ignored in auto mode" msgstr "" -#: config/tc-ia64.c:5980 +#: config/tc-ia64.c:6003 msgid "Found '{' after explicit switch to automatic mode" msgstr "" -#: config/tc-ia64.c:7491 +#: config/tc-ia64.c:7514 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "" -#: config/tc-ia64.c:8246 +#: config/tc-ia64.c:8269 msgid "Only the first path encountering the conflict is reported" msgstr "" -#: config/tc-ia64.c:8249 +#: config/tc-ia64.c:8272 msgid "This is the location of the conflicting usage" msgstr "" @@ -4068,7 +4068,7 @@ msgid "" "is this intentional ?" msgstr "" -#: config/tc-m32r.c:1260 config/tc-ppc.c:1455 config/tc-ppc.c:3673 read.c:1366 +#: config/tc-m32r.c:1260 config/tc-ppc.c:1456 config/tc-ppc.c:3674 read.c:1366 msgid "Expected comma after symbol-name: rest of line ignored." msgstr "" @@ -4077,12 +4077,12 @@ msgstr "" msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-m32r.c:1284 config/tc-ppc.c:1477 config/tc-ppc.c:2384 -#: config/tc-ppc.c:3697 +#: config/tc-m32r.c:1284 config/tc-ppc.c:1478 config/tc-ppc.c:2385 +#: config/tc-ppc.c:3698 msgid "ignoring bad alignment" msgstr "" -#: config/tc-m32r.c:1311 config/tc-ppc.c:1488 config/tc-ppc.c:3709 read.c:1390 +#: config/tc-m32r.c:1311 config/tc-ppc.c:1489 config/tc-ppc.c:3710 read.c:1390 #: read.c:2116 #, c-format msgid "Ignoring attempt to re-define symbol `%s'." @@ -5084,7 +5084,7 @@ msgstr "" msgid "pc-relative" msgstr "" -#: config/tc-mcore.c:2421 config/tc-pj.c:569 config/tc-sh.c:3108 +#: config/tc-mcore.c:2421 config/tc-pj.c:569 config/tc-sh.c:3407 #, c-format msgid "Cannot represent relocation type %s" msgstr "" @@ -5624,7 +5624,7 @@ msgid "" "none yet\n" msgstr "" -#: config/tc-mn10200.c:807 config/tc-mn10300.c:957 config/tc-ppc.c:1732 +#: config/tc-mn10200.c:807 config/tc-mn10300.c:957 config/tc-ppc.c:1733 #: config/tc-v850.c:1733 #, c-format msgid "Unrecognized opcode: `%s'" @@ -5832,28 +5832,28 @@ msgid "" "-big\t\t\tgenerate big endian code\n" msgstr "" -#: config/tc-pj.c:458 config/tc-sh.c:2691 config/tc-sh.c:2698 -#: config/tc-sh.c:2705 config/tc-sh.c:2712 +#: config/tc-pj.c:458 config/tc-sh.c:2950 config/tc-sh.c:2957 +#: config/tc-sh.c:2964 config/tc-sh.c:2971 msgid "pcrel too far" msgstr "" -#: config/tc-pj.c:526 config/tc-sh.c:2765 +#: config/tc-pj.c:526 config/tc-sh.c:3062 msgid "offset out of range" msgstr "" -#: config/tc-ppc.c:922 +#: config/tc-ppc.c:923 #, c-format msgid "invalid switch -m%s" msgstr "" -#: config/tc-ppc.c:959 +#: config/tc-ppc.c:960 msgid "" "PowerPC options:\n" "-u\t\t\tignored\n" "-mpwrx, -mpwr2\t\tgenerate code for IBM POWER/2 (RIOS2)\n" "-mpwr\t\t\tgenerate code for IBM POWER (RIOS1)\n" "-m601\t\t\tgenerate code for Motorola PowerPC 601\n" -"-mppc, -mppc32, -m403, -m603, -m604\n" +"-mppc, -mppc32, -m403, -m405, -m603, -m604\n" "\t\t\tgenerate code for Motorola PowerPC 603/604\n" "-mppc64, -m620\t\tgenerate code for Motorola PowerPC 620\n" "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n" @@ -5863,7 +5863,7 @@ msgid "" "-mno-regnames\t\tDo not allow symbolic names for registers\n" msgstr "" -#: config/tc-ppc.c:974 +#: config/tc-ppc.c:975 msgid "" "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n" "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n" @@ -5877,305 +5877,305 @@ msgid "" "-Qy, -Qn\t\tignored\n" msgstr "" -#: config/tc-ppc.c:1009 +#: config/tc-ppc.c:1010 #, c-format msgid "Unknown default cpu = %s, os = %s" msgstr "" -#: config/tc-ppc.c:1034 +#: config/tc-ppc.c:1035 msgid "Neither Power nor PowerPC opcodes were selected." msgstr "" -#: config/tc-ppc.c:1113 +#: config/tc-ppc.c:1114 #, c-format msgid "Internal assembler error for instruction %s" msgstr "" -#: config/tc-ppc.c:1132 +#: config/tc-ppc.c:1133 #, c-format msgid "Internal assembler error for macro %s" msgstr "" -#: config/tc-ppc.c:1342 +#: config/tc-ppc.c:1343 msgid "identifier+constant@got means identifier@got+constant" msgstr "" -#: config/tc-ppc.c:1396 +#: config/tc-ppc.c:1397 config/tc-sh.c:343 config/tc-sh.c:371 #, c-format msgid "%s relocations do not fit in %d bytes\n" msgstr "" -#: config/tc-ppc.c:1496 +#: config/tc-ppc.c:1497 #, c-format msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-ppc.c:1578 +#: config/tc-ppc.c:1579 msgid "Relocation cannot be done when using -mrelocatable" msgstr "" -#: config/tc-ppc.c:1659 +#: config/tc-ppc.c:1660 #, c-format msgid "syntax error: invalid toc specifier `%s'" msgstr "" -#: config/tc-ppc.c:1673 +#: config/tc-ppc.c:1674 #, c-format msgid "syntax error: expected `]', found `%c'" msgstr "" -#: config/tc-ppc.c:1908 +#: config/tc-ppc.c:1909 msgid "[tocv] symbol is not a toc symbol" msgstr "" -#: config/tc-ppc.c:1919 +#: config/tc-ppc.c:1920 msgid "Unimplemented toc32 expression modifier" msgstr "" -#: config/tc-ppc.c:1924 +#: config/tc-ppc.c:1925 msgid "Unimplemented toc64 expression modifier" msgstr "" -#: config/tc-ppc.c:1928 +#: config/tc-ppc.c:1929 #, c-format msgid "Unexpected return value [%d] from parse_toc_entry!\n" msgstr "" -#: config/tc-ppc.c:2081 +#: config/tc-ppc.c:2082 #, c-format msgid "syntax error; found `%c' but expected `%c'" msgstr "" -#: config/tc-ppc.c:2189 +#: config/tc-ppc.c:2190 msgid "wrong number of operands" msgstr "" -#: config/tc-ppc.c:2245 +#: config/tc-ppc.c:2246 msgid "Bad .section directive: want a,w,x,e in string" msgstr "" -#: config/tc-ppc.c:2359 +#: config/tc-ppc.c:2360 msgid "missing size" msgstr "" -#: config/tc-ppc.c:2368 +#: config/tc-ppc.c:2369 msgid "negative size" msgstr "" -#: config/tc-ppc.c:2409 +#: config/tc-ppc.c:2410 msgid "missing real symbol name" msgstr "" -#: config/tc-ppc.c:2430 +#: config/tc-ppc.c:2431 msgid "attempt to redefine symbol" msgstr "" -#: config/tc-ppc.c:2664 +#: config/tc-ppc.c:2665 msgid "The XCOFF file format does not support arbitrary sections" msgstr "" -#: config/tc-ppc.c:2772 config/tc-ppc.c:3297 read.c:3000 +#: config/tc-ppc.c:2773 config/tc-ppc.c:3298 read.c:3000 msgid "missing value" msgstr "" -#: config/tc-ppc.c:2790 +#: config/tc-ppc.c:2791 msgid "illegal .stabx expression; zero assumed" msgstr "" -#: config/tc-ppc.c:2822 +#: config/tc-ppc.c:2823 msgid "missing class" msgstr "" -#: config/tc-ppc.c:2831 +#: config/tc-ppc.c:2832 msgid "missing type" msgstr "" -#: config/tc-ppc.c:2892 +#: config/tc-ppc.c:2893 msgid "missing symbol name" msgstr "" -#: config/tc-ppc.c:3068 +#: config/tc-ppc.c:3069 msgid "nested .bs blocks" msgstr "" -#: config/tc-ppc.c:3101 +#: config/tc-ppc.c:3102 msgid ".es without preceding .bs" msgstr "" -#: config/tc-ppc.c:3289 +#: config/tc-ppc.c:3290 msgid "non-constant byte count" msgstr "" -#: config/tc-ppc.c:3334 +#: config/tc-ppc.c:3335 msgid ".tc not in .toc section" msgstr "" -#: config/tc-ppc.c:3353 +#: config/tc-ppc.c:3354 msgid ".tc with no label" msgstr "" -#: config/tc-ppc.c:3428 +#: config/tc-ppc.c:3429 msgid "No previous section to return to. Directive ignored." msgstr "" #. Section Contents #. unknown -#: config/tc-ppc.c:3847 +#: config/tc-ppc.c:3848 msgid "Unsupported section attribute -- 'a'" msgstr "" -#: config/tc-ppc.c:4037 +#: config/tc-ppc.c:4038 msgid "bad symbol suffix" msgstr "" -#: config/tc-ppc.c:4130 +#: config/tc-ppc.c:4131 msgid "Unrecognized symbol suffix" msgstr "" -#: config/tc-ppc.c:4212 +#: config/tc-ppc.c:4213 msgid "two .function pseudo-ops with no intervening .ef" msgstr "" -#: config/tc-ppc.c:4225 +#: config/tc-ppc.c:4226 msgid ".ef with no preceding .function" msgstr "" -#: config/tc-ppc.c:4353 +#: config/tc-ppc.c:4354 #, c-format msgid "warning: symbol %s has no csect" msgstr "" -#: config/tc-ppc.c:4654 +#: config/tc-ppc.c:4655 msgid "symbol in .toc does not match any .tc" msgstr "" -#: config/tc-ppc.c:4951 +#: config/tc-ppc.c:4952 msgid "unsupported relocation type" msgstr "" -#: config/tc-ppc.c:5013 +#: config/tc-ppc.c:5014 #, c-format msgid "cannot emit PC relative %s relocation against %s" msgstr "" -#: config/tc-ppc.c:5018 +#: config/tc-ppc.c:5019 #, c-format msgid "cannot emit PC relative %s relocation" msgstr "" -#: config/tc-ppc.c:5080 +#: config/tc-ppc.c:5081 msgid "must branch to an address a multiple of 4" msgstr "" -#: config/tc-ppc.c:5084 +#: config/tc-ppc.c:5085 #, c-format msgid "@local or @plt branch destination is too far away, %ld bytes" msgstr "" -#: config/tc-ppc.c:5108 +#: config/tc-ppc.c:5109 #, c-format msgid "Gas failure, reloc value %d\n" msgstr "" -#: config/tc-sh.c:676 +#: config/tc-sh.c:874 msgid "illegal register after @-" msgstr "" -#: config/tc-sh.c:692 +#: config/tc-sh.c:890 msgid "must be @(r0,...)" msgstr "" -#: config/tc-sh.c:708 +#: config/tc-sh.c:906 msgid "syntax error in @(r0,...)" msgstr "" -#: config/tc-sh.c:741 config/tc-sh.c:746 +#: config/tc-sh.c:939 config/tc-sh.c:944 msgid "syntax error in @(disp,[Rn, gbr, pc])" msgstr "" -#: config/tc-sh.c:751 +#: config/tc-sh.c:949 msgid "expecting )" msgstr "" -#: config/tc-sh.c:760 +#: config/tc-sh.c:958 msgid "illegal register after @" msgstr "" -#: config/tc-sh.c:1321 +#: config/tc-sh.c:1519 #, c-format msgid "Invalid register: 'r%d'" msgstr "" -#: config/tc-sh.c:1484 +#: config/tc-sh.c:1682 msgid "insn can't be combined with parallel processing insn" msgstr "" -#: config/tc-sh.c:1491 config/tc-sh.c:1502 +#: config/tc-sh.c:1689 config/tc-sh.c:1700 msgid "multiple movx specifications" msgstr "" -#: config/tc-sh.c:1496 config/tc-sh.c:1523 +#: config/tc-sh.c:1694 config/tc-sh.c:1721 msgid "multiple movy specifications" msgstr "" -#: config/tc-sh.c:1504 +#: config/tc-sh.c:1702 msgid "invalid movx address register" msgstr "" -#: config/tc-sh.c:1510 config/tc-sh.c:1515 +#: config/tc-sh.c:1708 config/tc-sh.c:1713 msgid "invalid movx dsp register" msgstr "" -#: config/tc-sh.c:1532 config/tc-sh.c:1537 +#: config/tc-sh.c:1730 config/tc-sh.c:1735 msgid "invalid movy dsp register" msgstr "" -#: config/tc-sh.c:1541 +#: config/tc-sh.c:1739 msgid "invalid movy address register" msgstr "" -#: config/tc-sh.c:1547 +#: config/tc-sh.c:1745 msgid "dsp immediate shift value not constant" msgstr "" -#: config/tc-sh.c:1554 config/tc-sh.c:1567 +#: config/tc-sh.c:1752 config/tc-sh.c:1765 msgid "multiple parallel processing specifications" msgstr "" -#: config/tc-sh.c:1560 +#: config/tc-sh.c:1758 msgid "multiple condition specifications" msgstr "" -#: config/tc-sh.c:1576 +#: config/tc-sh.c:1774 msgid "insn cannot be combined with pmuls" msgstr "" -#: config/tc-sh.c:1593 +#: config/tc-sh.c:1791 msgid "bad padd / psub pmuls output operand" msgstr "" -#: config/tc-sh.c:1603 +#: config/tc-sh.c:1801 msgid "condition not followed by conditionalizable insn" msgstr "" -#: config/tc-sh.c:1613 +#: config/tc-sh.c:1811 msgid "unrecognized characters at end of parallel processing insn" msgstr "" -#: config/tc-sh.c:1729 +#: config/tc-sh.c:1927 #, c-format msgid "excess operands: '%s'" msgstr "" -#: config/tc-sh.c:1894 +#: config/tc-sh.c:2110 msgid ".uses pseudo-op seen when not relaxing" msgstr "" -#: config/tc-sh.c:1900 +#: config/tc-sh.c:2116 msgid "bad .uses format" msgstr "" -#: config/tc-sh.c:1961 +#: config/tc-sh.c:2177 msgid "" "SH options:\n" "-little\t\t\tgenerate little endian code\n" @@ -6184,63 +6184,63 @@ msgid "" "-dsp\t\t\tenable sh-dsp insns, and disable sh3e / sh4 insns.\n" msgstr "" -#: config/tc-sh.c:1972 config/tc-w65.c:861 +#: config/tc-sh.c:2188 config/tc-w65.c:861 msgid "call to tc_Nout_fix_to_chars \n" msgstr "" -#: config/tc-sh.c:2056 +#: config/tc-sh.c:2272 msgid ".uses does not refer to a local symbol in the same section" msgstr "" -#: config/tc-sh.c:2075 +#: config/tc-sh.c:2291 msgid "can't find fixup pointed to by .uses" msgstr "" -#: config/tc-sh.c:2098 +#: config/tc-sh.c:2314 msgid ".uses target does not refer to a local symbol in the same section" msgstr "" -#: config/tc-sh.c:2195 +#: config/tc-sh.c:2411 #, c-format msgid "at 0x%lx, displacement overflows 12-bit field" msgstr "" -#: config/tc-sh.c:2198 +#: config/tc-sh.c:2414 #, c-format msgid "at 0x%lx, displacement to defined symbol %s overflows 12-bit field" msgstr "" -#: config/tc-sh.c:2202 +#: config/tc-sh.c:2418 #, c-format msgid "at 0x%lx, displacement to undefined symbol %s overflows 12-bit field" msgstr "" -#: config/tc-sh.c:2319 +#: config/tc-sh.c:2535 #, c-format msgid "at 0x%lx, displacement overflows 8-bit field" msgstr "" -#: config/tc-sh.c:2322 +#: config/tc-sh.c:2538 #, c-format msgid "at 0x%lx, displacement to defined symbol %s overflows 8-bit field " msgstr "" -#: config/tc-sh.c:2326 +#: config/tc-sh.c:2542 #, c-format msgid "at 0x%lx, displacement to undefined symbol %s overflows 8-bit field " msgstr "" -#: config/tc-sh.c:2380 +#: config/tc-sh.c:2596 #, c-format msgid "overflow in branch to %s; converted into longer instruction sequence" msgstr "" -#: config/tc-sh.c:2455 config/tc-sh.c:2483 config/tc-sparc.c:4047 +#: config/tc-sh.c:2671 config/tc-sh.c:2699 config/tc-sparc.c:4047 #: config/tc-sparc.c:4066 msgid "misaligned data" msgstr "" -#: config/tc-sh.c:2757 +#: config/tc-sh.c:3054 msgid "misaligned offset" msgstr "" @@ -8027,16 +8027,16 @@ msgstr "" msgid "division by zero" msgstr "" -#: frags.c:87 +#: frags.c:86 #, c-format msgid "Can't extend frag %d. chars" msgstr "" -#: frags.c:175 +#: frags.c:167 msgid "attempt to allocate data in absolute section" msgstr "" -#: frags.c:181 +#: frags.c:173 msgid "attempt to allocate data in common section" msgstr "" @@ -8125,7 +8125,7 @@ msgid "form COL= needs absolute expresssion.\n" msgstr "" #. Turns the next expression into a string. -#: gasp.c:1565 macro.c:384 +#: gasp.c:1565 macro.c:387 #, c-format msgid "% operator needs absolute expression" msgstr "" @@ -8373,11 +8373,11 @@ msgstr "" #. same as the one used by input_scrub_new_file(), if that is #. not true, then this code will fail]. #. -#. If we are reading from stdin, then we need to save each input line -#. here (assuming of course that we actually have a line of input to read), -#. so that it can be displayed in the listing that is produced at the end -#. of the assembly. -#: input-file.c:150 input-scrub.c:239 listing.c:353 +#. If we are reading from stdin, then we need to save each input +#. line here (assuming of course that we actually have a line of +#. input to read), so that it can be displayed in the listing +#. that is produced at the end of the assembly. +#: input-file.c:150 input-scrub.c:239 listing.c:348 msgid "{standard input}" msgstr "" @@ -8412,65 +8412,65 @@ msgstr "" msgid "Unable to allocate memory for new instructions\n" msgstr "" -#: listing.c:252 +#: listing.c:247 msgid "Warning:" msgstr "" -#: listing.c:259 +#: listing.c:254 msgid "Error:" msgstr "" -#: listing.c:1145 +#: listing.c:1128 #, c-format msgid "can't open list file: %s" msgstr "" -#: listing.c:1169 +#: listing.c:1152 #, c-format msgid "error closing list file: %s" msgstr "" -#: listing.c:1250 +#: listing.c:1231 msgid "strange paper height, set to no form" msgstr "" -#: listing.c:1316 +#: listing.c:1297 msgid "New line in title" msgstr "" -#: macro.c:547 +#: macro.c:550 msgid "unexpected end of file in macro definition" msgstr "" -#: macro.c:556 +#: macro.c:559 msgid "missing ) after formals" msgstr "" -#: macro.c:713 +#: macro.c:716 msgid "missplaced )" msgstr "" -#: macro.c:975 +#: macro.c:978 msgid "confusion in formal parameters" msgstr "" -#: macro.c:980 +#: macro.c:983 msgid "macro formal argument does not exist" msgstr "" -#: macro.c:995 +#: macro.c:998 msgid "can't mix positional and keyword arguments" msgstr "" -#: macro.c:1003 +#: macro.c:1006 msgid "too many positional arguments" msgstr "" -#: macro.c:1183 +#: macro.c:1186 msgid "unexpected end of file in irp or irpc" msgstr "" -#: macro.c:1191 +#: macro.c:1194 msgid "missing model parameter" msgstr "" |