summaryrefslogtreecommitdiffstats
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-09-02 21:35:47 +0000
committerNick Clifton <nickc@redhat.com>2000-09-02 21:35:47 +0000
commit18e03609efaa52ca590d9de5440f3d86f8a77d0f (patch)
tree325edd83292603514a5cafa3f04da7b5222abb0e /binutils
parented26538621e3e439f12f1eb7639aea86f046e9bf (diff)
downloadppe42-binutils-18e03609efaa52ca590d9de5440f3d86f8a77d0f.tar.gz
ppe42-binutils-18e03609efaa52ca590d9de5440f3d86f8a77d0f.zip
Increase minor version number (to 2.10.91) to help tools detect the new
ability to support removal of duplciate DWARF@ debug information.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog8
-rw-r--r--binutils/Makefile.in78
-rw-r--r--binutils/aclocal.m4345
-rw-r--r--binutils/config.in12
-rwxr-xr-xbinutils/configure2
-rw-r--r--binutils/configure.in2
-rw-r--r--binutils/po/binutils.pot810
7 files changed, 837 insertions, 420 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 86d8303104..c7cad979c1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+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/binutils.pot: Regenerate.
+
2000-08-31 Alexandre Oliva <aoliva@redhat.com>
* acinclude.m4: Include libtool and gettext macros from the
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index fa5df10b84..c3e0a53526 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -74,6 +74,8 @@ BUILD_WINDRES = @BUILD_WINDRES@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
DATADIRNAME = @DATADIRNAME@
DEMANGLER_NAME = @DEMANGLER_NAME@
DLLTOOL = @DLLTOOL@
@@ -96,10 +98,12 @@ MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
NLMCONV_DEFS = @NLMCONV_DEFS@
OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
+STRIP = @STRIP@
UNDERSCORE = @UNDERSCORE@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
@@ -317,72 +321,88 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-nlmconv_OBJECTS = nlmconv.o nlmheader.o bucomm.o version.o filemode.o
+nlmconv_OBJECTS = nlmconv.$(OBJEXT) nlmheader.$(OBJEXT) \
+bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
nlmconv_LDADD = $(LDADD)
nlmconv_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
nlmconv_LDFLAGS =
-srconv_OBJECTS = srconv.o coffgrok.o bucomm.o version.o filemode.o
+srconv_OBJECTS = srconv.$(OBJEXT) coffgrok.$(OBJEXT) bucomm.$(OBJEXT) \
+version.$(OBJEXT) filemode.$(OBJEXT)
srconv_LDADD = $(LDADD)
srconv_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
srconv_LDFLAGS =
-sysdump_OBJECTS = sysdump.o bucomm.o version.o filemode.o
+sysdump_OBJECTS = sysdump.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) \
+filemode.$(OBJEXT)
sysdump_LDADD = $(LDADD)
sysdump_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
sysdump_LDFLAGS =
-coffdump_OBJECTS = coffdump.o coffgrok.o bucomm.o version.o filemode.o
+coffdump_OBJECTS = coffdump.$(OBJEXT) coffgrok.$(OBJEXT) \
+bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
coffdump_LDADD = $(LDADD)
coffdump_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
coffdump_LDFLAGS =
-dlltool_OBJECTS = dlltool.o defparse.o deflex.o bucomm.o version.o \
-filemode.o
+dlltool_OBJECTS = dlltool.$(OBJEXT) defparse.$(OBJEXT) deflex.$(OBJEXT) \
+bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
dlltool_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
dlltool_LDFLAGS =
-windres_OBJECTS = windres.o resrc.o rescoff.o resbin.o rcparse.o \
-rclex.o winduni.o resres.o bucomm.o version.o filemode.o
+windres_OBJECTS = windres.$(OBJEXT) resrc.$(OBJEXT) rescoff.$(OBJEXT) \
+resbin.$(OBJEXT) rcparse.$(OBJEXT) rclex.$(OBJEXT) winduni.$(OBJEXT) \
+resres.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
windres_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
windres_LDFLAGS =
-dllwrap_OBJECTS = dllwrap.o version.o
+dllwrap_OBJECTS = dllwrap.$(OBJEXT) version.$(OBJEXT)
dllwrap_DEPENDENCIES = ../libiberty/libiberty.a
dllwrap_LDFLAGS =
-size_OBJECTS = size.o bucomm.o version.o filemode.o
+size_OBJECTS = size.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) \
+filemode.$(OBJEXT)
size_LDADD = $(LDADD)
size_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
size_LDFLAGS =
-objdump_OBJECTS = objdump.o prdbg.o rddbg.o debug.o stabs.o ieee.o \
-rdcoff.o bucomm.o version.o filemode.o
+objdump_OBJECTS = objdump.$(OBJEXT) prdbg.$(OBJEXT) rddbg.$(OBJEXT) \
+debug.$(OBJEXT) stabs.$(OBJEXT) ieee.$(OBJEXT) rdcoff.$(OBJEXT) \
+bucomm.$(OBJEXT) version.$(OBJEXT) filemode.$(OBJEXT)
objdump_DEPENDENCIES = ../opcodes/libopcodes.la ../bfd/libbfd.la \
../libiberty/libiberty.a
objdump_LDFLAGS =
-ar_OBJECTS = arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o \
-bucomm.o version.o filemode.o
+ar_OBJECTS = arparse.$(OBJEXT) arlex.$(OBJEXT) ar.$(OBJEXT) \
+not-ranlib.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) bucomm.$(OBJEXT) \
+version.$(OBJEXT) filemode.$(OBJEXT)
ar_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
ar_LDFLAGS =
-strings_OBJECTS = strings.o bucomm.o version.o filemode.o
+strings_OBJECTS = strings.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) \
+filemode.$(OBJEXT)
strings_LDADD = $(LDADD)
strings_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
strings_LDFLAGS =
-ranlib_OBJECTS = ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o \
-bucomm.o version.o filemode.o
+ranlib_OBJECTS = ar.$(OBJEXT) is-ranlib.$(OBJEXT) arparse.$(OBJEXT) \
+arlex.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) bucomm.$(OBJEXT) \
+version.$(OBJEXT) filemode.$(OBJEXT)
ranlib_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
ranlib_LDFLAGS =
-objcopy_OBJECTS = objcopy.o not-strip.o rename.o rddbg.o debug.o \
-stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
+objcopy_OBJECTS = objcopy.$(OBJEXT) not-strip.$(OBJEXT) \
+rename.$(OBJEXT) rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) \
+ieee.$(OBJEXT) rdcoff.$(OBJEXT) wrstabs.$(OBJEXT) bucomm.$(OBJEXT) \
+version.$(OBJEXT) filemode.$(OBJEXT)
objcopy_LDADD = $(LDADD)
objcopy_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
objcopy_LDFLAGS =
-addr2line_OBJECTS = addr2line.o bucomm.o version.o filemode.o
+addr2line_OBJECTS = addr2line.$(OBJEXT) bucomm.$(OBJEXT) \
+version.$(OBJEXT) filemode.$(OBJEXT)
addr2line_LDADD = $(LDADD)
addr2line_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
addr2line_LDFLAGS =
-readelf_OBJECTS = readelf.o version.o
+readelf_OBJECTS = readelf.$(OBJEXT) version.$(OBJEXT)
readelf_DEPENDENCIES = ../libiberty/libiberty.a
readelf_LDFLAGS =
-nm_new_OBJECTS = nm.o bucomm.o version.o filemode.o
+nm_new_OBJECTS = nm.$(OBJEXT) bucomm.$(OBJEXT) version.$(OBJEXT) \
+filemode.$(OBJEXT)
nm_new_LDADD = $(LDADD)
nm_new_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
nm_new_LDFLAGS =
-strip_new_OBJECTS = objcopy.o is-strip.o rename.o rddbg.o debug.o \
-stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o
+strip_new_OBJECTS = objcopy.$(OBJEXT) is-strip.$(OBJEXT) \
+rename.$(OBJEXT) rddbg.$(OBJEXT) debug.$(OBJEXT) stabs.$(OBJEXT) \
+ieee.$(OBJEXT) rdcoff.$(OBJEXT) wrstabs.$(OBJEXT) bucomm.$(OBJEXT) \
+version.$(OBJEXT) filemode.$(OBJEXT)
strip_new_LDADD = $(LDADD)
strip_new_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
strip_new_LDFLAGS =
@@ -414,14 +434,14 @@ configure.in deflex.c defparse.c nlmheader.c rclex.c rcparse.c
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP_ENV = --best
SOURCES = $(nlmconv_SOURCES) $(srconv_SOURCES) $(sysdump_SOURCES) $(coffdump_SOURCES) $(dlltool_SOURCES) $(windres_SOURCES) $(dllwrap_SOURCES) $(size_SOURCES) $(objdump_SOURCES) $(ar_SOURCES) $(strings_SOURCES) $(ranlib_SOURCES) $(objcopy_SOURCES) $(addr2line_SOURCES) $(readelf_SOURCES) $(nm_new_SOURCES) $(strip_new_SOURCES) $(cxxfilt_SOURCES)
OBJECTS = $(nlmconv_OBJECTS) $(srconv_OBJECTS) $(sysdump_OBJECTS) $(coffdump_OBJECTS) $(dlltool_OBJECTS) $(windres_OBJECTS) $(dllwrap_OBJECTS) $(size_OBJECTS) $(objdump_OBJECTS) $(ar_OBJECTS) $(strings_OBJECTS) $(ranlib_OBJECTS) $(objcopy_OBJECTS) $(addr2line_OBJECTS) $(readelf_OBJECTS) $(nm_new_OBJECTS) $(strip_new_OBJECTS) $(cxxfilt_OBJECTS)
all: all-redirect
.SUFFIXES:
-.SUFFIXES: .S .c .dvi .info .l .lo .o .ps .s .texi .texinfo .txi .y
+.SUFFIXES: .S .c .dvi .info .l .lo .o .obj .ps .s .texi .texinfo .txi .y
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
@@ -502,6 +522,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 $<
@@ -510,6 +535,7 @@ maintainer-clean-noinstPROGRAMS:
mostlyclean-compile:
-rm -f *.o core *.core
+ -rm -f *.$(OBJEXT)
clean-compile:
diff --git a/binutils/aclocal.m4 b/binutils/aclocal.m4
index b468950d71..715b5f5c25 100644
--- a/binutils/aclocal.m4
+++ b/binutils/aclocal.m4
@@ -151,6 +151,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/binutils/config.in b/binutils/config.in
index 7b70d16d86..4b309d5bb1 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -136,6 +136,18 @@
/* Define if you have the <values.h> header file. */
#undef HAVE_VALUES_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/binutils/configure b/binutils/configure
index daacaab5e2..e1182c71c5 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -869,7 +869,7 @@ fi
PACKAGE=binutils
-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/binutils/configure.in b/binutils/configure.in
index 32683624c0..2bb1552536 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -5,7 +5,7 @@ AC_INIT(ar.c)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(binutils, 2.10.90)
+AM_INIT_AUTOMAKE(binutils, 2.10.91)
AM_PROG_LIBTOOL
diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot
index 0dedb126b9..b350d9b227 100644
--- a/binutils/po/binutils.pot
+++ b/binutils/po/binutils.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-20 16:47+0200\n"
+"POT-Creation-Date: 2000-09-02 13:46-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"
@@ -18,12 +18,12 @@ msgstr ""
#, c-format
msgid ""
"Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n"
-" [-e executable] [--exe=executable] [--demangle]\n"
+" [-e executable] [--exe=executable] [--demangle[=style]]\n"
" [--basenames] [--functions] [addr addr ...]\n"
msgstr ""
-#: addr2line.c:83 ar.c:287 nlmconv.c:1119 objcopy.c:359 objcopy.c:391
-#: readelf.c:1831 size.c:91 strings.c:530 windres.c:737
+#: addr2line.c:83 ar.c:288 nlmconv.c:1119 objcopy.c:359 objcopy.c:391
+#: readelf.c:1837 size.c:91 strings.c:530 windres.c:737
#, c-format
msgid "Report bugs to %s\n"
msgstr ""
@@ -33,6 +33,11 @@ msgstr ""
msgid "%s: can not get addresses from archive"
msgstr ""
+#: addr2line.c:310 nm.c:436 objdump.c:2844
+#, c-format
+msgid "unknown demangling style `%s'"
+msgstr ""
+
#: ar.c:236
#, c-format
msgid "no entry %s in archive\n"
@@ -41,8 +46,8 @@ msgstr ""
#: ar.c:253
#, c-format
msgid ""
-"Usage: %s [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file "
-"file...\n"
+"Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] "
+"archive-file file...\n"
msgstr ""
#: ar.c:256
@@ -141,47 +146,51 @@ msgstr ""
msgid " [V] - display the version number\n"
msgstr ""
-#: ar.c:282
+#: ar.c:279
+msgid " [-X32_64] - (ignored)\n"
+msgstr ""
+
+#: ar.c:283
#, c-format
msgid "Usage: %s [-vV] archive\n"
msgstr ""
-#: ar.c:487
+#: ar.c:499
msgid "two different operation options specified"
msgstr ""
-#: ar.c:562
+#: ar.c:574
#, c-format
msgid "illegal option -- %c"
msgstr ""
-#: ar.c:594
+#: ar.c:606
msgid "no operation specified"
msgstr ""
-#: ar.c:597
+#: ar.c:609
msgid "`u' is only meaningful with the `r' option."
msgstr ""
-#: ar.c:607
+#: ar.c:619
msgid "`N' is only meaningful with the `x' and `d' options."
msgstr ""
-#: ar.c:610
+#: ar.c:622
msgid "Value for `N' must be positive."
msgstr ""
-#: ar.c:693
+#: ar.c:705
#, c-format
msgid "internal error -- this option not implemented"
msgstr ""
-#: ar.c:812 ar.c:864 ar.c:1310 objcopy.c:1110
+#: ar.c:824 ar.c:876 ar.c:1322 objcopy.c:1110
#, c-format
msgid "internal stat error on %s"
msgstr ""
-#: ar.c:816
+#: ar.c:828
#, c-format
msgid ""
"\n"
@@ -189,37 +198,37 @@ msgid ""
"\n"
msgstr ""
-#: ar.c:833 ar.c:901
+#: ar.c:845 ar.c:913
#, c-format
msgid "%s is not a valid archive"
msgstr ""
-#: ar.c:869
+#: ar.c:881
#, c-format
msgid "stat returns negative size for %s"
msgstr ""
-#: ar.c:996
+#: ar.c:1008
#, c-format
msgid "%s is not an archive"
msgstr ""
-#: ar.c:1003
+#: ar.c:1015
#, c-format
msgid "creating %s"
msgstr ""
-#: ar.c:1209
+#: ar.c:1221
#, c-format
msgid "No member named `%s'\n"
msgstr ""
-#: ar.c:1261
+#: ar.c:1273
#, c-format
msgid "no entry %s in archive %s!"
msgstr ""
-#: ar.c:1422
+#: ar.c:1434
#, c-format
msgid "%s: no archive map to update"
msgstr ""
@@ -482,7 +491,7 @@ msgstr ""
msgid "Excluding symbol: %s"
msgstr ""
-#: dlltool.c:1424 dlltool.c:1435 nm.c:920 nm.c:931 objdump.c:441 objdump.c:458
+#: dlltool.c:1424 dlltool.c:1435 nm.c:946 nm.c:957 objdump.c:443 objdump.c:460
#, c-format
msgid "%s: no symbols"
msgstr ""
@@ -1374,8 +1383,12 @@ msgid ""
" -a, --debug-syms Display debugger-only symbols\n"
" -A, --print-file-name Print name of the input file before every symbol\n"
" -B Same as --format=bsd\n"
-" -C, --demangle Decode low-level symbol names into user-level "
+" -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
"names\n"
+" The STYLE, if specified, can be `auto' (the "
+"default),\n"
+" `gnu', 'lucid', 'arm', 'hp', 'edg' or "
+"'gnu-new-abi'\n"
" --no-demangle Do not demangle low-level symbol names\n"
" -D, --dynamic Display dynamic symbols instead of normal symbols\n"
" --defined-only Display only defined symbols\n"
@@ -1398,30 +1411,35 @@ msgid ""
" --target=BFDNAME Specify the target object format as BFDNAME\n"
" -u, --undefined-only Display only undefined symbols\n"
" -V, --version Display this program's version number\n"
+" -X 32_64 (ignored)\n"
"\n"
msgstr ""
-#: nm.c:325 objdump.c:272
+#: nm.c:328 objdump.c:274
#, c-format
msgid "Report bugs to %s.\n"
msgstr ""
-#: nm.c:358
+#: nm.c:361
#, c-format
msgid "%s: invalid radix"
msgstr ""
-#: nm.c:383
+#: nm.c:386
#, c-format
msgid "%s: invalid output format"
msgstr ""
-#: nm.c:509
+#: nm.c:493
+msgid "Only -X 32_64 is supported"
+msgstr ""
+
+#: nm.c:535
#, c-format
msgid "data size %ld"
msgstr ""
-#: nm.c:1299
+#: nm.c:1325
#, c-format
msgid ""
"\n"
@@ -1430,7 +1448,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1301
+#: nm.c:1327
#, c-format
msgid ""
"\n"
@@ -1439,14 +1457,14 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1302 nm.c:1356
+#: nm.c:1328 nm.c:1382
msgid ""
"Name Value Class Type Size Line "
"Section\n"
"\n"
msgstr ""
-#: nm.c:1353
+#: nm.c:1379
#, c-format
msgid ""
"\n"
@@ -1455,7 +1473,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1355
+#: nm.c:1381
#, c-format
msgid ""
"\n"
@@ -1464,7 +1482,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1526
+#: nm.c:1552
msgid ""
"\n"
"Archive index:\n"
@@ -1675,59 +1693,59 @@ msgstr ""
msgid "%s: don't know how to write debugging information for %s"
msgstr ""
-#: objcopy.c:1760
+#: objcopy.c:1761
#, c-format
msgid "%s: cannot stat: %s"
msgstr ""
-#: objcopy.c:1810
+#: objcopy.c:1811
msgid "byte number must be non-negative"
msgstr ""
-#: objcopy.c:1816
+#: objcopy.c:1817
msgid "interleave must be positive"
msgstr ""
-#: objcopy.c:1836 objcopy.c:1844
+#: objcopy.c:1837 objcopy.c:1845
#, c-format
msgid "%s both copied and removed"
msgstr ""
-#: objcopy.c:1913 objcopy.c:1983 objcopy.c:2084 objcopy.c:2112
+#: objcopy.c:1914 objcopy.c:1984 objcopy.c:2085 objcopy.c:2113
#, c-format
msgid "bad format for %s"
msgstr ""
-#: objcopy.c:1916
+#: objcopy.c:1917
#, c-format
msgid "cannot stat: %s: %s"
msgstr ""
-#: objcopy.c:1934
+#: objcopy.c:1935
#, c-format
msgid "cannot open: %s: %s"
msgstr ""
-#: objcopy.c:1938
+#: objcopy.c:1939
#, c-format
msgid "%s: fread failed"
msgstr ""
-#: objcopy.c:2052
+#: objcopy.c:2053
#, c-format
msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
msgstr ""
-#: objcopy.c:2146
+#: objcopy.c:2147
msgid "byte number must be less than interleave"
msgstr ""
-#: objcopy.c:2165
+#: objcopy.c:2166
#, c-format
msgid "Cannot stat: %s: %s"
msgstr ""
-#: objcopy.c:2205 objcopy.c:2219
+#: objcopy.c:2206 objcopy.c:2220
#, c-format
msgid "%s %s%c0x%s never used"
msgstr ""
@@ -1794,7 +1812,11 @@ msgid ""
"-S)\n"
" -l, --line-numbers Include line numbers and filenames in "
"output\n"
-" -C, --demangle Decode mangled/processed symbol names\n"
+" -C, --demangle[=STYLE] Decode mangled/processed symbol names\n"
+" The STYLE, if specified, can be `auto', "
+"'gnu',\n"
+" 'lucid', 'arm', 'hp', 'edg', or "
+"'gnu-new-abi'\n"
" -w, --wide Format output for more than 80 columns\n"
" -z, --disassemble-zeroes Do not skip blocks of zeroes when "
"disassembling\n"
@@ -1808,130 +1830,130 @@ msgid ""
"\n"
msgstr ""
-#: objdump.c:417
+#: objdump.c:419
msgid "Sections:\n"
msgstr ""
-#: objdump.c:420
+#: objdump.c:422
msgid "Idx Name Size VMA LMA File off Algn"
msgstr ""
-#: objdump.c:422
+#: objdump.c:424
msgid ""
"Idx Name Size VMA LMA File off "
"Algn"
msgstr ""
-#: objdump.c:426
+#: objdump.c:428
msgid " Flags"
msgstr ""
-#: objdump.c:476
+#: objdump.c:478
#, c-format
msgid "%s: not a dynamic object"
msgstr ""
-#: objdump.c:492
+#: objdump.c:494
#, c-format
msgid "%s: No dynamic symbols"
msgstr ""
-#: objdump.c:1195
+#: objdump.c:1197
msgid "Out of virtual memory"
msgstr ""
-#: objdump.c:1604
+#: objdump.c:1606
#, c-format
msgid "Can't use supplied machine %s"
msgstr ""
-#: objdump.c:1622
+#: objdump.c:1624
#, c-format
msgid "Can't disassemble for architecture %s\n"
msgstr ""
-#: objdump.c:1701
+#: objdump.c:1703
#, c-format
msgid "Disassembly of section %s:\n"
msgstr ""
-#: objdump.c:1875
+#: objdump.c:1877
#, c-format
msgid ""
"No %s section present\n"
"\n"
msgstr ""
-#: objdump.c:1882
+#: objdump.c:1884
#, c-format
msgid "%s has no %s section"
msgstr ""
-#: objdump.c:1896
+#: objdump.c:1898
#, c-format
msgid "Reading %s section of %s failed: %s"
msgstr ""
-#: objdump.c:1908
+#: objdump.c:1910
#, c-format
msgid "Reading %s section of %s failed: %s\n"
msgstr ""
-#: objdump.c:1951
+#: objdump.c:1953
#, c-format
msgid ""
"Contents of %s section:\n"
"\n"
msgstr ""
-#: objdump.c:2051
+#: objdump.c:2053
#, c-format
msgid "architecture: %s, "
msgstr ""
-#: objdump.c:2054
+#: objdump.c:2056
#, c-format
msgid "flags 0x%08x:\n"
msgstr ""
-#: objdump.c:2067
+#: objdump.c:2069
msgid ""
"\n"
"start address 0x"
msgstr ""
-#: objdump.c:2099
+#: objdump.c:2101
#, c-format
msgid ""
"\n"
"%s: file format %s\n"
msgstr ""
-#: objdump.c:2141
+#: objdump.c:2143
#, c-format
msgid "%s: printing debugging information failed"
msgstr ""
-#: objdump.c:2218
+#: objdump.c:2220
#, c-format
msgid "In archive %s:\n"
msgstr ""
-#: objdump.c:2270
+#: objdump.c:2272
#, c-format
msgid "Contents of section %s:\n"
msgstr ""
-#: objdump.c:2783
+#: objdump.c:2785
#, c-format
msgid "BFD header file version %s\n"
msgstr ""
-#: objdump.c:2856
+#: objdump.c:2869
msgid "unrecognized -E option"
msgstr ""
-#: objdump.c:2867
+#: objdump.c:2880
#, c-format
msgid "unrecognized --endian type `%s'"
msgstr ""
@@ -1941,22 +1963,22 @@ msgstr ""
msgid "parse_coff_type: Bad type code 0x%x"
msgstr ""
-#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:729
+#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:730
#, c-format
msgid "bfd_coff_get_syment failed: %s"
msgstr ""
-#: rdcoff.c:439 rdcoff.c:749
+#: rdcoff.c:439 rdcoff.c:750
#, c-format
msgid "bfd_coff_get_auxent failed: %s"
msgstr ""
-#: rdcoff.c:816
+#: rdcoff.c:817
#, c-format
msgid "%ld: .bf without preceding function"
msgstr ""
-#: rdcoff.c:866
+#: rdcoff.c:867
#, c-format
msgid "%ld: unexpected .ef\n"
msgstr ""
@@ -1970,955 +1992,955 @@ msgstr ""
msgid "Last stabs entries before error:\n"
msgstr ""
-#: readelf.c:300 readelf.c:326
+#: readelf.c:301 readelf.c:327
#, c-format
msgid "%s: Error: "
msgstr ""
-#: readelf.c:312 readelf.c:341
+#: readelf.c:313 readelf.c:342
#, c-format
msgid "%s: Warning: "
msgstr ""
-#: readelf.c:391 readelf.c:529
+#: readelf.c:392 readelf.c:530
#, c-format
msgid "Unhandled data length: %d\n"
msgstr ""
-#: readelf.c:591
+#: readelf.c:593
msgid "Don't know about relocations on this machine architecture\n"
msgstr ""
-#: readelf.c:631 readelf.c:660 readelf.c:692 readelf.c:720
+#: readelf.c:633 readelf.c:662 readelf.c:694 readelf.c:722
msgid "out of memory parsing relocs"
msgstr ""
-#: readelf.c:738
+#: readelf.c:740
msgid ""
" Offset Info Type Symbol's Value Symbol's Name "
"Addend\n"
msgstr ""
-#: readelf.c:741
+#: readelf.c:743
msgid " Offset Info Type Symbol's Value Symbol's Name\n"
msgstr ""
-#: readelf.c:892 readelf.c:894
+#: readelf.c:898 readelf.c:900
#, c-format
msgid "unrecognised: %-7lx"
msgstr ""
-#: readelf.c:919
+#: readelf.c:925
#, c-format
msgid "<string table index %3ld>"
msgstr ""
-#: readelf.c:1132
+#: readelf.c:1138
#, c-format
msgid "Processor Specific: %lx"
msgstr ""
-#: readelf.c:1151
+#: readelf.c:1157
#, c-format
msgid "Operating System specific: %lx"
msgstr ""
-#: readelf.c:1154 readelf.c:1634
+#: readelf.c:1160 readelf.c:1640
#, c-format
msgid "<unknown>: %lx"
msgstr ""
-#: readelf.c:1168
+#: readelf.c:1174
msgid "NONE (None)"
msgstr ""
-#: readelf.c:1169
+#: readelf.c:1175
msgid "REL (Relocatable file)"
msgstr ""
-#: readelf.c:1170
+#: readelf.c:1176
msgid "EXEC (Executable file)"
msgstr ""
-#: readelf.c:1171
+#: readelf.c:1177
msgid "DYN (Shared object file)"
msgstr ""
-#: readelf.c:1172
+#: readelf.c:1178
msgid "CORE (Core file)"
msgstr ""
-#: readelf.c:1176
+#: readelf.c:1182
#, c-format
msgid "Processor Specific: (%x)"
msgstr ""
-#: readelf.c:1178
+#: readelf.c:1184
#, c-format
msgid "OS Specific: (%x)"
msgstr ""
-#: readelf.c:1180 readelf.c:1259 readelf.c:1766
+#: readelf.c:1186 readelf.c:1265 readelf.c:1772
#, c-format
msgid "<unknown>: %x"
msgstr ""
-#: readelf.c:1193
+#: readelf.c:1199
msgid "None"
msgstr ""
-#: readelf.c:1804
+#: readelf.c:1810
msgid "Usage: readelf {options} elf-file(s)\n"
msgstr ""
-#: readelf.c:1805
+#: readelf.c:1811
msgid " Options are:\n"
msgstr ""
-#: readelf.c:1806
+#: readelf.c:1812
msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n"
msgstr ""
-#: readelf.c:1807
+#: readelf.c:1813
msgid " -h or --file-header Display the ELF file header\n"
msgstr ""
-#: readelf.c:1808
+#: readelf.c:1814
msgid " -l or --program-headers or --segments\n"
msgstr ""
-#: readelf.c:1809
+#: readelf.c:1815
msgid " Display the program headers\n"
msgstr ""
-#: readelf.c:1810
+#: readelf.c:1816
msgid " -S or --section-headers or --sections\n"
msgstr ""
-#: readelf.c:1811
+#: readelf.c:1817
msgid " Display the sections' header\n"
msgstr ""
-#: readelf.c:1812
+#: readelf.c:1818
msgid " -e or --headers Equivalent to: -h -l -S\n"
msgstr ""
-#: readelf.c:1813
+#: readelf.c:1819
msgid " -s or --syms or --symbols Display the symbol table\n"
msgstr ""
-#: readelf.c:1814
+#: readelf.c:1820
msgid " -n or --notes Display the core notes (if present)\n"
msgstr ""
-#: readelf.c:1815
+#: readelf.c:1821
msgid " -r or --relocs Display the relocations (if present)\n"
msgstr ""
-#: readelf.c:1816
+#: readelf.c:1822
msgid " -d or --dynamic Display the dynamic segment (if present)\n"
msgstr ""
-#: readelf.c:1817
+#: readelf.c:1823
msgid " -V or --version-info Display the version sections (if present)\n"
msgstr ""
-#: readelf.c:1818
+#: readelf.c:1824
msgid ""
" -A or --arch-specific Display architecture specific information (if "
"any).\n"
msgstr ""
-#: readelf.c:1819
+#: readelf.c:1825
msgid ""
" -D or --use-dynamic Use the dynamic section info when displaying "
"symbols\n"
msgstr ""
-#: readelf.c:1820
+#: readelf.c:1826
msgid " -x <number> or --hex-dump=<number>\n"
msgstr ""
-#: readelf.c:1821
+#: readelf.c:1827
msgid " Dump the contents of section <number>\n"
msgstr ""
-#: readelf.c:1822
+#: readelf.c:1828
msgid " -w[liapr] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges]\n"
msgstr ""
-#: readelf.c:1823
+#: readelf.c:1829
msgid ""
" Display the contents of DWARF2 debug sections\n"
msgstr ""
-#: readelf.c:1825
+#: readelf.c:1831
msgid " -i <number> or --instruction-dump=<number>\n"
msgstr ""
-#: readelf.c:1826
+#: readelf.c:1832
msgid ""
" Disassemble the contents of section <number>\n"
msgstr ""
-#: readelf.c:1828
+#: readelf.c:1834
msgid " -I or --histogram Display histogram of bucket list lengths\n"
msgstr ""
-#: readelf.c:1829
+#: readelf.c:1835
msgid " -v or --version Display the version number of readelf\n"
msgstr ""
-#: readelf.c:1830
+#: readelf.c:1836
msgid " -H or --help Display this information\n"
msgstr ""
-#: readelf.c:1848
+#: readelf.c:1854
msgid "Out of memory allocating dump request table."
msgstr ""
-#: readelf.c:1983
+#: readelf.c:1989
#, c-format
msgid "Unrecognised debug option '%s'\n"
msgstr ""
-#: readelf.c:2008
+#: readelf.c:2014
#, c-format
msgid "Invalid option '-%c'\n"
msgstr ""
-#: readelf.c:2021
+#: readelf.c:2027
msgid "Nothing to do.\n"
msgstr ""
-#: readelf.c:2034 readelf.c:2051 readelf.c:3681
+#: readelf.c:2040 readelf.c:2057 readelf.c:3687
msgid "none"
msgstr ""
-#: readelf.c:2035
+#: readelf.c:2041
msgid "ELF32"
msgstr ""
-#: readelf.c:2036
+#: readelf.c:2042
msgid "ELF64"
msgstr ""
-#: readelf.c:2038 readelf.c:2055 readelf.c:2083
+#: readelf.c:2044 readelf.c:2061 readelf.c:2089
#, c-format
msgid "<unknown: %x>"
msgstr ""
-#: readelf.c:2052
+#: readelf.c:2058
msgid "2's complement, little endian"
msgstr ""
-#: readelf.c:2053
+#: readelf.c:2059
msgid "2's complement, big endian"
msgstr ""
-#: readelf.c:2068
+#: readelf.c:2074
msgid "UNIX - System V"
msgstr ""
-#: readelf.c:2069
+#: readelf.c:2075
msgid "UNIX - HP-UX"
msgstr ""
-#: readelf.c:2070
+#: readelf.c:2076
msgid "UNIX - NetBSD"
msgstr ""
-#: readelf.c:2071
+#: readelf.c:2077
msgid "UNIX - Linux"
msgstr ""
-#: readelf.c:2072
+#: readelf.c:2078
msgid "GNU/Hurd"
msgstr ""
-#: readelf.c:2073
+#: readelf.c:2079
msgid "UNIX - Solaris"
msgstr ""
-#: readelf.c:2074
+#: readelf.c:2080
msgid "UNIX - Monterey"
msgstr ""
-#: readelf.c:2075
+#: readelf.c:2081
msgid "UNIX - IRIX"
msgstr ""
-#: readelf.c:2076
+#: readelf.c:2082
msgid "UNIX - FreeBSD"
msgstr ""
-#: readelf.c:2077
+#: readelf.c:2083
msgid "UNIX - TRU64"
msgstr ""
-#: readelf.c:2078
+#: readelf.c:2084
msgid "Novell - Modesto"
msgstr ""
-#: readelf.c:2079
+#: readelf.c:2085
msgid "UNIX - OpenBSD"
msgstr ""
-#: readelf.c:2080
+#: readelf.c:2086
msgid "Standalone App"
msgstr ""
-#: readelf.c:2081
+#: readelf.c:2087
msgid "ARM"
msgstr ""
-#: readelf.c:2098
+#: readelf.c:2104
msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
msgstr ""
-#: readelf.c:2106
+#: readelf.c:2112
msgid "ELF Header:\n"
msgstr ""
-#: readelf.c:2107
+#: readelf.c:2113
msgid " Magic: "
msgstr ""
-#: readelf.c:2111
+#: readelf.c:2117
#, c-format
msgid " Class: %s\n"
msgstr ""
-#: readelf.c:2113
+#: readelf.c:2119
#, c-format
msgid " Data: %s\n"
msgstr ""
-#: readelf.c:2115
+#: readelf.c:2121
#, c-format
msgid " Version: %d %s\n"
msgstr ""
-#: readelf.c:2122
+#: readelf.c:2128
#, c-format
msgid " OS/ABI: %s\n"
msgstr ""
-#: readelf.c:2124
+#: readelf.c:2130
#, c-format
msgid " ABI Version: %d\n"
msgstr ""
-#: readelf.c:2126
+#: readelf.c:2132
#, c-format
msgid " Type: %s\n"
msgstr ""
-#: readelf.c:2128
+#: readelf.c:2134
#, c-format
msgid " Machine: %s\n"
msgstr ""
-#: readelf.c:2130
+#: readelf.c:2136
#, c-format
msgid " Version: 0x%lx\n"
msgstr ""
-#: readelf.c:2133
+#: readelf.c:2139
msgid " Entry point address: "
msgstr ""
-#: readelf.c:2135
+#: readelf.c:2141
msgid ""
"\n"
" Start of program headers: "
msgstr ""
-#: readelf.c:2137
+#: readelf.c:2143
msgid ""
" (bytes into file)\n"
" Start of section headers: "
msgstr ""
-#: readelf.c:2139
+#: readelf.c:2145
msgid " (bytes into file)\n"
msgstr ""
-#: readelf.c:2141
+#: readelf.c:2147
#, c-format
msgid " Flags: 0x%lx%s\n"
msgstr ""
-#: readelf.c:2144
+#: readelf.c:2150
#, c-format
msgid " Size of this header: %ld (bytes)\n"
msgstr ""
-#: readelf.c:2146
+#: readelf.c:2152
#, c-format
msgid " Size of program headers: %ld (bytes)\n"
msgstr ""
-#: readelf.c:2148
+#: readelf.c:2154
#, c-format
msgid " Number of program headers: %ld\n"
msgstr ""
-#: readelf.c:2150
+#: readelf.c:2156
#, c-format
msgid " Size of section headers: %ld (bytes)\n"
msgstr ""
-#: readelf.c:2152
+#: readelf.c:2158
#, c-format
msgid " Number of section headers: %ld\n"
msgstr ""
-#: readelf.c:2154
+#: readelf.c:2160
#, c-format
msgid " Section header string table index: %ld\n"
msgstr ""
-#: readelf.c:2239
+#: readelf.c:2245
msgid ""
"\n"
"There are no program headers in this file.\n"
msgstr ""
-#: readelf.c:2245
+#: readelf.c:2251
#, c-format
msgid ""
"\n"
"Elf file type is %s\n"
msgstr ""
-#: readelf.c:2246
+#: readelf.c:2252
msgid "Entry point "
msgstr ""
-#: readelf.c:2248
+#: readelf.c:2254
#, c-format
msgid ""
"\n"
"There are %d program headers, starting at offset "
msgstr ""
-#: readelf.c:2259 readelf.c:2435 readelf.c:2477 readelf.c:2520 readelf.c:2561
-#: readelf.c:3074 readelf.c:3115 readelf.c:3291 readelf.c:4299 readelf.c:4313
-#: readelf.c:7068 readelf.c:7108
+#: readelf.c:2265 readelf.c:2441 readelf.c:2483 readelf.c:2526 readelf.c:2567
+#: readelf.c:3080 readelf.c:3121 readelf.c:3297 readelf.c:4305 readelf.c:4319
+#: readelf.c:7087 readelf.c:7127
msgid "Out of memory\n"
msgstr ""
-#: readelf.c:2277
+#: readelf.c:2283
#, c-format
msgid ""
"\n"
"Program Header%s:\n"
msgstr ""
-#: readelf.c:2281
+#: readelf.c:2287
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:2285
+#: readelf.c:2291
msgid " Type Offset VirtAddr PhysAddr\n"
msgstr ""
-#: readelf.c:2287
+#: readelf.c:2293
msgid " FileSiz MemSiz Flags Align\n"
msgstr ""
-#: readelf.c:2345
+#: readelf.c:2351
msgid "more than one dynamic segment\n"
msgstr ""
-#: readelf.c:2353
+#: readelf.c:2359
msgid "Unable to find program interpreter name\n"
msgstr ""
-#: readelf.c:2360
+#: readelf.c:2366
#, c-format
msgid ""
"\n"
" [Requesting program interpreter: %s]"
msgstr ""
-#: readelf.c:2378
+#: readelf.c:2384
msgid ""
"\n"
" Section to Segment mapping:\n"
msgstr ""
-#: readelf.c:2379
+#: readelf.c:2385
msgid " Segment Sections...\n"
msgstr ""
-#: readelf.c:2642
+#: readelf.c:2648
msgid ""
"\n"
"There are no sections in this file.\n"
msgstr ""
-#: readelf.c:2648
+#: readelf.c:2654
#, c-format
msgid "There are %d section headers, starting at offset 0x%lx:\n"
msgstr ""
-#: readelf.c:2688
+#: readelf.c:2694
msgid "File contains multiple dynamic symbol tables\n"
msgstr ""
-#: readelf.c:2701
+#: readelf.c:2707
msgid "File contains multiple dynamic string tables\n"
msgstr ""
-#: readelf.c:2728
+#: readelf.c:2734
#, c-format
msgid ""
"\n"
"Section Header%s:\n"
msgstr ""
-#: readelf.c:2732
+#: readelf.c:2738
msgid ""
" [Nr] Name Type Addr Off Size ES Flg Lk "
"Inf Al\n"
msgstr ""
-#: readelf.c:2735
+#: readelf.c:2741
msgid " [Nr] Name Type Address Offset\n"
msgstr ""
-#: readelf.c:2736
+#: readelf.c:2742
msgid " Size EntSize Flags Link Info Align\n"
msgstr ""
-#: readelf.c:2783
+#: readelf.c:2789
msgid ""
"Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings)\n"
msgstr ""
-#: readelf.c:2784
+#: readelf.c:2790
msgid ""
" I (info), L (link order), O (extra OS processing required)\n"
msgstr ""
-#: readelf.c:2785
+#: readelf.c:2791
msgid " o (os specific), p (processor specific) x (unknown)\n"
msgstr ""
-#: readelf.c:2843
+#: readelf.c:2849
#, c-format
msgid ""
"\n"
"Relocation section at offset 0x%lx contains %ld bytes:\n"
msgstr ""
-#: readelf.c:2850
+#: readelf.c:2856
msgid ""
"\n"
"There are no dynamic relocations in this file.\n"
msgstr ""
-#: readelf.c:2878
+#: readelf.c:2884
msgid ""
"\n"
"Relocation section "
msgstr ""
-#: readelf.c:2885
+#: readelf.c:2891
#, c-format
msgid " at offset 0x%lx contains %lu entries:\n"
msgstr ""
-#: readelf.c:2913
+#: readelf.c:2919
msgid ""
"\n"
"There are no relocations in this file.\n"
msgstr ""
-#: readelf.c:3168
+#: readelf.c:3174
msgid ""
"\n"
"There is no dynamic segment in this file.\n"
msgstr ""
-#: readelf.c:3202
+#: readelf.c:3208
msgid "Unable to seek to end of file!"
msgstr ""
-#: readelf.c:3211
+#: readelf.c:3217
msgid "Unable to determine the number of symbols to load\n"
msgstr ""
-#: readelf.c:3241
+#: readelf.c:3247
msgid "Unable to seek to end of file\n"
msgstr ""
-#: readelf.c:3247
+#: readelf.c:3253
msgid "Unable to determine the length of the dynamic string table\n"
msgstr ""
-#: readelf.c:3308
+#: readelf.c:3314
#, c-format
msgid ""
"\n"
"Dynamic segment at offset 0x%x contains %ld entries:\n"
msgstr ""
-#: readelf.c:3311
+#: readelf.c:3317
msgid " Tag Type Name/Value\n"
msgstr ""
-#: readelf.c:3347
+#: readelf.c:3353
msgid "Auxiliary library"
msgstr ""
-#: readelf.c:3351
+#: readelf.c:3357
msgid "Filter library"
msgstr ""
-#: readelf.c:3355
+#: readelf.c:3361
msgid "Configuration file"
msgstr ""
-#: readelf.c:3359
+#: readelf.c:3365
msgid "Dependency audit library"
msgstr ""
-#: readelf.c:3363
+#: readelf.c:3369
msgid "Audit library"
msgstr ""
-#: readelf.c:3381 readelf.c:3407 readelf.c:3433
+#: readelf.c:3387 readelf.c:3413 readelf.c:3439
msgid "Flags:"
msgstr ""
-#: readelf.c:3383 readelf.c:3409 readelf.c:3435
+#: readelf.c:3389 readelf.c:3415 readelf.c:3441
msgid " None\n"
msgstr ""
-#: readelf.c:3554
+#: readelf.c:3560
#, c-format
msgid "Shared library: [%s]"
msgstr ""
-#: readelf.c:3557
+#: readelf.c:3563
msgid " program interpreter"
msgstr ""
-#: readelf.c:3561
+#: readelf.c:3567
#, c-format
msgid "Library soname: [%s]"
msgstr ""
-#: readelf.c:3565
+#: readelf.c:3571
#, c-format
msgid "Library rpath: [%s]"
msgstr ""
-#: readelf.c:3569
+#: readelf.c:3575
#, c-format
msgid "Library runpath: [%s]"
msgstr ""
-#: readelf.c:3630
+#: readelf.c:3636
#, c-format
msgid "Not needed object: [%s]\n"
msgstr ""
-#: readelf.c:3727
+#: readelf.c:3733
#, c-format
msgid ""
"\n"
"Version definition section '%s' contains %ld entries:\n"
msgstr ""
-#: readelf.c:3730
+#: readelf.c:3736
msgid " Addr: 0x"
msgstr ""
-#: readelf.c:3732 readelf.c:3920
+#: readelf.c:3738 readelf.c:3926
#, c-format
msgid " Offset: %#08lx Link: %lx (%s)\n"
msgstr ""
-#: readelf.c:3762
+#: readelf.c:3768
#, c-format
msgid " %#06x: Rev: %d Flags: %s"
msgstr ""
-#: readelf.c:3765
+#: readelf.c:3771
#, c-format
msgid " Index: %d Cnt: %d "
msgstr ""
-#: readelf.c:3776
+#: readelf.c:3782
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: readelf.c:3778
+#: readelf.c:3784
#, c-format
msgid "Name index: %ld\n"
msgstr ""
-#: readelf.c:3793
+#: readelf.c:3799
#, c-format
msgid " %#06x: Parent %d: %s\n"
msgstr ""
-#: readelf.c:3796
+#: readelf.c:3802
#, c-format
msgid " %#06x: Parent %d, name index: %ld\n"
msgstr ""
-#: readelf.c:3815
+#: readelf.c:3821
#, c-format
msgid ""
"\n"
"Version needs section '%s' contains %ld entries:\n"
msgstr ""
-#: readelf.c:3818
+#: readelf.c:3824
msgid " Addr: 0x"
msgstr ""
-#: readelf.c:3820
+#: readelf.c:3826
#, c-format
msgid " Offset: %#08lx Link to section: %ld (%s)\n"
msgstr ""
-#: readelf.c:3846
+#: readelf.c:3852
#, c-format
msgid " %#06x: Version: %d"
msgstr ""
-#: readelf.c:3849
+#: readelf.c:3855
#, c-format
msgid " File: %s"
msgstr ""
-#: readelf.c:3851
+#: readelf.c:3857
#, c-format
msgid " File: %lx"
msgstr ""
-#: readelf.c:3853
+#: readelf.c:3859
#, c-format
msgid " Cnt: %d\n"
msgstr ""
-#: readelf.c:3871
+#: readelf.c:3877
#, c-format
msgid " %#06x: Name: %s"
msgstr ""
-#: readelf.c:3874
+#: readelf.c:3880
#, c-format
msgid " %#06x: Name index: %lx"
msgstr ""
-#: readelf.c:3877
+#: readelf.c:3883
#, c-format
msgid " Flags: %s Version: %d\n"
msgstr ""
-#: readelf.c:3915
+#: readelf.c:3921
#, c-format
msgid ""
"\n"
"Version symbols section '%s' contains %d entries:\n"
msgstr ""
-#: readelf.c:3918
+#: readelf.c:3924
msgid " Addr: "
msgstr ""
-#: readelf.c:3948
+#: readelf.c:3954
msgid " 0 (*local*) "
msgstr ""
-#: readelf.c:3952
+#: readelf.c:3958
msgid " 1 (*global*) "
msgstr ""
-#: readelf.c:4174
+#: readelf.c:4180
msgid ""
"\n"
"No version information found in this file.\n"
msgstr ""
-#: readelf.c:4192 readelf.c:4227
+#: readelf.c:4198 readelf.c:4233
#, c-format
msgid "<processor specific>: %d"
msgstr ""
-#: readelf.c:4194 readelf.c:4239
+#: readelf.c:4200 readelf.c:4245
#, c-format
msgid "<OS specific>: %d"
msgstr ""
-#: readelf.c:4196 readelf.c:4242
+#: readelf.c:4202 readelf.c:4248
#, c-format
msgid "<unknown>: %d"
msgstr ""
-#: readelf.c:4305
+#: readelf.c:4311
msgid "Unable to read in dynamic data\n"
msgstr ""
-#: readelf.c:4347
+#: readelf.c:4353
msgid "Unable to seek to start of dynamic information"
msgstr ""
-#: readelf.c:4353
+#: readelf.c:4359
msgid "Failed to read in number of buckets\n"
msgstr ""
-#: readelf.c:4359
+#: readelf.c:4365
msgid "Failed to read in number of chains\n"
msgstr ""
-#: readelf.c:4379
+#: readelf.c:4385
msgid ""
"\n"
"Symbol table for image:\n"
msgstr ""
-#: readelf.c:4381
+#: readelf.c:4387
msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:4383
+#: readelf.c:4389
msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:4427
+#: readelf.c:4433
#, c-format
msgid ""
"\n"
"Symbol table '%s' contains %lu entries:\n"
msgstr ""
-#: readelf.c:4431
+#: readelf.c:4437
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:4433
+#: readelf.c:4439
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:4542
+#: readelf.c:4548
msgid "bad dynamic symbol"
msgstr ""
-#: readelf.c:4601
+#: readelf.c:4607
msgid ""
"\n"
"Dynamic symbol information is not available for displaying symbols.\n"
msgstr ""
-#: readelf.c:4613
+#: readelf.c:4619
#, c-format
msgid ""
"\n"
"Histogram for bucket list length (total of %d buckets):\n"
msgstr ""
-#: readelf.c:4615
+#: readelf.c:4621
msgid " Length Number %% of total Coverage\n"
msgstr ""
-#: readelf.c:4620 readelf.c:4639 readelf.c:6750 readelf.c:6943
+#: readelf.c:4626 readelf.c:4645 readelf.c:6769 readelf.c:6962
msgid "Out of memory"
msgstr ""
-#: readelf.c:4688
+#: readelf.c:4694
#, c-format
msgid ""
"\n"
"Dynamic info segment at offset 0x%lx contains %d entries:\n"
msgstr ""
-#: readelf.c:4691
+#: readelf.c:4697
msgid " Num: Name BoundTo Flags\n"
msgstr ""
-#: readelf.c:4739
+#: readelf.c:4745
#, c-format
msgid ""
"\n"
"Assembly dump of section %s\n"
msgstr ""
-#: readelf.c:4762
+#: readelf.c:4768
#, c-format
msgid ""
"\n"
"Section '%s' has no data to dump.\n"
msgstr ""
-#: readelf.c:4767
+#: readelf.c:4773
#, c-format
msgid ""
"\n"
"Hex dump of section '%s':\n"
msgstr ""
-#: readelf.c:4919
+#: readelf.c:4925
msgid "badly formed extended line op encountered!"
msgstr ""
-#: readelf.c:4926
+#: readelf.c:4932
#, c-format
msgid " Extended opcode %d: "
msgstr ""
-#: readelf.c:4931
+#: readelf.c:4937
msgid ""
"End of Sequence\n"
"\n"
msgstr ""
-#: readelf.c:4937
+#: readelf.c:4943
#, c-format
msgid "set Address to 0x%lx\n"
msgstr ""
-#: readelf.c:4942
+#: readelf.c:4948
msgid " define new File Table entry\n"
msgstr ""
-#: readelf.c:4943 readelf.c:5065
+#: readelf.c:4949 readelf.c:5071
msgid " Entry\tDir\tTime\tSize\tName\n"
msgstr ""
-#: readelf.c:4945
+#: readelf.c:4951
#, c-format
msgid " %d\t"
msgstr ""
-#: readelf.c:4948 readelf.c:4950 readelf.c:4952 readelf.c:5077 readelf.c:5079
-#: readelf.c:5081
+#: readelf.c:4954 readelf.c:4956 readelf.c:4958 readelf.c:5083 readelf.c:5085
+#: readelf.c:5087
#, c-format
msgid "%lu\t"
msgstr ""
-#: readelf.c:4953
+#: readelf.c:4959
#, c-format
msgid ""
"%s\n"
"\n"
msgstr ""
-#: readelf.c:4957
+#: readelf.c:4963
#, c-format
msgid "UNKNOWN: length %d\n"
msgstr ""
-#: readelf.c:4983
+#: readelf.c:4989
#, c-format
msgid ""
"\n"
@@ -2926,493 +2948,497 @@ msgid ""
"\n"
msgstr ""
-#: readelf.c:4995
+#: readelf.c:5001
msgid "The line info appears to be corrupt - the section is too small\n"
msgstr ""
-#: readelf.c:5003
+#: readelf.c:5009
msgid "Only DWARF version 2 line info is currently supported.\n"
msgstr ""
-#: readelf.c:5018
+#: readelf.c:5024
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:5019
+#: readelf.c:5025
#, c-format
msgid " DWARF Version: %d\n"
msgstr ""
-#: readelf.c:5020
+#: readelf.c:5026
#, c-format
msgid " Prolgue Length: %d\n"
msgstr ""
-#: readelf.c:5021
+#: readelf.c:5027
#, c-format
msgid " Minimum Instruction Length: %d\n"
msgstr ""
-#: readelf.c:5022
+#: readelf.c:5028
#, c-format
msgid " Initial value of 'is_stmt': %d\n"
msgstr ""
-#: readelf.c:5023
+#: readelf.c:5029
#, c-format
msgid " Line Base: %d\n"
msgstr ""
-#: readelf.c:5024
+#: readelf.c:5030
#, c-format
msgid " Line Range: %d\n"
msgstr ""
-#: readelf.c:5025
+#: readelf.c:5031
#, c-format
msgid " Opcode Base: %d\n"
msgstr ""
-#: readelf.c:5034
+#: readelf.c:5040
msgid ""
"\n"
" Opcodes:\n"
msgstr ""
-#: readelf.c:5037
+#: readelf.c:5043
#, c-format
msgid " Opcode %d has %d args\n"
msgstr ""
-#: readelf.c:5043
+#: readelf.c:5049
msgid ""
"\n"
" The Directory Table is empty.\n"
msgstr ""
-#: readelf.c:5046
+#: readelf.c:5052
msgid ""
"\n"
" The Directory Table:\n"
msgstr ""
-#: readelf.c:5050
+#: readelf.c:5056
#, c-format
msgid " %s\n"
msgstr ""
-#: readelf.c:5061
+#: readelf.c:5067
msgid ""
"\n"
" The File Name Table is empty.\n"
msgstr ""
-#: readelf.c:5064
+#: readelf.c:5070
msgid ""
"\n"
" The File Name Table:\n"
msgstr ""
-#: readelf.c:5072
+#: readelf.c:5078
#, c-format
msgid " %d\t"
msgstr ""
-#: readelf.c:5083
+#: readelf.c:5089
#, c-format
msgid "%s\n"
msgstr ""
#. Now display the statements.
-#: readelf.c:5091
+#: readelf.c:5097
msgid ""
"\n"
" Line Number Statements:\n"
msgstr ""
-#: readelf.c:5110
+#: readelf.c:5116
msgid " Copy\n"
msgstr ""
-#: readelf.c:5117
+#: readelf.c:5123
#, c-format
msgid " Advance PC by %d to %lx\n"
msgstr ""
-#: readelf.c:5125
+#: readelf.c:5131
#, c-format
msgid " Advance Line by %d to %d\n"
msgstr ""
-#: readelf.c:5132
+#: readelf.c:5138
#, c-format
msgid " Set File Name to entry %d in the File Name Table\n"
msgstr ""
-#: readelf.c:5140
+#: readelf.c:5146
#, c-format
msgid " Set column to %d\n"
msgstr ""
-#: readelf.c:5147
+#: readelf.c:5153
#, c-format
msgid " Set is_stmt to %d\n"
msgstr ""
-#: readelf.c:5152
+#: readelf.c:5158
msgid " Set basic block\n"
msgstr ""
-#: readelf.c:5160
+#: readelf.c:5166
#, c-format
msgid " Advance PC by constant %d to 0x%lx\n"
msgstr ""
-#: readelf.c:5168
+#: readelf.c:5174
#, c-format
msgid " Advance PC by fixed size amount %d to 0x%lx\n"
msgstr ""
-#: readelf.c:5176
+#: readelf.c:5182
#, c-format
msgid " Special opcode %d: advance Address by %d to 0x%lx"
msgstr ""
-#: readelf.c:5180
+#: readelf.c:5186
#, c-format
msgid " and Line by %d to %d\n"
msgstr ""
-#: readelf.c:5203 readelf.c:5625
+#: readelf.c:5209 readelf.c:5638
#, c-format
msgid ""
"Contents of the %s section:\n"
"\n"
msgstr ""
-#: readelf.c:5222
-msgid "Only DWARF 2 pubnames are currently supported"
+#: readelf.c:5232
+msgid "Only DWARF 2 pubnames are currently supported\n"
msgstr ""
-#: readelf.c:5226
+#: readelf.c:5239
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:5228
+#: readelf.c:5241
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: readelf.c:5230
+#: readelf.c:5243
#, c-format
msgid " Offset into .debug_info section: %ld\n"
msgstr ""
-#: readelf.c:5232
+#: readelf.c:5245
#, c-format
msgid " Size of area in .debug_info section: %ld\n"
msgstr ""
-#: readelf.c:5235
+#: readelf.c:5248
msgid ""
"\n"
" Offset\tName\n"
msgstr ""
-#: readelf.c:5317
+#: readelf.c:5330
#, c-format
msgid "Unknown TAG value: %lx"
msgstr ""
-#: readelf.c:5412
+#: readelf.c:5425
#, c-format
msgid "Unknown AT value: %lx"
msgstr ""
-#: readelf.c:5449
+#: readelf.c:5462
#, c-format
msgid "Unknown FORM value: %lx"
msgstr ""
-#: readelf.c:5631
+#: readelf.c:5644
msgid " Number TAG\n"
msgstr ""
-#: readelf.c:5637
+#: readelf.c:5650
#, c-format
msgid " %ld %s [%s]\n"
msgstr ""
-#: readelf.c:5640
+#: readelf.c:5653
msgid "has children"
msgstr ""
-#: readelf.c:5640
+#: readelf.c:5653
msgid "no children"
msgstr ""
-#: readelf.c:5644
+#: readelf.c:5657
#, c-format
msgid " %-18s %s\n"
msgstr ""
-#: readelf.c:5663
+#: readelf.c:5676
#, c-format
msgid " %lu byte block: "
msgstr ""
-#: readelf.c:5970
+#: readelf.c:5983
msgid "(User defined location op)"
msgstr ""
-#: readelf.c:5972
+#: readelf.c:5985
msgid "(Unknown location op)"
msgstr ""
-#: readelf.c:6099
+#: readelf.c:6112
#, c-format
msgid "Unable to handle FORM: %d"
msgstr ""
-#: readelf.c:6103
+#: readelf.c:6116
#, c-format
msgid "Unrecognised form: %d"
msgstr ""
-#: readelf.c:6116
+#: readelf.c:6129
msgid "(not inlined)"
msgstr ""
-#: readelf.c:6117
+#: readelf.c:6130
msgid "(inlined)"
msgstr ""
-#: readelf.c:6118
+#: readelf.c:6131
msgid "(declared as inline but ignored)"
msgstr ""
-#: readelf.c:6119
+#: readelf.c:6132
msgid "(declared as inline and inlined)"
msgstr ""
-#: readelf.c:6120
+#: readelf.c:6133
#, c-format
msgid " (Unknown inline attribute value: %lx)"
msgstr ""
-#: readelf.c:6249 readelf.c:6375
+#: readelf.c:6262 readelf.c:6388
#, c-format
msgid ""
"The section %s contains:\n"
"\n"
msgstr ""
-#: readelf.c:6273
+#: readelf.c:6286
msgid "Only version 2 DWARF debug information is currently supported.\n"
msgstr ""
-#: readelf.c:6277
+#: readelf.c:6290
msgid " Compilation Unit:\n"
msgstr ""
-#: readelf.c:6278
+#: readelf.c:6291
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:6279
+#: readelf.c:6292
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: readelf.c:6280
+#: readelf.c:6293
#, c-format
msgid " Abbrev Offset: %ld\n"
msgstr ""
-#: readelf.c:6281
+#: readelf.c:6294
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: readelf.c:6301
+#: readelf.c:6314
msgid "Unable to locate .debug_abbrev section!\n"
msgstr ""
-#: readelf.c:6341
+#: readelf.c:6354
#, c-format
msgid "Unable to locate entry %lu in the abbreviation table\n"
msgstr ""
-#: readelf.c:6346
+#: readelf.c:6359
#, c-format
msgid " <%d><%x>: Abbrev Number: %lu (%s)\n"
msgstr ""
-#: readelf.c:6394
+#: readelf.c:6409
+msgid "Only DWARF 2 aranges are currently supported.\n"
+msgstr ""
+
+#: readelf.c:6413
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: readelf.c:6395
+#: readelf.c:6414
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: readelf.c:6396
+#: readelf.c:6415
#, c-format
msgid " Offset into .debug_info: %lx\n"
msgstr ""
-#: readelf.c:6397
+#: readelf.c:6416
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: readelf.c:6398
+#: readelf.c:6417
#, c-format
msgid " Segment Size: %d\n"
msgstr ""
-#: readelf.c:6400
+#: readelf.c:6419
msgid ""
"\n"
" Address Length\n"
msgstr ""
-#: readelf.c:6441
+#: readelf.c:6460
#, c-format
msgid "Displaying the debug contents of section %s is not yet supported.\n"
msgstr ""
-#: readelf.c:6503
+#: readelf.c:6522
#, c-format
msgid ""
"\n"
"Section '%s' has no debugging data.\n"
msgstr ""
-#: readelf.c:6519
+#: readelf.c:6538
#, c-format
msgid "Unrecognised debug section: %s\n"
msgstr ""
-#: readelf.c:6591
+#: readelf.c:6610
msgid "Some sections were not dumped because they do not exist!\n"
msgstr ""
-#: readelf.c:6774
+#: readelf.c:6793
#, c-format
msgid ""
"\n"
"Section '%s' contains %d entries:\n"
msgstr ""
-#: readelf.c:6936
+#: readelf.c:6955
msgid "conflict list with without table"
msgstr ""
-#: readelf.c:6964
+#: readelf.c:6983
#, c-format
msgid ""
"\n"
"Section '.conflict' contains %d entries:\n"
msgstr ""
-#: readelf.c:6965
+#: readelf.c:6984
msgid " Num: Index Value Name"
msgstr ""
-#: readelf.c:6990
+#: readelf.c:7009
msgid "NT_PRSTATUS (prstatus structure)"
msgstr ""
-#: readelf.c:6991
+#: readelf.c:7010
msgid "NT_FPREGSET (floating point registers)"
msgstr ""
-#: readelf.c:6992
+#: readelf.c:7011
msgid "NT_PRPSINFO (prpsinfo structure)"
msgstr ""
-#: readelf.c:6993
+#: readelf.c:7012
msgid "NT_TASKSTRUCT (task structure)"
msgstr ""
-#: readelf.c:6994
+#: readelf.c:7013
msgid "NT_PRXFPREG (user_xfpregs structure)"
msgstr ""
-#: readelf.c:6995
+#: readelf.c:7014
msgid "NT_PSTATUS (pstatus structure)"
msgstr ""
-#: readelf.c:6996
+#: readelf.c:7015
msgid "NT_FPREGS (floating point registers)"
msgstr ""
-#: readelf.c:6997
+#: readelf.c:7016
msgid "NT_PSINFO (psinfo structure)"
msgstr ""
-#: readelf.c:6998
+#: readelf.c:7017
msgid "NT_LWPSTATUS (lwpstatus_t structure)"
msgstr ""
-#: readelf.c:6999
+#: readelf.c:7018
msgid "NT_LWPSINFO (lwpsinfo_t structure)"
msgstr ""
-#: readelf.c:7000
+#: readelf.c:7019
msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)"
msgstr ""
-#: readelf.c:7002
+#: readelf.c:7021
#, c-format
msgid "Unknown note type: (0x%08x)"
msgstr ""
-#: readelf.c:7040
+#: readelf.c:7059
#, c-format
msgid ""
"\n"
"Notes at offset 0x%08lx with length 0x%08lx:\n"
msgstr ""
-#: readelf.c:7042
+#: readelf.c:7061
msgid " Owner\t\tData size\tDescription\n"
msgstr ""
-#: readelf.c:7153
+#: readelf.c:7172
msgid "No note segments present in the core file.\n"
msgstr ""
-#: readelf.c:7231
+#: readelf.c:7250
msgid "This instance of readelf has been built without support for a\n"
msgstr ""
-#: readelf.c:7232
+#: readelf.c:7251
msgid "64 bit data type and so it cannot read 64 bit ELF files.\n"
msgstr ""
-#: readelf.c:7267
+#: readelf.c:7286
#, c-format
msgid "Cannot stat input file %s.\n"
msgstr ""
-#: readelf.c:7274
+#: readelf.c:7293
#, c-format
msgid "Input file %s not found.\n"
msgstr ""
-#: readelf.c:7280
+#: readelf.c:7299
#, c-format
msgid "%s: Failed to read file header\n"
msgstr ""
-#: readelf.c:7294
+#: readelf.c:7313
#, c-format
msgid ""
"\n"
@@ -3753,50 +3779,50 @@ msgstr ""
msgid "Using `%s'\n"
msgstr ""
-#: resrc.c:547
+#: resrc.c:541
#, c-format
msgid "%s:%d: %s\n"
msgstr ""
-#: resrc.c:556
+#: resrc.c:550
#, c-format
msgid "%s: unexpected EOF"
msgstr ""
-#: resrc.c:613
+#: resrc.c:607
#, c-format
msgid "%s: read of %lu returned %lu"
msgstr ""
-#: resrc.c:655 resrc.c:909 resrc.c:1182 resrc.c:1336
+#: resrc.c:649 resrc.c:903 resrc.c:1176 resrc.c:1330
#, c-format
msgid "stat failed on bitmap file `%s': %s"
msgstr ""
-#: resrc.c:708
+#: resrc.c:702
#, c-format
msgid "cursor file `%s' does not contain cursor data"
msgstr ""
-#: resrc.c:740 resrc.c:1053
+#: resrc.c:734 resrc.c:1047
#, c-format
msgid "%s: fseek to %lu failed: %s"
msgstr ""
-#: resrc.c:877
+#: resrc.c:871
msgid "help ID requires DIALOGEX"
msgstr ""
-#: resrc.c:879
+#: resrc.c:873
msgid "control data requires DIALOGEX"
msgstr ""
-#: resrc.c:1022
+#: resrc.c:1016
#, c-format
msgid "icon file `%s' does not contain icon data"
msgstr ""
-#: resrc.c:1541
+#: resrc.c:1535
#, c-format
msgid "can't open `%s' for output: %s"
msgstr ""
OpenPOWER on IntegriCloud