From 8c2bc6877d75f8cd9073f206fab29920f73d325c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 13 Mar 2001 06:43:59 +0000 Subject: [PATCH] Fix typos in ChangeLogs and update copyright notices --- binutils/ChangeLog | 16 +- binutils/ChangeLog-9197 | 13 +- binutils/MAINTAINERS | 3 + binutils/Makefile.in | 2 +- binutils/aclocal.m4 | 19 +- binutils/addr2line.1 | 2 +- binutils/addr2line.c | 2 +- binutils/ar.1 | 3 +- binutils/ar.c | 2 +- binutils/arlex.l | 2 +- binutils/arparse.y | 2 +- binutils/arsup.c | 2 +- binutils/arsup.h | 2 +- binutils/binutils.texi | 2 + binutils/bucomm.c | 2 +- binutils/bucomm.h | 2 +- binutils/budbg.h | 2 +- binutils/coffdump.c | 2 +- binutils/coffgrok.c | 2 +- binutils/coffgrok.h | 19 + binutils/cxxfilt.man | 2 +- binutils/debug.c | 2 +- binutils/debug.h | 2 +- binutils/deflex.l | 2 +- binutils/defparse.y | 2 +- binutils/dlltool.c | 3 +- binutils/dlltool.h | 2 +- binutils/dllwrap.c | 2 +- binutils/filemode.c | 3 +- binutils/ieee.c | 2 +- binutils/nlmconv.1 | 2 +- binutils/nlmconv.c | 2 +- binutils/nlmconv.h | 2 +- binutils/nlmheader.y | 2 +- binutils/nm.1 | 3 +- binutils/nm.c | 3 +- binutils/objcopy.1 | 3 +- binutils/objcopy.c | 3 +- binutils/objdump.1 | 3 +- binutils/objdump.c | 3 +- binutils/po/binutils.pot | 593 +++++++++--------- binutils/prdbg.c | 2 +- binutils/ranlib.1 | 2 +- binutils/rclex.l | 2 +- binutils/rcparse.y | 2 +- binutils/rdcoff.c | 2 +- binutils/rddbg.c | 2 +- binutils/readelf.c | 2 +- binutils/rename.c | 2 +- binutils/resbin.c | 2 +- binutils/rescoff.c | 2 +- binutils/resrc.c | 2 +- binutils/size.1 | 3 +- binutils/size.c | 2 +- binutils/srconv.c | 3 +- binutils/strings.1 | 2 +- binutils/strings.c | 2 +- binutils/strip.1 | 3 +- binutils/sysdump.c | 2 +- binutils/sysinfo.y | 19 + binutils/syslex.l | 19 + binutils/testsuite/ChangeLog | 4 +- binutils/testsuite/binutils-all/ar.exp | 2 +- .../testsuite/binutils-all/hppa/objdump.exp | 3 +- binutils/testsuite/binutils-all/nm.exp | 2 +- binutils/testsuite/binutils-all/objcopy.exp | 3 +- binutils/testsuite/binutils-all/objdump.exp | 3 +- binutils/testsuite/binutils-all/readelf.exp | 2 +- binutils/testsuite/binutils-all/size.exp | 2 +- binutils/testsuite/config/default.exp | 3 +- binutils/testsuite/lib/utils-lib.exp | 3 +- binutils/unwind-ia64.c | 2 +- binutils/unwind-ia64.h | 2 +- binutils/version.c | 3 +- binutils/windres.c | 2 +- binutils/windres.h | 2 +- binutils/wrstabs.c | 2 +- 77 files changed, 470 insertions(+), 389 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fc8d5572a1..1767f67c8a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -431,15 +431,15 @@ Mon Dec 11 14:30:21 MET 2000 Jan Hubicka 2000-07-20 H.J. Lu - * binutils/binutils.texi: Put back "@end table" deleted by + * binutils.texi: Put back "@end table" deleted by accident. 2000-07-05 Kenneth Block - * 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 @@ -752,7 +752,7 @@ Fri Apr 21 13:20:53 2000 Richard Henderson 2000-04-10 Philippe De Muyter - * 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 * 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 @@ -1050,7 +1050,7 @@ Fri Apr 7 15:56:57 2000 Andrew Cagney 2000-02-03 Timothy Wall - * 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. diff --git a/binutils/ChangeLog-9197 b/binutils/ChangeLog-9197 index d989ae4325..a449d23ad8 100644 --- a/binutils/ChangeLog-9197 +++ b/binutils/ChangeLog-9197 @@ -159,7 +159,7 @@ Wed Sep 24 11:34:05 1997 Ian Lance Taylor * binutils.texi (size): The object file argument is optional. From Marty Leisner . - * aclocal.m4: Rebuild with new libtool. + * acloal.m4: Rebuild with new libtool. * configure: Rebuild. Tue Aug 26 17:48:34 1997 Ian Lance Taylor @@ -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() diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index ec66a38e41..6f66f4c0a8 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -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 (head maintainer) diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 0f10cb4095..2e77c0721d 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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) diff --git a/binutils/aclocal.m4 b/binutils/aclocal.m4 index 37c162a1d4..a4a2b46aaf 100644 --- a/binutils/aclocal.m4 +++ b/binutils/aclocal.m4 @@ -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. diff --git a/binutils/addr2line.1 b/binutils/addr2line.1 index f8dde89be5..d5fc4150ca 100644 --- a/binutils/addr2line.1 +++ b/binutils/addr2line.1 @@ -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 diff --git a/binutils/addr2line.c b/binutils/addr2line.c index ef01f4780c..daae5030a9 100644 --- a/binutils/addr2line.c +++ b/binutils/addr2line.c @@ -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 This file is part of GNU Binutils. diff --git a/binutils/ar.1 b/binutils/ar.1 index d7b2caff8e..d50c3a8ad4 100644 --- a/binutils/ar.1 +++ b/binutils/ar.1 @@ -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 diff --git a/binutils/ar.c b/binutils/ar.c index fe5709f56a..996476ce46 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -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. diff --git a/binutils/arlex.l b/binutils/arlex.l index 2fd94da4dd..71ef56ee6f 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -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. diff --git a/binutils/arparse.y b/binutils/arparse.y index a5e90faeb1..a03c2c42e2 100644 --- a/binutils/arparse.y +++ b/binutils/arparse.y @@ -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. diff --git a/binutils/arsup.c b/binutils/arsup.c index eebee99771..0058c0d31f 100644 --- a/binutils/arsup.c +++ b/binutils/arsup.c @@ -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. diff --git a/binutils/arsup.h b/binutils/arsup.h index f54a34bcf3..26538beaf9 100644 --- a/binutils/arsup.h +++ b/binutils/arsup.h @@ -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. diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 67260ccf2b..2534c4148d 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1,5 +1,7 @@ \input texinfo @c -*- Texinfo -*- @setfilename binutils.info +@c Copyright 2001 Free Software Foundation, Inc. + @include config.texi @ifinfo diff --git a/binutils/bucomm.c b/binutils/bucomm.c index 1cf904dd9a..401a3e406b 100644 --- a/binutils/bucomm.c +++ b/binutils/bucomm.c @@ -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. diff --git a/binutils/bucomm.h b/binutils/bucomm.h index e9d675e31a..f8c860860b 100644 --- a/binutils/bucomm.h +++ b/binutils/bucomm.h @@ -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. diff --git a/binutils/budbg.h b/binutils/budbg.h index d8ee8895e7..2bbf72e3ee 100644 --- a/binutils/budbg.h +++ b/binutils/budbg.h @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 77dbd33276..80b0817717 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -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. diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 3486c5f89d..1118faca1e 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -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. diff --git a/binutils/coffgrok.h b/binutils/coffgrok.h index c0ade42a61..e442bae0bc 100644 --- a/binutils/coffgrok.h +++ b/binutils/coffgrok.h @@ -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 */ diff --git a/binutils/cxxfilt.man b/binutils/cxxfilt.man index a4d5d45106..a985dc97cf 100644 --- a/binutils/cxxfilt.man +++ b/binutils/cxxfilt.man @@ -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 diff --git a/binutils/debug.c b/binutils/debug.c index 82a9094a07..ffdc7667a4 100644 --- a/binutils/debug.c +++ b/binutils/debug.c @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/debug.h b/binutils/debug.h index 1b890b234f..d60285d081 100644 --- a/binutils/debug.h +++ b/binutils/debug.h @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/deflex.l b/binutils/deflex.l index 15a43c04f4..8ff72b8aec 100644 --- a/binutils/deflex.l +++ b/binutils/deflex.l @@ -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. diff --git a/binutils/defparse.y b/binutils/defparse.y index 5718d46144..7e139654e2 100644 --- a/binutils/defparse.y +++ b/binutils/defparse.y @@ -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. diff --git a/binutils/dlltool.c b/binutils/dlltool.c index e989f0c7d5..9475b98cfa 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -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. diff --git a/binutils/dlltool.h b/binutils/dlltool.h index b4167c897f..29c825dd82 100644 --- a/binutils/dlltool.h +++ b/binutils/dlltool.h @@ -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. diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index 291abfde46..8f83dda6df 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -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. diff --git a/binutils/filemode.c b/binutils/filemode.c index f9811bc492..7f9b1b76d4 100644 --- a/binutils/filemode.c +++ b/binutils/filemode.c @@ -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 diff --git a/binutils/ieee.c b/binutils/ieee.c index 52149b2261..ad5ddc7d65 100644 --- a/binutils/ieee.c +++ b/binutils/ieee.c @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/nlmconv.1 b/binutils/nlmconv.1 index 816201740b..35bdeb99c3 100644 --- a/binutils/nlmconv.1 +++ b/binutils/nlmconv.1 @@ -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 diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 450ac1454b..9c7dd3737f 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -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. diff --git a/binutils/nlmconv.h b/binutils/nlmconv.h index c92a557bb7..908a623c6f 100644 --- a/binutils/nlmconv.h +++ b/binutils/nlmconv.h @@ -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. diff --git a/binutils/nlmheader.y b/binutils/nlmheader.y index 0f1e22aa5e..3ab5a794a1 100644 --- a/binutils/nlmheader.y +++ b/binutils/nlmheader.y @@ -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. diff --git a/binutils/nm.1 b/binutils/nm.1 index dbb116c7b6..48fefe5f61 100644 --- a/binutils/nm.1 +++ b/binutils/nm.1 @@ -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 diff --git a/binutils/nm.c b/binutils/nm.c index 3695d1e760..9a10e95b6f 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -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. diff --git a/binutils/objcopy.1 b/binutils/objcopy.1 index d2eed15147..6535eabcb1 100644 --- a/binutils/objcopy.1 +++ b/binutils/objcopy.1 @@ -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 diff --git a/binutils/objcopy.c b/binutils/objcopy.c index abcf6a3aad..de053b1128 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -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. diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 1c2fa612a2..180753432b 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -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 diff --git a/binutils/objdump.c b/binutils/objdump.c index 1f66ab731c..27002ab80f 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -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. diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot index d1cc8be1d8..1725576b2e 100644 --- a/binutils/po/binutils.pot +++ b/binutils/po/binutils.pot @@ -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 , 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 \n" "Language-Team: LANGUAGE \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 ": %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 ": %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 or --hex-dump=\n" msgstr "" -#: readelf.c:1966 +#: readelf.c:1999 msgid " Dump the contents of section \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 or --instruction-dump=\n" msgstr "" -#: readelf.c:1971 +#: readelf.c:2004 msgid "" " Disassemble the contents of section \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 "" 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 ": %d" msgstr "" -#: readelf.c:4627 readelf.c:4672 +#: readelf.c:4660 readelf.c:4705 #, c-format msgid ": %d" msgstr "" -#: readelf.c:4629 readelf.c:4675 +#: readelf.c:4662 readelf.c:4708 #, c-format msgid ": %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" diff --git a/binutils/prdbg.c b/binutils/prdbg.c index abd684dfeb..41c78cbbb8 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/ranlib.1 b/binutils/ranlib.1 index 9e973c699d..15c30ed8cb 100644 --- a/binutils/ranlib.1 +++ b/binutils/ranlib.1 @@ -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 diff --git a/binutils/rclex.l b/binutils/rclex.l index 47b479b20b..d05d1c0eb3 100644 --- a/binutils/rclex.l +++ b/binutils/rclex.l @@ -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. diff --git a/binutils/rcparse.y b/binutils/rcparse.y index b67338f9d0..89004e7c0b 100644 --- a/binutils/rcparse.y +++ b/binutils/rcparse.y @@ -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. diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c index 14f973e19e..058289567f 100644 --- a/binutils/rdcoff.c +++ b/binutils/rdcoff.c @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/rddbg.c b/binutils/rddbg.c index f9fae05d66..e6ace77557 100644 --- a/binutils/rddbg.c +++ b/binutils/rddbg.c @@ -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 . This file is part of GNU Binutils. diff --git a/binutils/readelf.c b/binutils/readelf.c index ca717a6b02..b589e36459 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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 Modifications by Nick Clifton diff --git a/binutils/rename.c b/binutils/rename.c index 78ea9fd6b2..a7be2c1f30 100644 --- a/binutils/rename.c +++ b/binutils/rename.c @@ -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. diff --git a/binutils/resbin.c b/binutils/resbin.c index 8fc07fbb29..a545343705 100644 --- a/binutils/resbin.c +++ b/binutils/resbin.c @@ -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. diff --git a/binutils/rescoff.c b/binutils/rescoff.c index 45161c3677..e24402ba00 100644 --- a/binutils/rescoff.c +++ b/binutils/rescoff.c @@ -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. diff --git a/binutils/resrc.c b/binutils/resrc.c index 68bc7c4030..fca874ae35 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -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. diff --git a/binutils/size.1 b/binutils/size.1 index 1d182aecdf..041e975760 100644 --- a/binutils/size.1 +++ b/binutils/size.1 @@ -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 diff --git a/binutils/size.c b/binutils/size.c index 4cf17b2a59..47a91ad6fe 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -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. diff --git a/binutils/srconv.c b/binutils/srconv.c index fb8996b364..d5a232419b 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -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. diff --git a/binutils/strings.1 b/binutils/strings.1 index 4233630cde..0ced90be0a 100644 --- a/binutils/strings.1 +++ b/binutils/strings.1 @@ -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 diff --git a/binutils/strings.c b/binutils/strings.c index a961e418e2..d72cd19286 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -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 diff --git a/binutils/strip.1 b/binutils/strip.1 index 5bd6dfbaeb..063b33e6ce 100644 --- a/binutils/strip.1 +++ b/binutils/strip.1 @@ -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 diff --git a/binutils/sysdump.c b/binutils/sysdump.c index 1f8a5778ca..65d2ca676b 100644 --- a/binutils/sysdump.c +++ b/binutils/sysdump.c @@ -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. diff --git a/binutils/sysinfo.y b/binutils/sysinfo.y index 0aa87375dd..fef16cbddc 100644 --- a/binutils/sysinfo.y +++ b/binutils/sysinfo.y @@ -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 #include diff --git a/binutils/syslex.l b/binutils/syslex.l index a39484287a..553cbdc8dd 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -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; diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index ae14227014..41b6533da9 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -209,8 +209,8 @@ Wed Jun 24 09:20:21 1998 Nick Clifton 1998-07-20 Vladimir N. Makarov - * 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 diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index 4b38c6b066..bbd03aba93 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/binutils/testsuite/binutils-all/ar.exp @@ -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 diff --git a/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp index 46b0ed0d57..859b82701f 100644 --- a/binutils/testsuite/binutils-all/hppa/objdump.exp +++ b/binutils/testsuite/binutils-all/hppa/objdump.exp @@ -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 diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp index 76c7c5f38c..8069eda608 100644 --- a/binutils/testsuite/binutils-all/nm.exp +++ b/binutils/testsuite/binutils-all/nm.exp @@ -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 diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 85a320bb40..30d33f0d16 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -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 diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 63d4fc43b7..d2bd46c405 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -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 diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index f93e2f5803..1123df4cb4 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -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 diff --git a/binutils/testsuite/binutils-all/size.exp b/binutils/testsuite/binutils-all/size.exp index b908c9198b..b91ba23c28 100644 --- a/binutils/testsuite/binutils-all/size.exp +++ b/binutils/testsuite/binutils-all/size.exp @@ -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 diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index 6b0039abc1..56acd9542e 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -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 diff --git a/binutils/testsuite/lib/utils-lib.exp b/binutils/testsuite/lib/utils-lib.exp index de1535dc70..e43019cb38 100644 --- a/binutils/testsuite/lib/utils-lib.exp +++ b/binutils/testsuite/lib/utils-lib.exp @@ -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 diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c index 826de56ff5..3b05c77312 100644 --- a/binutils/unwind-ia64.c +++ b/binutils/unwind-ia64.c @@ -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 This file is part of GNU Binutils. diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h index 6cb5a8c5e9..d80e46a025 100644 --- a/binutils/unwind-ia64.h +++ b/binutils/unwind-ia64.h @@ -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 This file is part of GNU Binutils. diff --git a/binutils/version.c b/binutils/version.c index 5bd1907a81..5a4aefe84a 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -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. diff --git a/binutils/windres.c b/binutils/windres.c index 89f0ac2ecc..d76f35e722 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -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. diff --git a/binutils/windres.h b/binutils/windres.h index 8adc1ef357..321be23f60 100644 --- a/binutils/windres.h +++ b/binutils/windres.h @@ -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. diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index c74af2ee72..0b29511b11 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -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 . This file is part of GNU Binutils. -- 2.34.1