Fix typos in ChangeLogs and update copyright notices
authorNick Clifton <nickc@redhat.com>
Tue, 13 Mar 2001 06:43:59 +0000 (06:43 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 13 Mar 2001 06:43:59 +0000 (06:43 +0000)
77 files changed:
binutils/ChangeLog
binutils/ChangeLog-9197
binutils/MAINTAINERS
binutils/Makefile.in
binutils/aclocal.m4
binutils/addr2line.1
binutils/addr2line.c
binutils/ar.1
binutils/ar.c
binutils/arlex.l
binutils/arparse.y
binutils/arsup.c
binutils/arsup.h
binutils/binutils.texi
binutils/bucomm.c
binutils/bucomm.h
binutils/budbg.h
binutils/coffdump.c
binutils/coffgrok.c
binutils/coffgrok.h
binutils/cxxfilt.man
binutils/debug.c
binutils/debug.h
binutils/deflex.l
binutils/defparse.y
binutils/dlltool.c
binutils/dlltool.h
binutils/dllwrap.c
binutils/filemode.c
binutils/ieee.c
binutils/nlmconv.1
binutils/nlmconv.c
binutils/nlmconv.h
binutils/nlmheader.y
binutils/nm.1
binutils/nm.c
binutils/objcopy.1
binutils/objcopy.c
binutils/objdump.1
binutils/objdump.c
binutils/po/binutils.pot
binutils/prdbg.c
binutils/ranlib.1
binutils/rclex.l
binutils/rcparse.y
binutils/rdcoff.c
binutils/rddbg.c
binutils/readelf.c
binutils/rename.c
binutils/resbin.c
binutils/rescoff.c
binutils/resrc.c
binutils/size.1
binutils/size.c
binutils/srconv.c
binutils/strings.1
binutils/strings.c
binutils/strip.1
binutils/sysdump.c
binutils/sysinfo.y
binutils/syslex.l
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/ar.exp
binutils/testsuite/binutils-all/hppa/objdump.exp
binutils/testsuite/binutils-all/nm.exp
binutils/testsuite/binutils-all/objcopy.exp
binutils/testsuite/binutils-all/objdump.exp
binutils/testsuite/binutils-all/readelf.exp
binutils/testsuite/binutils-all/size.exp
binutils/testsuite/config/default.exp
binutils/testsuite/lib/utils-lib.exp
binutils/unwind-ia64.c
binutils/unwind-ia64.h
binutils/version.c
binutils/windres.c
binutils/windres.h
binutils/wrstabs.c

index fc8d5572a10accc4202e363f21ac8a0a9a708381..1767f67c8ad7649423c3ec1969a51b382439106c 100644 (file)
@@ -431,15 +431,15 @@ Mon Dec 11 14:30:21 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 2000-07-20  H.J. Lu  <hjl@gnu.org>
 
-       * binutils/binutils.texi: Put back "@end table" deleted by
+       * binutils.texi: Put back "@end table" deleted by
        accident.
 
 2000-07-05  Kenneth Block  <krblock@computer.org>
 
-       * binutils/nm.c: Add optional style to demangle switch.
-       * binutils/objdump.c: Add optional style to demangle switch.
-       * binutils/addr2line.c: Add optional style to demangle switch.
-       * binutils/binutils.texi: Document optional style to demangle
+       * nm.c: Add optional style to demangle switch.
+       * objdump.c: Add optional style to demangle switch.
+       * addr2line.c: Add optional style to demangle switch.
+       * binutils.texi: Document optional style to demangle
        switch.
 
 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
@@ -752,7 +752,7 @@ Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
 
 2000-04-10  Philippe De Muyter  <phdm@macqel.be>
 
-       * readelf (dynamic_segment_mips_val): Call `sprintf', not
+       * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
        `strftime' since strftime is not available on all systems.
        (process_mips_specific): Ditto.
 
@@ -1005,7 +1005,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        * configure.in: Add arm-wince, mips-pe and sh-pe targets.
        * configure: Regenerate.
 
-       * dlltoolc.: Add support for sh-pe and mips-pe targets.
+       * dlltool.c: Add support for sh-pe and mips-pe targets.
        * rescoff.c: Add support for sh-pe and mips-pe targets.
 
 2000-02-23  H.J. Lu  <hjl@gnu.org>
@@ -1050,7 +1050,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 2000-02-03  Timothy Wall <twall@redhat.com>
 
-       * binutils/objdump.c (dump_section_header, find_symbol_for_address,
+       * objdump.c (dump_section_header, find_symbol_for_address,
        show_line, disassemble_bytes, disassemble_data, dump_data):
        distinguish between octets and bytes.
 
index d989ae43251c57d698313611fd1cd60b11472615..a449d23ad8c7748132179567d81d8ef1a47cbdda 100644 (file)
@@ -159,7 +159,7 @@ Wed Sep 24 11:34:05 1997  Ian Lance Taylor  <ian@cygnus.com>
        * binutils.texi (size): The object file argument is optional.
        From Marty Leisner <leisner@sdsp.mc.xerox.com>.
 
-       * aclocal.m4: Rebuild with new libtool.
+       * acloal.m4: Rebuild with new libtool.
        * configure: Rebuild.
 
 Tue Aug 26 17:48:34 1997  Ian Lance Taylor  <ian@cygnus.com>
@@ -3342,7 +3342,7 @@ Fri Apr 29 09:50:38 1994  Steve Chamberlain  (sac@cygnus.com)
 Wed Apr 27 11:25:18 1994  Steve Chamberlain  (sac@cygnus.com)
 
        * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.
-       * coffdump.c, coffgroc.c, coffgrog.h, srconv.c, sysdump.c,
+       * coffdump.c, coffgrok.c, coffgrok.h, srconv.c, sysdump.c,
        sysroff.info: Major changes.
 
 Tue Apr 26 18:18:24 1994  Stan Shebs  (shebs@andros.cygnus.com)
@@ -4347,7 +4347,7 @@ Fri May 28 15:01:24 1993  Per Bothner  (bothner@rtl.cygnus.com)
 
 Thu May 27 16:58:31 1993  Jeffrey Osier  (jeffrey@cygnus.com)
 
-        * biutils.texi:  revised c++filt chapter
+        * binutils.texi:  revised c++filt chapter
 
 Wed May 26 17:24:17 1993  Ian Lance Taylor  (ian@cygnus.com)
 
@@ -4528,7 +4528,7 @@ Mon Feb 22 22:52:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
 
 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
 
-       * binutils/testsuite: made modifications to testcases, etc., to allow
+       * testsuite: made modifications to testcases, etc., to allow
         them to work properly  given the reorganization of deja-gnu and the
        relocation of the testcases from deja-gnu to a "tool" subdirectory.
 
@@ -4539,7 +4539,7 @@ Mon Feb 22 10:27:24 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
 
-       * binutils/testsuite: Initial creation of binutils/testsuite.
+       * testsuite: Initial creation of binutils/testsuite.
        Migrated dejagnu testcases and support files for testing nm to
        binutils/testsuite from deja-gnu.  These files were moved "as is"
        with no modifications.  This migration is part of a major overhaul
@@ -4642,7 +4642,7 @@ Mon Nov  2 12:42:11 1992  Ian Lance Taylor  (ian@cygnus.com)
 
 Thu Oct 15 13:57:35 1992  Per Bothner  (bothner@cygnus.com)
 
-       * binutils.tex:  Document yesterday's changes to strip and copy.
+       * binutils.texi:  Document yesterday's changes to strip and copy.
 
 Wed Oct 14 13:22:14 1992  Per Bothner  (bothner@cygnus.com)
 
@@ -5130,7 +5130,6 @@ Fri Oct 11 04:12:28 1991  John Gilmore  (gnu at cygnus.com)
 
        Restructure configuration scheme for bfd, binutils, ld.
 
-       * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
        * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
        Change some config names to match other dirs.
        * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
index ec66a38e4142f98fc6e53e63fa1635d3dac09e8b..6f66f4c0a8b9818a616b8abcde9d4e0303f48446 100644 (file)
@@ -6,6 +6,9 @@ gas, gprof, ld, and opcodes subdirectories.  The home page for binutils
 is http://sources.redhat.com/binutils/ and patches should be sent to
 binutils@sources.redhat.com with "[patch]" as part of the subject.
 
+Note - patches to the top level configure.in and config.sub scripts
+should be sent to config-patches@gnu.org and not to the binutils list.
+
                --------- Blanket Write Privs ---------
 
 Nick Clifton <nickc@redhat.com> (head maintainer)
index 0f10cb4095d0c5500d5ca16f7806f36964e76e4d..2e77c0721d36e9c6d1ff58fa55e65a5bc26ed79c 100644 (file)
@@ -438,7 +438,7 @@ 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)
index 37c162a1d4374f0dedf09aa48c628626bb160e28..a4a2b46aaf66fe620c7bf2ec78a81d4a92665bab 100644 (file)
@@ -27,6 +27,16 @@ AC_DEFUN([CY_WITH_NLS],)
 AC_SUBST(INTLLIBS)
 ])
 
+
+
+dnl AM_PROG_LEX
+dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
+AC_DEFUN(AM_PROG_LEX,
+[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
+AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
+AC_PROG_LEX
+AC_DECL_YYTEXT])
+
 #serial 1
 # This test replaces the one in autoconf.
 # Currently this macro should have the same name as the autoconf macro
@@ -45,15 +55,6 @@ AC_DEFUN(AC_ISC_POSIX,
   ]
 )
 
-
-dnl AM_PROG_LEX
-dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
-AC_DEFUN(AM_PROG_LEX,
-[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1)
-AC_CHECK_PROGS(LEX, flex lex, [$missing_dir/missing flex])
-AC_PROG_LEX
-AC_DECL_YYTEXT])
-
 # Do all the work for Automake.  This macro actually does too much --
 # some checks are only needed if your package does certain things.
 # But this isn't really a big deal.
index f8dde89be594e7d225cbebd852d590fdabead91c..d5fc4150cab407cbb2ce22f57ddaaf04b0b0cfa5 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1997, 2000 Free Software Foundation
+.\" Copyright 1997, 2000 Free Software Foundation, Inc.
 .\" See COPYING for conditions for redistribution
 .TH addr2line 1 "27 March 1997" "Free Software Foundation" "GNU Development Tools"
 .de BP
index ef01f4780ccea7a414e2d18294d5fcaba2556d0d..daae5030a92348ef4d572fcc92e4cf161e4edab5 100644 (file)
@@ -1,5 +1,5 @@
 /* addr2line.c -- convert addresses to line number and function name
-   Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Ulrich Lauther <Ulrich.Lauther@mchp.siemens.de>
 
    This file is part of GNU Binutils.
index d7b2caff8e64b4cdb395da39c70520ea2d73ac6b..d50c3a8ad4df24b3e6f263f00ed98fdd219bb623 100644 (file)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1991, 1992, 1993, 1995, 1998, 1999, 2000 Free Software Foundation
+.\" Copyright 1991, 1992, 1993, 1995, 1998, 1999, 2000
+.\" Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH ar 1 "1999" "Free Software Foundation" "GNU Development Tools"
 .de BP
index fe5709f56a496b81fb76655f06ab7c9aa4ae5a51..996476ce460ef15a3352e951fec77336ab252fe5 100644 (file)
@@ -1,5 +1,5 @@
 /* ar.c - Archive modify and extract.
-   Copyright 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
    Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
index 2fd94da4dd82f9d84d2de07454059239faf2fc57..71ef56ee6f9be1262aaa4552f90ed3de0e5eb1a6 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* arlex.l - Strange script language lexer */
 
-/*   Copyright (C) 1992, 95, 1997 Free Software Foundation, Inc.
+/*   Copyright 1992, 1997, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index a5e90faeb1b3991b93522792b9981ef036853f7c..a03c2c42e2fbed75eba594da1be776ca2480acf8 100644 (file)
@@ -1,7 +1,7 @@
 %{
 /* arparse.y - Stange script language parser */
 
-/*   Copyright (C) 1992, 93, 95, 97, 98, 1999 Free Software Foundation, Inc.
+/*   Copyright 1992, 1993, 1995, 1997, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index eebee997715e2df5ab96d883cace18cd5bc397ee..0058c0d31f566ccf388fe7d253ebbfebd7bcebae 100644 (file)
@@ -1,5 +1,5 @@
 /* arsup.c - Archive support for MRI compatibility
-   Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1992, 1994, 1995, 1996, 1997, 2000
    Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
index f54a34bcf35041275f7bfb5dc1474d54e0923b01..26538beaf9b97bc390caec62e2748098304641a9 100644 (file)
@@ -1,5 +1,5 @@
 /* arsup.h - archive support header file
-   Copyright 1992 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1994, 1996 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 67260ccf2b0afe7d199ac4e0420001ba16bbfa75..2534c4148d01b1a17888ebc102c7ee6208eb6253 100644 (file)
@@ -1,5 +1,7 @@
 \input texinfo       @c                    -*- Texinfo -*-
 @setfilename binutils.info
+@c Copyright 2001 Free Software Foundation, Inc.
+
 @include config.texi
 
 @ifinfo
index 1cf904dd9ad2e9e40a06d9a472f8a585cf58261b..401a3e406ba735ee12e36d2f0cb6690c6140a25d 100644 (file)
@@ -1,5 +1,5 @@
 /* bucomm.c -- Bin Utils COMmon code.
-   Copyright (C) 1991, 92, 93, 94, 95, 97, 98, 2000
+   Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 2000, 2001
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
index e9d675e31ae1e4cc55b89f9062d6c091efcc9860..f8c860860bf91fdc7cf17547f9ee57af19d40abc 100644 (file)
@@ -1,5 +1,5 @@
 /* bucomm.h -- binutils common include file.
-   Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
    Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
index d8ee8895e763533d97aa33bf93ff87db0a37cab2..2bbf72e3ee127e43764b0a34d8406caf9a47cd0f 100644 (file)
@@ -1,5 +1,5 @@
 /* budbg.c -- Interfaces to the generic debugging information routines.
-   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+   Copyright 1995, 1996 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index 77dbd33276d59a66f79dce028f144d6ca36cbf83..80b0817717e27c1363a8dbb4e7984823cf6f03a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Coff file dumper.
-   Copyright (C) 1994, 95, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 3486c5f89d43cd065e90cefdf415603542da7924..1118faca1e70023eaeebc004c66a6e2d9f0b0d1d 100644 (file)
@@ -1,5 +1,5 @@
 /* coffgrok.c
-   Copyright (C) 1994, 95, 97, 1998 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index c0ade42a61f7286bff798dd318ed87505de381cf..e442bae0bcb83562adfc9632caa4c5dcb3b0d6e0 100644 (file)
@@ -1,3 +1,22 @@
+/* coffgrok.h 
+   Copyright 2001 Free Software Foundation, Inc.
+
+This file is part of GNU Binutils.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
 #define T_NULL         0
 #define T_VOID         1       /* function argument (only used by compiler) */
 #define T_CHAR         2       /* character            */
index a4d5d45106b642ea5d4cfa44d148f382ce54870d..a985dc97cf875188c37b7b6c980357136ab56adc 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1991 Free Software Foundation
+.\" Copyright 1991, 1994 Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH @PROGRAM@ 1 "June 1993" "cygnus support" "GNU Development Tools"
 .de BP
index 82a9094a07cc4c15ac68d49bc7641facc7ad189c..ffdc7667a4a447a28924d82965324dcf6fca4c48 100644 (file)
@@ -1,5 +1,5 @@
 /* debug.c -- Handle generic debugging information.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index 1b890b234f135da69551efb6cc323e96ab4da76e..d60285d0812ba4d2864cb2f05bee894bd2287921 100644 (file)
@@ -1,5 +1,5 @@
 /* debug.h -- Describe generic debugging information.
-   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+   Copyright 1995, 1996 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index 15a43c04f40df056d55b1b0f64b07f5dd3cd0d9e..8ff72b8aec01c4db40816c99a4f44d47ca78c548 100644 (file)
@@ -1,6 +1,6 @@
 %{/* deflex.l - Lexer for .def files */
 
-/*   Copyright (C) 1995, 1997, 1998, 1999 Free Software Foundation, Inc.
+/*   Copyright 1995, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 5718d4614430662470e9dfd59e458fbf4b14b4b7..7e139654e2dd32213256c0a62be2d5314e5534ec 100644 (file)
@@ -1,6 +1,6 @@
 %{ /* defparse.y - parser for .def files */
 
-/*   Copyright (C) 1995, 1997, 1998, 1999 Free Software Foundation, Inc.
+/*   Copyright 1995, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index e989f0c7d52efc9ee055c7caf25994850dfe4b91..9475b98cfab1deb17d02642838c8fd0f0d642dc0 100644 (file)
@@ -1,5 +1,6 @@
 /* dlltool.c -- tool to generate stuff for PE style DLLs
-   Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1997, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index b4167c897f3c84ef0d098b997b781467d217eab6..29c825dd82478258b3368d07981b99d46ba7165b 100644 (file)
@@ -1,5 +1,5 @@
 /* dlltool.h -- header file for dlltool
-   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+   Copyright 1997, 1998 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 291abfde4623ddb473f138ba8cdbff910b42ee7c..8f83dda6df0ebedd2658107d8bb57ed58220aa12 100644 (file)
@@ -1,5 +1,5 @@
 /* dllwrap.c -- wrapper for DLLTOOL and GCC to generate PE style DLLs
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Mumit Khan (khan@xraylith.wisc.edu).
 
    This file is part of GNU Binutils.
index f9811bc4926c25932810fecb49e9acf208fd3c36..7f9b1b76d4650b15641c6d5813e77b6a9188fd78 100644 (file)
@@ -1,5 +1,6 @@
 /* filemode.c -- make a string describing file modes
-   Copyright (C) 1985, 90, 91, 94, 95, 97, 1999 Free Software Foundation, Inc.
+   Copyright 1985, 1990, 1991, 1994, 1995, 1997
+   Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 52149b2261b579c82ef33bee7815e55f81b218d0..ad5ddc7d65cb3aed0b6adcd83e4d2703fb3b7ae6 100644 (file)
@@ -1,5 +1,5 @@
 /* ieee.c -- Read and write IEEE-695 debugging information.
-   Copyright 1996, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1996, 1998, 2000, 2001 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index 816201740b9adbc133bc7475a65a4bd6ae7b6988..35bdeb99c34348236de2d4c93352ab5c5c842d76 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1991, 1996, 2000  Free Software Foundation
+.\" Copyright 1991, 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH nlmconv 1 "March 1996" "Free Software Foundation" "GNU Development Tools"
 .de BP
index 450ac1454b8bd8cb4810a4b324db77393ce648fa..9c7dd3737fcae627944db907c44b1d826fcc3b55 100644 (file)
@@ -1,5 +1,5 @@
 /* nlmconv.c -- NLM conversion program
-   Copyright (C) 1993, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
    Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
index c92a557bb7fbd1673695fbb9f829b9b5cbb32765..908a623c6fb0b53f62905401e8af1ebf736adeba 100644 (file)
@@ -1,5 +1,5 @@
 /* nlmconv.h -- header file for NLM conversion program
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright 1993 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 0f1e22aa5e37241c5c88ac3caf1d98069fb97b41..3ab5a794a1394ae17b34b2c11eb7759be86c8ea6 100644 (file)
@@ -1,5 +1,5 @@
 %{/* nlmheader.y - parse NLM header specification keywords.
-     Copyright (C) 1993, 94, 95, 97, 1998 Free Software Foundation, Inc.
+     Copyright 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index dbb116c7b610b9adbc75007c80d98fb32196e946..48fefe5f619229f2d995b811a3dd003634b40640 100644 (file)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1991, 2000 Free Software Foundation
+.\" Copyright 1991, 1992, 1993, 1994, 1995, 1996, 2000
+.\" Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH nm 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
 .de BP
index 3695d1e760f1c59f4ea5c13781c572f8218a7b05..9a10e95b6f729f2adbc4cbf8a65d1562cb4f7263 100644 (file)
@@ -1,5 +1,6 @@
 /* nm.c -- Describe symbol table of a rel file.
-   Copyright 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+   2001
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
index d2eed151478613dd38d48606a7f2301bc082fd9c..6535eabcb1458bdd0f697a3c6c390175403669c9 100644 (file)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation
+.\" Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+.\" Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH objcopy 1 "05 April 2000" "Free Software Foundation" "GNU Development Tools"
 .de BP
index abcf6a3aad97af66a75fe8ee3d4d0b1a4decf5eb..de053b11287f3bd8231adadd77a40c30a478d07d 100644 (file)
@@ -1,5 +1,6 @@
 /* objcopy.c -- copy object file from input to output, optionally massaging it.
-   Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+   2001
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
index 1c2fa612a2992fd54d41747aea3db6d0d81fffc0..180753432b3256de896fec378bb24a52510a8dfa 100644 (file)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 1998, 2000 Free Software Foundation
+.\" Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000
+.\" Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH objdump 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
 .de BP
index 1f66ab731cb4afd37ad5e22f2244ccd92290a4a7..27002ab80ff748a91c230fe55428ec7bb697de1b 100644 (file)
@@ -1,5 +1,6 @@
 /* objdump.c -- dump information about an object file.
-   Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+   2000, 2001
    Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
index d1cc8be1d8948d37bc8a8032b56c038e3e2fda3f..1725576b2ed8947e6fe9b027dad42e15afd6bdc4 100644 (file)
@@ -1,12 +1,13 @@
 # SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
+# Copyright 1998, 2000, 2001 Free Software Foundation, Inc.
+# (C) YEAR 
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-02-18 11:44-0800\n"
+"POT-Creation-Date: 2001-02-28 15:31-0800\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"
@@ -23,7 +24,7 @@ msgid ""
 msgstr ""
 
 #: addr2line.c:83 ar.c:288 nlmconv.c:1119 objcopy.c:373 objcopy.c:405
-#: readelf.c:1976 size.c:91 strings.c:530 windres.c:737
+#: readelf.c:2009 size.c:91 strings.c:530 windres.c:737
 #, c-format
 msgid "Report bugs to %s\n"
 msgstr ""
@@ -2078,7 +2079,7 @@ msgstr ""
 msgid "Operating System specific: %lx"
 msgstr ""
 
-#: readelf.c:1216 readelf.c:1758
+#: readelf.c:1216 readelf.c:1791
 #, c-format
 msgid "<unknown>: %lx"
 msgstr ""
@@ -2113,7 +2114,7 @@ msgstr ""
 msgid "OS Specific: (%x)"
 msgstr ""
 
-#: readelf.c:1242 readelf.c:1329 readelf.c:1909
+#: readelf.c:1242 readelf.c:1329 readelf.c:1942
 #, c-format
 msgid "<unknown>: %x"
 msgstr ""
@@ -2122,888 +2123,888 @@ msgstr ""
 msgid "None"
 msgstr ""
 
-#: readelf.c:1948
+#: readelf.c:1981
 msgid "Usage: readelf {options} elf-file(s)\n"
 msgstr ""
 
-#: readelf.c:1949
+#: readelf.c:1982
 msgid "  Options are:\n"
 msgstr ""
 
-#: readelf.c:1950
+#: readelf.c:1983
 msgid "  -a or --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
 msgstr ""
 
-#: readelf.c:1951
+#: readelf.c:1984
 msgid "  -h or --file-header       Display the ELF file header\n"
 msgstr ""
 
-#: readelf.c:1952
+#: readelf.c:1985
 msgid "  -l or --program-headers or --segments\n"
 msgstr ""
 
-#: readelf.c:1953
+#: readelf.c:1986
 msgid "                            Display the program headers\n"
 msgstr ""
 
-#: readelf.c:1954
+#: readelf.c:1987
 msgid "  -S or --section-headers or --sections\n"
 msgstr ""
 
-#: readelf.c:1955
+#: readelf.c:1988
 msgid "                            Display the sections' header\n"
 msgstr ""
 
-#: readelf.c:1956
+#: readelf.c:1989
 msgid "  -e or --headers           Equivalent to: -h -l -S\n"
 msgstr ""
 
-#: readelf.c:1957
+#: readelf.c:1990
 msgid "  -s or --syms or --symbols Display the symbol table\n"
 msgstr ""
 
-#: readelf.c:1958
+#: readelf.c:1991
 msgid "  -n or --notes             Display the core notes (if present)\n"
 msgstr ""
 
-#: readelf.c:1959
+#: readelf.c:1992
 msgid "  -r or --relocs            Display the relocations (if present)\n"
 msgstr ""
 
-#: readelf.c:1960
+#: readelf.c:1993
 msgid "  -u or --unwind            Display the unwind info (if present)\n"
 msgstr ""
 
-#: readelf.c:1961
+#: readelf.c:1994
 msgid "  -d or --dynamic           Display the dynamic segment (if present)\n"
 msgstr ""
 
-#: readelf.c:1962
+#: readelf.c:1995
 msgid "  -V or --version-info      Display the version sections (if present)\n"
 msgstr ""
 
-#: readelf.c:1963
+#: readelf.c:1996
 msgid ""
 "  -A or --arch-specific     Display architecture specific information (if "
 "any).\n"
 msgstr ""
 
-#: readelf.c:1964
+#: readelf.c:1997
 msgid ""
 "  -D or --use-dynamic       Use the dynamic section info when displaying "
 "symbols\n"
 msgstr ""
 
-#: readelf.c:1965
+#: readelf.c:1998
 msgid "  -x <number> or --hex-dump=<number>\n"
 msgstr ""
 
-#: readelf.c:1966
+#: readelf.c:1999
 msgid "                            Dump the contents of section <number>\n"
 msgstr ""
 
-#: readelf.c:1967
+#: readelf.c:2000
 msgid ""
 "  -w[liaprf] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=frames]\n"
 msgstr ""
 
-#: readelf.c:1968
+#: readelf.c:2001
 msgid ""
 "                            Display the contents of DWARF2 debug sections\n"
 msgstr ""
 
-#: readelf.c:1970
+#: readelf.c:2003
 msgid "  -i <number> or --instruction-dump=<number>\n"
 msgstr ""
 
-#: readelf.c:1971
+#: readelf.c:2004
 msgid ""
 "                            Disassemble the contents of section <number>\n"
 msgstr ""
 
-#: readelf.c:1973
+#: readelf.c:2006
 msgid "  -I or --histogram         Display histogram of bucket list lengths\n"
 msgstr ""
 
-#: readelf.c:1974
+#: readelf.c:2007
 msgid "  -v or --version           Display the version number of readelf\n"
 msgstr ""
 
-#: readelf.c:1975
+#: readelf.c:2008
 msgid "  -H or --help              Display this information\n"
 msgstr ""
 
-#: readelf.c:1993
+#: readelf.c:2026
 msgid "Out of memory allocating dump request table."
 msgstr ""
 
-#: readelf.c:2137
+#: readelf.c:2170
 #, c-format
 msgid "Unrecognised debug option '%s'\n"
 msgstr ""
 
-#: readelf.c:2162
+#: readelf.c:2195
 #, c-format
 msgid "Invalid option '-%c'\n"
 msgstr ""
 
-#: readelf.c:2175
+#: readelf.c:2208
 msgid "Nothing to do.\n"
 msgstr ""
 
-#: readelf.c:2188 readelf.c:2205 readelf.c:4201
+#: readelf.c:2221 readelf.c:2238 readelf.c:4234
 msgid "none"
 msgstr ""
 
-#: readelf.c:2189
+#: readelf.c:2222
 msgid "ELF32"
 msgstr ""
 
-#: readelf.c:2190
+#: readelf.c:2223
 msgid "ELF64"
 msgstr ""
 
-#: readelf.c:2192 readelf.c:2209 readelf.c:2237
+#: readelf.c:2225 readelf.c:2242 readelf.c:2270
 #, c-format
 msgid "<unknown: %x>"
 msgstr ""
 
-#: readelf.c:2206
+#: readelf.c:2239
 msgid "2's complement, little endian"
 msgstr ""
 
-#: readelf.c:2207
+#: readelf.c:2240
 msgid "2's complement, big endian"
 msgstr ""
 
-#: readelf.c:2222
+#: readelf.c:2255
 msgid "UNIX - System V"
 msgstr ""
 
-#: readelf.c:2223
+#: readelf.c:2256
 msgid "UNIX - HP-UX"
 msgstr ""
 
-#: readelf.c:2224
+#: readelf.c:2257
 msgid "UNIX - NetBSD"
 msgstr ""
 
-#: readelf.c:2225
+#: readelf.c:2258
 msgid "UNIX - Linux"
 msgstr ""
 
-#: readelf.c:2226
+#: readelf.c:2259
 msgid "GNU/Hurd"
 msgstr ""
 
-#: readelf.c:2227
+#: readelf.c:2260
 msgid "UNIX - Solaris"
 msgstr ""
 
-#: readelf.c:2228
+#: readelf.c:2261
 msgid "UNIX - AIX"
 msgstr ""
 
-#: readelf.c:2229
+#: readelf.c:2262
 msgid "UNIX - IRIX"
 msgstr ""
 
-#: readelf.c:2230
+#: readelf.c:2263
 msgid "UNIX - FreeBSD"
 msgstr ""
 
-#: readelf.c:2231
+#: readelf.c:2264
 msgid "UNIX - TRU64"
 msgstr ""
 
-#: readelf.c:2232
+#: readelf.c:2265
 msgid "Novell - Modesto"
 msgstr ""
 
-#: readelf.c:2233
+#: readelf.c:2266
 msgid "UNIX - OpenBSD"
 msgstr ""
 
-#: readelf.c:2234
+#: readelf.c:2267
 msgid "Standalone App"
 msgstr ""
 
-#: readelf.c:2235
+#: readelf.c:2268
 msgid "ARM"
 msgstr ""
 
-#: readelf.c:2252
+#: readelf.c:2285
 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
 msgstr ""
 
-#: readelf.c:2260
+#: readelf.c:2293
 msgid "ELF Header:\n"
 msgstr ""
 
-#: readelf.c:2261
+#: readelf.c:2294
 msgid "  Magic:   "
 msgstr ""
 
-#: readelf.c:2265
+#: readelf.c:2298
 #, c-format
 msgid "  Class:                             %s\n"
 msgstr ""
 
-#: readelf.c:2267
+#: readelf.c:2300
 #, c-format
 msgid "  Data:                              %s\n"
 msgstr ""
 
-#: readelf.c:2269
+#: readelf.c:2302
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr ""
 
-#: readelf.c:2276
+#: readelf.c:2309
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr ""
 
-#: readelf.c:2278
+#: readelf.c:2311
 #, c-format
 msgid "  ABI Version:                       %d\n"
 msgstr ""
 
-#: readelf.c:2280
+#: readelf.c:2313
 #, c-format
 msgid "  Type:                              %s\n"
 msgstr ""
 
-#: readelf.c:2282
+#: readelf.c:2315
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr ""
 
-#: readelf.c:2284
+#: readelf.c:2317
 #, c-format
 msgid "  Version:                           0x%lx\n"
 msgstr ""
 
-#: readelf.c:2287
+#: readelf.c:2320
 msgid "  Entry point address:               "
 msgstr ""
 
-#: readelf.c:2289
+#: readelf.c:2322
 msgid ""
 "\n"
 "  Start of program headers:          "
 msgstr ""
 
-#: readelf.c:2291
+#: readelf.c:2324
 msgid ""
 " (bytes into file)\n"
 "  Start of section headers:          "
 msgstr ""
 
-#: readelf.c:2293
+#: readelf.c:2326
 msgid " (bytes into file)\n"
 msgstr ""
 
-#: readelf.c:2295
+#: readelf.c:2328
 #, c-format
 msgid "  Flags:                             0x%lx%s\n"
 msgstr ""
 
-#: readelf.c:2298
+#: readelf.c:2331
 #, c-format
 msgid "  Size of this header:               %ld (bytes)\n"
 msgstr ""
 
-#: readelf.c:2300
+#: readelf.c:2333
 #, c-format
 msgid "  Size of program headers:           %ld (bytes)\n"
 msgstr ""
 
-#: readelf.c:2302
+#: readelf.c:2335
 #, c-format
 msgid "  Number of program headers:         %ld\n"
 msgstr ""
 
-#: readelf.c:2304
+#: readelf.c:2337
 #, c-format
 msgid "  Size of section headers:           %ld (bytes)\n"
 msgstr ""
 
-#: readelf.c:2306
+#: readelf.c:2339
 #, c-format
 msgid "  Number of section headers:         %ld\n"
 msgstr ""
 
-#: readelf.c:2308
+#: readelf.c:2341
 #, c-format
 msgid "  Section header string table index: %ld\n"
 msgstr ""
 
-#: readelf.c:2393
+#: readelf.c:2426
 msgid ""
 "\n"
 "There are no program headers in this file.\n"
 msgstr ""
 
-#: readelf.c:2399
+#: readelf.c:2432
 #, c-format
 msgid ""
 "\n"
 "Elf file type is %s\n"
 msgstr ""
 
-#: readelf.c:2400
+#: readelf.c:2433
 msgid "Entry point "
 msgstr ""
 
-#: readelf.c:2402
+#: readelf.c:2435
 #, c-format
 msgid ""
 "\n"
 "There are %d program headers, starting at offset "
 msgstr ""
 
-#: readelf.c:2413 readelf.c:2589 readelf.c:2631 readelf.c:2674 readelf.c:2715
-#: readelf.c:3594 readelf.c:3635 readelf.c:3811 readelf.c:4732 readelf.c:4746
-#: readelf.c:8117 readelf.c:8157
+#: readelf.c:2446 readelf.c:2622 readelf.c:2664 readelf.c:2707 readelf.c:2748
+#: readelf.c:3627 readelf.c:3668 readelf.c:3844 readelf.c:4765 readelf.c:4779
+#: readelf.c:8150 readelf.c:8190
 msgid "Out of memory\n"
 msgstr ""
 
-#: readelf.c:2431
+#: readelf.c:2464
 #, c-format
 msgid ""
 "\n"
 "Program Header%s:\n"
 msgstr ""
 
-#: readelf.c:2435
+#: readelf.c:2468
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
 msgstr ""
 
-#: readelf.c:2439
+#: readelf.c:2472
 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
 msgstr ""
 
-#: readelf.c:2441
+#: readelf.c:2474
 msgid "                 FileSiz            MemSiz              Flags  Align\n"
 msgstr ""
 
-#: readelf.c:2499
+#: readelf.c:2532
 msgid "more than one dynamic segment\n"
 msgstr ""
 
-#: readelf.c:2507
+#: readelf.c:2540
 msgid "Unable to find program interpreter name\n"
 msgstr ""
 
-#: readelf.c:2514
+#: readelf.c:2547
 #, c-format
 msgid ""
 "\n"
 "      [Requesting program interpreter: %s]"
 msgstr ""
 
-#: readelf.c:2532
+#: readelf.c:2565
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
 msgstr ""
 
-#: readelf.c:2533
+#: readelf.c:2566
 msgid "  Segment Sections...\n"
 msgstr ""
 
-#: readelf.c:2797
+#: readelf.c:2830
 msgid ""
 "\n"
 "There are no sections in this file.\n"
 msgstr ""
 
-#: readelf.c:2803
+#: readelf.c:2836
 #, c-format
 msgid "There are %d section headers, starting at offset 0x%lx:\n"
 msgstr ""
 
-#: readelf.c:2841
+#: readelf.c:2874
 msgid "File contains multiple dynamic symbol tables\n"
 msgstr ""
 
-#: readelf.c:2854
+#: readelf.c:2887
 msgid "File contains multiple dynamic string tables\n"
 msgstr ""
 
-#: readelf.c:2888
+#: readelf.c:2921
 #, c-format
 msgid ""
 "\n"
 "Section Header%s:\n"
 msgstr ""
 
-#: readelf.c:2892
+#: readelf.c:2925
 msgid ""
 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
 "Inf Al\n"
 msgstr ""
 
-#: readelf.c:2895
+#: readelf.c:2928
 msgid "  [Nr] Name              Type             Address           Offset\n"
 msgstr ""
 
-#: readelf.c:2896
+#: readelf.c:2929
 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
 msgstr ""
 
-#: readelf.c:2943
+#: readelf.c:2976
 msgid "Key to Flags:\n"
 msgstr ""
 
-#: readelf.c:2944
+#: readelf.c:2977
 msgid "  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
 msgstr ""
 
-#: readelf.c:2945
+#: readelf.c:2978
 msgid "  I (info), L (link order), G (group), x (unknown)\n"
 msgstr ""
 
-#: readelf.c:2946
+#: readelf.c:2979
 msgid ""
 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
 msgstr ""
 
-#: readelf.c:3004
+#: readelf.c:3037
 #, c-format
 msgid ""
 "\n"
 "Relocation section at offset 0x%lx contains %ld bytes:\n"
 msgstr ""
 
-#: readelf.c:3011
+#: readelf.c:3044
 msgid ""
 "\n"
 "There are no dynamic relocations in this file.\n"
 msgstr ""
 
-#: readelf.c:3039
+#: readelf.c:3072
 msgid ""
 "\n"
 "Relocation section "
 msgstr ""
 
-#: readelf.c:3046 readelf.c:3417
+#: readelf.c:3079 readelf.c:3450
 #, c-format
 msgid " at offset 0x%lx contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:3074
+#: readelf.c:3107
 msgid ""
 "\n"
 "There are no relocations in this file.\n"
 msgstr ""
 
-#: readelf.c:3318 readelf.c:3330
+#: readelf.c:3351 readelf.c:3363
 #, c-format
 msgid "Skipping unexpected symbol type %u"
 msgstr ""
 
-#: readelf.c:3338
+#: readelf.c:3371
 #, c-format
 msgid "Skipping unexpected relocation type %s"
 msgstr ""
 
-#: readelf.c:3410
+#: readelf.c:3443
 msgid ""
 "\n"
 "Unwind section "
 msgstr ""
 
-#: readelf.c:3426
+#: readelf.c:3459
 msgid ""
 "\n"
 "There are no unwind sections in this file.\n"
 msgstr ""
 
-#: readelf.c:3688
+#: readelf.c:3721
 msgid ""
 "\n"
 "There is no dynamic segment in this file.\n"
 msgstr ""
 
-#: readelf.c:3722
+#: readelf.c:3755
 msgid "Unable to seek to end of file!"
 msgstr ""
 
-#: readelf.c:3731
+#: readelf.c:3764
 msgid "Unable to determine the number of symbols to load\n"
 msgstr ""
 
-#: readelf.c:3761
+#: readelf.c:3794
 msgid "Unable to seek to end of file\n"
 msgstr ""
 
-#: readelf.c:3767
+#: readelf.c:3800
 msgid "Unable to determine the length of the dynamic string table\n"
 msgstr ""
 
-#: readelf.c:3828
+#: readelf.c:3861
 #, c-format
 msgid ""
 "\n"
 "Dynamic segment at offset 0x%x contains %ld entries:\n"
 msgstr ""
 
-#: readelf.c:3831
+#: readelf.c:3864
 msgid "  Tag        Type                         Name/Value\n"
 msgstr ""
 
-#: readelf.c:3867
+#: readelf.c:3900
 msgid "Auxiliary library"
 msgstr ""
 
-#: readelf.c:3871
+#: readelf.c:3904
 msgid "Filter library"
 msgstr ""
 
-#: readelf.c:3875
+#: readelf.c:3908
 msgid "Configuration file"
 msgstr ""
 
-#: readelf.c:3879
+#: readelf.c:3912
 msgid "Dependency audit library"
 msgstr ""
 
-#: readelf.c:3883
+#: readelf.c:3916
 msgid "Audit library"
 msgstr ""
 
-#: readelf.c:3901 readelf.c:3927 readelf.c:3953
+#: readelf.c:3934 readelf.c:3960 readelf.c:3986
 msgid "Flags:"
 msgstr ""
 
-#: readelf.c:3903 readelf.c:3929 readelf.c:3955
+#: readelf.c:3936 readelf.c:3962 readelf.c:3988
 msgid " None\n"
 msgstr ""
 
-#: readelf.c:4074
+#: readelf.c:4107
 #, c-format
 msgid "Shared library: [%s]"
 msgstr ""
 
-#: readelf.c:4077
+#: readelf.c:4110
 msgid " program interpreter"
 msgstr ""
 
-#: readelf.c:4081
+#: readelf.c:4114
 #, c-format
 msgid "Library soname: [%s]"
 msgstr ""
 
-#: readelf.c:4085
+#: readelf.c:4118
 #, c-format
 msgid "Library rpath: [%s]"
 msgstr ""
 
-#: readelf.c:4089
+#: readelf.c:4122
 #, c-format
 msgid "Library runpath: [%s]"
 msgstr ""
 
-#: readelf.c:4150
+#: readelf.c:4183
 #, c-format
 msgid "Not needed object: [%s]\n"
 msgstr ""
 
-#: readelf.c:4247
+#: readelf.c:4280
 #, c-format
 msgid ""
 "\n"
 "Version definition section '%s' contains %ld entries:\n"
 msgstr ""
 
-#: readelf.c:4250
+#: readelf.c:4283
 msgid "  Addr: 0x"
 msgstr ""
 
-#: readelf.c:4252 readelf.c:4440
+#: readelf.c:4285 readelf.c:4473
 #, c-format
 msgid "  Offset: %#08lx  Link: %lx (%s)\n"
 msgstr ""
 
-#: readelf.c:4282
+#: readelf.c:4315
 #, c-format
 msgid "  %#06x: Rev: %d  Flags: %s"
 msgstr ""
 
-#: readelf.c:4285
+#: readelf.c:4318
 #, c-format
 msgid "  Index: %d  Cnt: %d  "
 msgstr ""
 
-#: readelf.c:4296
+#: readelf.c:4329
 #, c-format
 msgid "Name: %s\n"
 msgstr ""
 
-#: readelf.c:4298
+#: readelf.c:4331
 #, c-format
 msgid "Name index: %ld\n"
 msgstr ""
 
-#: readelf.c:4313
+#: readelf.c:4346
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr ""
 
-#: readelf.c:4316
+#: readelf.c:4349
 #, c-format
 msgid "  %#06x: Parent %d, name index: %ld\n"
 msgstr ""
 
-#: readelf.c:4335
+#: readelf.c:4368
 #, c-format
 msgid ""
 "\n"
 "Version needs section '%s' contains %ld entries:\n"
 msgstr ""
 
-#: readelf.c:4338
+#: readelf.c:4371
 msgid " Addr: 0x"
 msgstr ""
 
-#: readelf.c:4340
+#: readelf.c:4373
 #, c-format
 msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
 msgstr ""
 
-#: readelf.c:4366
+#: readelf.c:4399
 #, c-format
 msgid "  %#06x: Version: %d"
 msgstr ""
 
-#: readelf.c:4369
+#: readelf.c:4402
 #, c-format
 msgid "  File: %s"
 msgstr ""
 
-#: readelf.c:4371
+#: readelf.c:4404
 #, c-format
 msgid "  File: %lx"
 msgstr ""
 
-#: readelf.c:4373
+#: readelf.c:4406
 #, c-format
 msgid "  Cnt: %d\n"
 msgstr ""
 
-#: readelf.c:4391
+#: readelf.c:4424
 #, c-format
 msgid "  %#06x: Name: %s"
 msgstr ""
 
-#: readelf.c:4394
+#: readelf.c:4427
 #, c-format
 msgid "  %#06x: Name index: %lx"
 msgstr ""
 
-#: readelf.c:4397
+#: readelf.c:4430
 #, c-format
 msgid "  Flags: %s  Version: %d\n"
 msgstr ""
 
-#: readelf.c:4435
+#: readelf.c:4468
 #, c-format
 msgid ""
 "\n"
 "Version symbols section '%s' contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:4438
+#: readelf.c:4471
 msgid " Addr: "
 msgstr ""
 
-#: readelf.c:4469
+#: readelf.c:4502
 msgid "   0 (*local*)    "
 msgstr ""
 
-#: readelf.c:4473
+#: readelf.c:4506
 msgid "   1 (*global*)   "
 msgstr ""
 
-#: readelf.c:4607
+#: readelf.c:4640
 msgid ""
 "\n"
 "No version information found in this file.\n"
 msgstr ""
 
-#: readelf.c:4625 readelf.c:4660
+#: readelf.c:4658 readelf.c:4693
 #, c-format
 msgid "<processor specific>: %d"
 msgstr ""
 
-#: readelf.c:4627 readelf.c:4672
+#: readelf.c:4660 readelf.c:4705
 #, c-format
 msgid "<OS specific>: %d"
 msgstr ""
 
-#: readelf.c:4629 readelf.c:4675
+#: readelf.c:4662 readelf.c:4708
 #, c-format
 msgid "<unknown>: %d"
 msgstr ""
 
-#: readelf.c:4738
+#: readelf.c:4771
 msgid "Unable to read in dynamic data\n"
 msgstr ""
 
-#: readelf.c:4780
+#: readelf.c:4813
 msgid "Unable to seek to start of dynamic information"
 msgstr ""
 
-#: readelf.c:4786
+#: readelf.c:4819
 msgid "Failed to read in number of buckets\n"
 msgstr ""
 
-#: readelf.c:4792
+#: readelf.c:4825
 msgid "Failed to read in number of chains\n"
 msgstr ""
 
-#: readelf.c:4812
+#: readelf.c:4845
 msgid ""
 "\n"
 "Symbol table for image:\n"
 msgstr ""
 
-#: readelf.c:4814
+#: readelf.c:4847
 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:4816
+#: readelf.c:4849
 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:4860
+#: readelf.c:4893
 #, c-format
 msgid ""
 "\n"
 "Symbol table '%s' contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:4864
+#: readelf.c:4897
 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:4866
+#: readelf.c:4899
 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:4976
+#: readelf.c:5009
 msgid "bad dynamic symbol"
 msgstr ""
 
-#: readelf.c:5036
+#: readelf.c:5069
 msgid ""
 "\n"
 "Dynamic symbol information is not available for displaying symbols.\n"
 msgstr ""
 
-#: readelf.c:5048
+#: readelf.c:5081
 #, c-format
 msgid ""
 "\n"
 "Histogram for bucket list length (total of %d buckets):\n"
 msgstr ""
 
-#: readelf.c:5050
+#: readelf.c:5083
 msgid " Length  Number     %% of total  Coverage\n"
 msgstr ""
 
-#: readelf.c:5055 readelf.c:5074 readelf.c:7799 readelf.c:7992
+#: readelf.c:5088 readelf.c:5107 readelf.c:7832 readelf.c:8025
 msgid "Out of memory"
 msgstr ""
 
-#: readelf.c:5123
+#: readelf.c:5156
 #, c-format
 msgid ""
 "\n"
 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:5126
+#: readelf.c:5159
 msgid " Num: Name                           BoundTo     Flags\n"
 msgstr ""
 
-#: readelf.c:5174
+#: readelf.c:5207
 #, c-format
 msgid ""
 "\n"
 "Assembly dump of section %s\n"
 msgstr ""
 
-#: readelf.c:5197
+#: readelf.c:5230
 #, c-format
 msgid ""
 "\n"
 "Section '%s' has no data to dump.\n"
 msgstr ""
 
-#: readelf.c:5202
+#: readelf.c:5235
 #, c-format
 msgid ""
 "\n"
 "Hex dump of section '%s':\n"
 msgstr ""
 
-#: readelf.c:5354
+#: readelf.c:5387
 msgid "badly formed extended line op encountered!"
 msgstr ""
 
-#: readelf.c:5361
+#: readelf.c:5394
 #, c-format
 msgid "  Extended opcode %d: "
 msgstr ""
 
-#: readelf.c:5366
+#: readelf.c:5399
 msgid ""
 "End of Sequence\n"
 "\n"
 msgstr ""
 
-#: readelf.c:5372
+#: readelf.c:5405
 #, c-format
 msgid "set Address to 0x%lx\n"
 msgstr ""
 
-#: readelf.c:5377
+#: readelf.c:5410
 msgid "  define new File Table entry\n"
 msgstr ""
 
-#: readelf.c:5378 readelf.c:5500
+#: readelf.c:5411 readelf.c:5533
 msgid "  Entry\tDir\tTime\tSize\tName\n"
 msgstr ""
 
-#: readelf.c:5380
+#: readelf.c:5413
 #, c-format
 msgid "   %d\t"
 msgstr ""
 
-#: readelf.c:5383 readelf.c:5385 readelf.c:5387 readelf.c:5512 readelf.c:5514
-#: readelf.c:5516
+#: readelf.c:5416 readelf.c:5418 readelf.c:5420 readelf.c:5545 readelf.c:5547
+#: readelf.c:5549
 #, c-format
 msgid "%lu\t"
 msgstr ""
 
-#: readelf.c:5388
+#: readelf.c:5421
 #, c-format
 msgid ""
 "%s\n"
 "\n"
 msgstr ""
 
-#: readelf.c:5392
+#: readelf.c:5425
 #, c-format
 msgid "UNKNOWN: length %d\n"
 msgstr ""
 
-#: readelf.c:5418
+#: readelf.c:5451
 #, c-format
 msgid ""
 "\n"
@@ -3011,503 +3012,503 @@ msgid ""
 "\n"
 msgstr ""
 
-#: readelf.c:5430
+#: readelf.c:5463
 msgid "The line info appears to be corrupt - the section is too small\n"
 msgstr ""
 
-#: readelf.c:5438
+#: readelf.c:5471
 msgid "Only DWARF version 2 line info is currently supported.\n"
 msgstr ""
 
-#: readelf.c:5453
+#: readelf.c:5486
 #, c-format
 msgid "  Length:                      %ld\n"
 msgstr ""
 
-#: readelf.c:5454
+#: readelf.c:5487
 #, c-format
 msgid "  DWARF Version:               %d\n"
 msgstr ""
 
-#: readelf.c:5455
+#: readelf.c:5488
 #, c-format
 msgid "  Prolgue Length:              %d\n"
 msgstr ""
 
-#: readelf.c:5456
+#: readelf.c:5489
 #, c-format
 msgid "  Minimum Instruction Length:  %d\n"
 msgstr ""
 
-#: readelf.c:5457
+#: readelf.c:5490
 #, c-format
 msgid "  Initial value of 'is_stmt':  %d\n"
 msgstr ""
 
-#: readelf.c:5458
+#: readelf.c:5491
 #, c-format
 msgid "  Line Base:                   %d\n"
 msgstr ""
 
-#: readelf.c:5459
+#: readelf.c:5492
 #, c-format
 msgid "  Line Range:                  %d\n"
 msgstr ""
 
-#: readelf.c:5460
+#: readelf.c:5493
 #, c-format
 msgid "  Opcode Base:                 %d\n"
 msgstr ""
 
-#: readelf.c:5469
+#: readelf.c:5502
 msgid ""
 "\n"
 " Opcodes:\n"
 msgstr ""
 
-#: readelf.c:5472
+#: readelf.c:5505
 #, c-format
 msgid "  Opcode %d has %d args\n"
 msgstr ""
 
-#: readelf.c:5478
+#: readelf.c:5511
 msgid ""
 "\n"
 " The Directory Table is empty.\n"
 msgstr ""
 
-#: readelf.c:5481
+#: readelf.c:5514
 msgid ""
 "\n"
 " The Directory Table:\n"
 msgstr ""
 
-#: readelf.c:5485
+#: readelf.c:5518
 #, c-format
 msgid "  %s\n"
 msgstr ""
 
-#: readelf.c:5496
+#: readelf.c:5529
 msgid ""
 "\n"
 " The File Name Table is empty.\n"
 msgstr ""
 
-#: readelf.c:5499
+#: readelf.c:5532
 msgid ""
 "\n"
 " The File Name Table:\n"
 msgstr ""
 
-#: readelf.c:5507
+#: readelf.c:5540
 #, c-format
 msgid "  %d\t"
 msgstr ""
 
-#: readelf.c:5518
+#: readelf.c:5551
 #, c-format
 msgid "%s\n"
 msgstr ""
 
 #. Now display the statements.
-#: readelf.c:5526
+#: readelf.c:5559
 msgid ""
 "\n"
 " Line Number Statements:\n"
 msgstr ""
 
-#: readelf.c:5545
+#: readelf.c:5578
 msgid "  Copy\n"
 msgstr ""
 
-#: readelf.c:5552
+#: readelf.c:5585
 #, c-format
 msgid "  Advance PC by %d to %lx\n"
 msgstr ""
 
-#: readelf.c:5560
+#: readelf.c:5593
 #, c-format
 msgid "  Advance Line by %d to %d\n"
 msgstr ""
 
-#: readelf.c:5567
+#: readelf.c:5600
 #, c-format
 msgid "  Set File Name to entry %d in the File Name Table\n"
 msgstr ""
 
-#: readelf.c:5575
+#: readelf.c:5608
 #, c-format
 msgid "  Set column to %d\n"
 msgstr ""
 
-#: readelf.c:5582
+#: readelf.c:5615
 #, c-format
 msgid "  Set is_stmt to %d\n"
 msgstr ""
 
-#: readelf.c:5587
+#: readelf.c:5620
 msgid "  Set basic block\n"
 msgstr ""
 
-#: readelf.c:5595
+#: readelf.c:5628
 #, c-format
 msgid "  Advance PC by constant %d to 0x%lx\n"
 msgstr ""
 
-#: readelf.c:5603
+#: readelf.c:5636
 #, c-format
 msgid "  Advance PC by fixed size amount %d to 0x%lx\n"
 msgstr ""
 
-#: readelf.c:5611
+#: readelf.c:5644
 #, c-format
 msgid "  Special opcode %d: advance Address by %d to 0x%lx"
 msgstr ""
 
-#: readelf.c:5615
+#: readelf.c:5648
 #, c-format
 msgid " and Line by %d to %d\n"
 msgstr ""
 
-#: readelf.c:5638 readelf.c:6067
+#: readelf.c:5671 readelf.c:6100
 #, c-format
 msgid ""
 "Contents of the %s section:\n"
 "\n"
 msgstr ""
 
-#: readelf.c:5661
+#: readelf.c:5694
 msgid "Only DWARF 2 pubnames are currently supported\n"
 msgstr ""
 
-#: readelf.c:5668
+#: readelf.c:5701
 #, c-format
 msgid "  Length:                              %ld\n"
 msgstr ""
 
-#: readelf.c:5670
+#: readelf.c:5703
 #, c-format
 msgid "  Version:                             %d\n"
 msgstr ""
 
-#: readelf.c:5672
+#: readelf.c:5705
 #, c-format
 msgid "  Offset into .debug_info section:     %ld\n"
 msgstr ""
 
-#: readelf.c:5674
+#: readelf.c:5707
 #, c-format
 msgid "  Size of area in .debug_info section: %ld\n"
 msgstr ""
 
-#: readelf.c:5677
+#: readelf.c:5710
 msgid ""
 "\n"
 "    Offset\tName\n"
 msgstr ""
 
-#: readelf.c:5759
+#: readelf.c:5792
 #, c-format
 msgid "Unknown TAG value: %lx"
 msgstr ""
 
-#: readelf.c:5854
+#: readelf.c:5887
 #, c-format
 msgid "Unknown AT value: %lx"
 msgstr ""
 
-#: readelf.c:5891
+#: readelf.c:5924
 #, c-format
 msgid "Unknown FORM value: %lx"
 msgstr ""
 
-#: readelf.c:6073
+#: readelf.c:6106
 msgid "  Number TAG\n"
 msgstr ""
 
-#: readelf.c:6079
+#: readelf.c:6112
 #, c-format
 msgid "   %ld      %s    [%s]\n"
 msgstr ""
 
-#: readelf.c:6082
+#: readelf.c:6115
 msgid "has children"
 msgstr ""
 
-#: readelf.c:6082
+#: readelf.c:6115
 msgid "no children"
 msgstr ""
 
-#: readelf.c:6086
+#: readelf.c:6119
 #, c-format
 msgid "    %-18s %s\n"
 msgstr ""
 
-#: readelf.c:6105
+#: readelf.c:6138
 #, c-format
 msgid " %lu byte block: "
 msgstr ""
 
-#: readelf.c:6412
+#: readelf.c:6445
 msgid "(User defined location op)"
 msgstr ""
 
-#: readelf.c:6414
+#: readelf.c:6447
 msgid "(Unknown location op)"
 msgstr ""
 
-#: readelf.c:6541
+#: readelf.c:6574
 #, c-format
 msgid "Unable to handle FORM: %d"
 msgstr ""
 
-#: readelf.c:6545
+#: readelf.c:6578
 #, c-format
 msgid "Unrecognised form: %d"
 msgstr ""
 
-#: readelf.c:6558
+#: readelf.c:6591
 msgid "(not inlined)"
 msgstr ""
 
-#: readelf.c:6559
+#: readelf.c:6592
 msgid "(inlined)"
 msgstr ""
 
-#: readelf.c:6560
+#: readelf.c:6593
 msgid "(declared as inline but ignored)"
 msgstr ""
 
-#: readelf.c:6561
+#: readelf.c:6594
 msgid "(declared as inline and inlined)"
 msgstr ""
 
-#: readelf.c:6562
+#: readelf.c:6595
 #, c-format
 msgid "  (Unknown inline attribute value: %lx)"
 msgstr ""
 
-#: readelf.c:6691 readelf.c:6817
+#: readelf.c:6724 readelf.c:6850
 #, c-format
 msgid ""
 "The section %s contains:\n"
 "\n"
 msgstr ""
 
-#: readelf.c:6713
+#: readelf.c:6746
 #, c-format
 msgid "  Compilation Unit @ %lx:\n"
 msgstr ""
 
-#: readelf.c:6714
+#: readelf.c:6747
 #, c-format
 msgid "   Length:        %ld\n"
 msgstr ""
 
-#: readelf.c:6715
+#: readelf.c:6748
 #, c-format
 msgid "   Version:       %d\n"
 msgstr ""
 
-#: readelf.c:6716
+#: readelf.c:6749
 #, c-format
 msgid "   Abbrev Offset: %ld\n"
 msgstr ""
 
-#: readelf.c:6717
+#: readelf.c:6750
 #, c-format
 msgid "   Pointer Size:  %d\n"
 msgstr ""
 
-#: readelf.c:6721
+#: readelf.c:6754
 msgid "Only version 2 DWARF debug information is currently supported.\n"
 msgstr ""
 
-#: readelf.c:6743
+#: readelf.c:6776
 msgid "Unable to locate .debug_abbrev section!\n"
 msgstr ""
 
-#: readelf.c:6783
+#: readelf.c:6816
 #, c-format
 msgid "Unable to locate entry %lu in the abbreviation table\n"
 msgstr ""
 
-#: readelf.c:6788
+#: readelf.c:6821
 #, c-format
 msgid " <%d><%x>: Abbrev Number: %lu (%s)\n"
 msgstr ""
 
-#: readelf.c:6838
+#: readelf.c:6871
 msgid "Only DWARF 2 aranges are currently supported.\n"
 msgstr ""
 
-#: readelf.c:6842
+#: readelf.c:6875
 #, c-format
 msgid "  Length:                   %ld\n"
 msgstr ""
 
-#: readelf.c:6843
+#: readelf.c:6876
 #, c-format
 msgid "  Version:                  %d\n"
 msgstr ""
 
-#: readelf.c:6844
+#: readelf.c:6877
 #, c-format
 msgid "  Offset into .debug_info:  %lx\n"
 msgstr ""
 
-#: readelf.c:6845
+#: readelf.c:6878
 #, c-format
 msgid "  Pointer Size:             %d\n"
 msgstr ""
 
-#: readelf.c:6846
+#: readelf.c:6879
 #, c-format
 msgid "  Segment Size:             %d\n"
 msgstr ""
 
-#: readelf.c:6848
+#: readelf.c:6881
 msgid ""
 "\n"
 "    Address  Length\n"
 msgstr ""
 
-#: readelf.c:7010
+#: readelf.c:7043
 #, c-format
 msgid "The section %s contains:\n"
 msgstr ""
 
-#: readelf.c:7485
+#: readelf.c:7518
 #, c-format
 msgid "Displaying the debug contents of section %s is not yet supported.\n"
 msgstr ""
 
-#: readelf.c:7549
+#: readelf.c:7582
 #, c-format
 msgid ""
 "\n"
 "Section '%s' has no debugging data.\n"
 msgstr ""
 
-#: readelf.c:7568
+#: readelf.c:7601
 #, c-format
 msgid "Unrecognised debug section: %s\n"
 msgstr ""
 
-#: readelf.c:7640
+#: readelf.c:7673
 msgid "Some sections were not dumped because they do not exist!\n"
 msgstr ""
 
-#: readelf.c:7823
+#: readelf.c:7856
 #, c-format
 msgid ""
 "\n"
 "Section '%s' contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:7985
+#: readelf.c:8018
 msgid "conflict list with without table"
 msgstr ""
 
-#: readelf.c:8013
+#: readelf.c:8046
 #, c-format
 msgid ""
 "\n"
 "Section '.conflict' contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:8014
+#: readelf.c:8047
 msgid "  Num:    Index       Value  Name"
 msgstr ""
 
-#: readelf.c:8039
+#: readelf.c:8072
 msgid "NT_PRSTATUS (prstatus structure)"
 msgstr ""
 
-#: readelf.c:8040
+#: readelf.c:8073
 msgid "NT_FPREGSET (floating point registers)"
 msgstr ""
 
-#: readelf.c:8041
+#: readelf.c:8074
 msgid "NT_PRPSINFO (prpsinfo structure)"
 msgstr ""
 
-#: readelf.c:8042
+#: readelf.c:8075
 msgid "NT_TASKSTRUCT (task structure)"
 msgstr ""
 
-#: readelf.c:8043
+#: readelf.c:8076
 msgid "NT_PRXFPREG (user_xfpregs structure)"
 msgstr ""
 
-#: readelf.c:8044
+#: readelf.c:8077
 msgid "NT_PSTATUS (pstatus structure)"
 msgstr ""
 
-#: readelf.c:8045
+#: readelf.c:8078
 msgid "NT_FPREGS (floating point registers)"
 msgstr ""
 
-#: readelf.c:8046
+#: readelf.c:8079
 msgid "NT_PSINFO (psinfo structure)"
 msgstr ""
 
-#: readelf.c:8047
+#: readelf.c:8080
 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
 msgstr ""
 
-#: readelf.c:8048
+#: readelf.c:8081
 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
 msgstr ""
 
-#: readelf.c:8049
+#: readelf.c:8082
 msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)"
 msgstr ""
 
-#: readelf.c:8051
+#: readelf.c:8084
 #, c-format
 msgid "Unknown note type: (0x%08x)"
 msgstr ""
 
-#: readelf.c:8089
+#: readelf.c:8122
 #, c-format
 msgid ""
 "\n"
 "Notes at offset 0x%08lx with length 0x%08lx:\n"
 msgstr ""
 
-#: readelf.c:8091
+#: readelf.c:8124
 msgid "  Owner\t\tData size\tDescription\n"
 msgstr ""
 
-#: readelf.c:8202
+#: readelf.c:8235
 msgid "No note segments present in the core file.\n"
 msgstr ""
 
-#: readelf.c:8280
+#: readelf.c:8313
 msgid "This instance of readelf has been built without support for a\n"
 msgstr ""
 
-#: readelf.c:8281
+#: readelf.c:8314
 msgid "64 bit data type and so it cannot read 64 bit ELF files.\n"
 msgstr ""
 
-#: readelf.c:8316
+#: readelf.c:8349
 #, c-format
 msgid "Cannot stat input file %s.\n"
 msgstr ""
 
-#: readelf.c:8323
+#: readelf.c:8356
 #, c-format
 msgid "Input file %s not found.\n"
 msgstr ""
 
-#: readelf.c:8329
+#: readelf.c:8362
 #, c-format
 msgid "%s: Failed to read file header\n"
 msgstr ""
 
-#: readelf.c:8343
+#: readelf.c:8376
 #, c-format
 msgid ""
 "\n"
index abd684dfeb0709ab5c65ab20d71076d799419755..41c78cbbb858880a0a9bc07add1af13684e46b5c 100644 (file)
@@ -1,5 +1,5 @@
 /* prdbg.c -- Print out generic debugging information.
-   Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc.
+   Copyright 1995, 1996 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index 9e973c699d9b39185085c4f5ad4879b810688b32..15c30ed8cb4abecaa74693e15f3769160fc0b4e8 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1991, 2000 Free Software Foundation
+.\" Copyright 1991, 1992, 1993, 2000 Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH ranlib 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
 .de BP
index 47b479b20b6f941c0118840648808e4feaa8bfb2..d05d1c0eb31948a6c15505f4f9956b7de1356765 100644 (file)
@@ -1,5 +1,5 @@
 %{ /* rclex.l -- lexer for Windows rc files parser  */
-/* Copyright 1997, 1998 Free Software Foundation, Inc.
+/* Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index b67338f9d0455ce0ce742df6d5e3922ce6152b9e..89004e7c0bea973fc67b6e489be1a9cafb19539a 100644 (file)
@@ -1,5 +1,5 @@
 %{ /* rcparse.y -- parser for Windows rc files
-   Copyright 1997, 1998 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index 14f973e19e126ada4438e6e8f7c15551cfc4fc29..058289567f801501eac9f09f78494566529f5538 100644 (file)
@@ -1,5 +1,5 @@
 /* stabs.c -- Parse COFF debugging information
-   Copyright (C) 1996, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1996, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index f9fae05d6691162f84dc02c0b1c63f7c37e901f3..e6ace7755775054c9ea1f2e4916afbfc4e1a9bed 100644 (file)
@@ -1,5 +1,5 @@
 /* rddbg.c -- Read debugging information into a generic form.
-   Copyright (C) 1995, 96, 97, 98, 2000 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
index ca717a6b027f7963767c3eeda1bd5f206c5a2511..b589e36459baedbe88613d24d6712b91df0cc31f 100644 (file)
@@ -1,5 +1,5 @@
 /* readelf.c -- display contents of an ELF format file
-   Copyright (C) 1998, 99, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
    Originally developed by Eric Youngdale <eric@andante.jic.com>
    Modifications by Nick Clifton <nickc@cygnus.com>
index 78ea9fd6b20da379640dee500926e13067c98694..a7be2c1f30cc5b72f67784ef6524c1562fd97841 100644 (file)
@@ -1,5 +1,5 @@
 /* rename.c -- rename a file, preserving symlinks.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright 1999 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 8fc07fbb29253928b7aad22c7252dc7fdcb62b6c..a545343705215fcb0d396e21cc2fabfb080843a9 100644 (file)
@@ -1,5 +1,5 @@
 /* resbin.c -- manipulate the Windows binary resource format.
-   Copyright 1997, 1998 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index 45161c3677db09f4a31a0e94819545779e305b0e..e24402ba008ae4407044c234edab2a3b234f09bf 100644 (file)
@@ -1,5 +1,5 @@
 /* rescoff.c -- read and write resources in Windows COFF files.
-   Copyright 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index 68bc7c40302fea757fb8d7d9e849327cbb3c01f3..fca874ae351f85a4802cd5ac2efcbfc2c2f53b30 100644 (file)
@@ -1,5 +1,5 @@
 /* resrc.c -- read and write Windows rc files.
-   Copyright 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index 1d182aecdfcd03127bac001f3109b33d0710ce62..041e9757604feb3c43e9567a6ea8a12530c87a47 100644 (file)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1991, 2000 Free Software Foundation
+.\" Copyright 1991, 1992, 1993, 1994, 1995, 2000
+.\" Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH size 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
 .de BP
index 4cf17b2a59eb1d1aeeb96a066f18205a8b31817f..47a91ad6fe1012c9715871f1fcf9fe600d4a634e 100644 (file)
@@ -1,5 +1,5 @@
 /* size.c -- report size of various sections of an executable file.
-   Copyright 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
    Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
index fb8996b3643b1d691692e93d3a0fec7d34ac9460..d5a232419ba4f6376470ce03344dc7c216cb9e8d 100644 (file)
@@ -1,5 +1,6 @@
 /* srconv.c -- Sysroff conversion program
-   Copyright (C) 1994, 95, 96, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1996, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 4233630cde7e74076d810fbb89d29e58fc0d94ed..0ced90be0a0a78165a7025f4cad61651c4d73087 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1993, 94, 95, 2000 Free Software Foundation
+.\" Copyright 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH strings 1 "09 March 2000" "Free Software Foundation" "GNU Development Tools"
 .de BP
index a961e418e2f33bab430eebcd1bdb55a0fa3f0506..d72cd1928690badc30473fc2c634a5c908f776cd 100644 (file)
@@ -1,5 +1,5 @@
 /* strings -- print the strings of printable characters in files
-   Copyright (C) 1993, 94, 95, 96, 97, 98, 99, 2000
+   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
index 5bd6dfbaebb157305c2f51356310e0162a1cb4ba..063b33e6ce6c0710dd563e7f57c53fdf067b6466 100644 (file)
@@ -1,4 +1,5 @@
-.\" Copyright (c) 1991, 92, 93, 94, 95, 96, 97, 1998, 2000 Free Software Foundation
+.\" Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000
+.\" Free Software Foundation, Inc.
 .\" See section COPYING for conditions for redistribution
 .TH strip 1 "5 November 1991" "Free Software Foundation" "GNU Development Tools"
 .de BP
index 1f8a5778caaeba0728fe2a75547f6e1d4d1fdf64..65d2ca676bd127b01298c0075d8d7ef295d25700 100644 (file)
@@ -1,5 +1,5 @@
 /* Sysroff object format dumper.
-   Copyright (C) 1994, 95, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 0aa87375dd63e8d8b5b852c0be6b42e12be4a979..fef16cbddc66062fa6822a975660ae756a97863b 100644 (file)
@@ -1,3 +1,22 @@
+/* Copyright 2001 Free Software Foundation, Inc.
+   Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
+
+This file is part of GNU binutils.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
 %{
 #include <stdio.h>
 #include <stdlib.h>
index a39484287a788882258695e3a574430072f351ed..553cbdc8ddd1292eb28c323c99d4a4c2c56aa9a7 100644 (file)
@@ -1,4 +1,23 @@
 %{
+/* Copyright 2001 Free Software Foundation, Inc.
+
+This file is part of GLD, the Gnu Linker.
+
+GLD is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GLD is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GLD; see the file COPYING.  If not, write to the Free
+Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.  */
+
 #include "sysinfo.h"
 char *word;
 int number;
index ae142270143b8a2d13c955e6b285eb19952d343d..41b6533da92c2d8fd94a0d8a8166bd65e709f514 100644 (file)
@@ -209,8 +209,8 @@ Wed Jun 24 09:20:21 1998  Nick Clifton  <nickc@cygnus.com>
 
 1998-07-20  Vladimir N. Makarov  <vmakarov@cygnus.com>
 
-       * objcopy.exp: Two new tests - strip object file with saving a
-       symbol and strip executable file with saving a symbol.
+       * binutils-all/objcopy.exp: Two new tests - strip object file with
+       saving a symbol and strip executable file with saving a symbol.
 
 Fri May 29 14:50:24 1998  Ian Lance Taylor  <ian@cygnus.com>
 
index 4b38c6b066e4362b65aa3251257ed3c15bf05cc1..bbd03aba93843afcdb7b0e273813084458ba5483 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+#   Copyright 1995, 1997 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 46b0ed0d57c029cd2405d1ad9b06d34e0b974fcb..859b82701f81ae29bf599c7708073aeb34a245d5 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1997, 1999, 2000
+#   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 76c7c5f38c964ab5d27f6e48709283818c70c8e0..8069eda608eea080b3b753b3b179db856cf035df 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 85a320bb4044a2d26bef1a68fd22ea8908904ed7..30d33f0d164114ae409212bf9a43a1385b9982c5 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright (C) 1994, 95, 96, 97, 1998 Free Software Foundation, Inc.
+#   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+#   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 63d4fc43b7da7673697ce4d7945545780f1b33ad..d2bd46c40567ad4d019752ebb0fc176548de085f 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright (C) 1993, 1994, 1995, 1996, 2000 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+#   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index f93e2f5803c8ac4f1e52d25c0e2f9a04f445993b..1123df4cb45c1cb22697f1121ee8bd03b9f2b320 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+#   Copyright 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index b908c9198bfcd799d2229e50a4cd6afbb5da331b..b91ba23c28d747c505601a46e051ed0b3f4dd683 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 6b0039abc1c499149037fe57288822ad5dfcdfe1..56acd9542e37ac62b0e678025ae451b56afa1f18 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1997, 1999, 2001
+#   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index de1535dc70406330c9527945f307b82ef6e47915..e43019cb38874a34f60b6e58acfac695661b774c 100644 (file)
@@ -1,4 +1,5 @@
-#   Copyright (C) 1993, 1994, 1997 Free Software Foundation, Inc.
+#   Copyright 1993, 1994, 1995, 1996, 1997, 2000
+#   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 826de56ff5fdec0ca1eea7699e321e99ae64ca72..3b05c77312ed75c9c296d27cf9d4da6d5850e74f 100644 (file)
@@ -1,5 +1,5 @@
 /* unwind-ia64.c -- utility routines to dump IA-64 unwind info for readelf.
-   Copyright (c) 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001 Free Software Foundation, Inc.
        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of GNU Binutils.
index 6cb5a8c5e90a621cb4a06c63a7496b484f086295..d80e46a02581fccfa09208d43d82bc9bd64dd03e 100644 (file)
@@ -1,5 +1,5 @@
 /* unwind-ia64.h -- dump IA-64 unwind info.
-   Copyright (c) 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001 Free Software Foundation, Inc.
        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of GNU Binutils.
index 5bd1907a813673b939015cc47c159565e1aa6a7b..5a4aefe84a6815b0b37f171eeb16cba8340a15cc 100644 (file)
@@ -1,5 +1,6 @@
 /* version.c -- binutils version information
-   Copyright 1991, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001
+   Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 89f0ac2ecc2617513aeceb241981251942e8ff32..d76f35e72275961906d5fa9a7e55f822463fb810 100644 (file)
@@ -1,5 +1,5 @@
 /* windres.c -- a program to manipulate Windows resources
-   Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index 8adc1ef35710b4bb365f5042437d3717f5cfaf7f..321be23f60431a501ede5ac7123b8596578b2e0a 100644 (file)
@@ -1,5 +1,5 @@
 /* windres.h -- header file for windres program.
-   Copyright 1997, 1998 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GNU Binutils.
index c74af2ee72abbc9c2be9cb55aa884e687e5c0461..0b29511b115c3883e0376c1616b1eab405e0ff9e 100644 (file)
@@ -1,5 +1,5 @@
 /* wrstabs.c -- Output stabs debugging information
-   Copyright (C) 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.