From d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Wed, 16 Oct 1991 18:57:08 +0000 Subject: [PATCH] * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c, i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist. --- binutils/ChangeLog | 15 +++++++++++++++ binutils/Makefile.in | 31 +++++++++++++++++++++++++------ binutils/TODO | 4 ++++ binutils/copy.c | 21 +++++++++++++++++++-- binutils/cplus-dem.c | 2 +- binutils/i960-pinsn.c | 6 ++---- binutils/m68k-pinsn.c | 18 +++++++++++++----- binutils/sparc-pinsn.c | 4 ++-- binutils/strip.c | 6 +++--- binutils/version.c | 2 +- 10 files changed, 85 insertions(+), 24 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d556524183..001cd02380 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com) + + * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c, + i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, + * strip.c: Add or update Copyright notice. + * TODO: Add note on 'nm -a'. + * version.c: Update version number to 1.90. + * Makefile.in: Fix making of documentation for dist. + +Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com) + + * README: New file. + * Makefile.in: New kludgy rules for making a tarfile. + * Makefile.in: Fix bindir path. + Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com) * Makefile.in: add targets binutils.mm, binutils.me diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 0d6dc64788..b28370aa52 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1,4 +1,21 @@ -### Makefile for GNU binary-file utilities +# Makefile for GNU binary-file utilities +# Copyright (C) 1989-1991 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., 675 Mass Ave, Cambridge, MA 02139, USA. #$Id$ @@ -12,7 +29,7 @@ DIST_NAME=binutils-beta-${VERSION} version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion` prefix = $(destdir) -bindir = $(prefix)/H-$(host_alias)/T-independent/bin +bindir = $(prefix)/bin # Where to find texinfo.tex to format docn with TeX TEXIDIR = $(srcdir)/../texinfo/fsf @@ -206,10 +223,12 @@ install: $(PROGS) dist: $(DIST_NAME).tar.Z -$(DIST_NAME).tar.Z: proto-dir - ln -s proto-dir $(DIST_NAME) - tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z - rm -rf $(DIST_NAME) +$(DIST_NAME).tar.Z: + cd ../..; rm -f $(DISTNAME); ln -s devo $(DIST_NAME) + cd ..; Sanitize test + cd binutils; make binutils.mm -f Makefile.in + cd ../ld; make ld.mm -f Makefile.in + cd ../..; tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z # These get around a bug in Sun Make in SunOS 4.1.1 alloca.o:alloca.c diff --git a/binutils/TODO b/binutils/TODO index 026f86c8f4..971b57fda1 100644 --- a/binutils/TODO +++ b/binutils/TODO @@ -1,3 +1,7 @@ +o 'nm -a' should print stab code names. + +OLD: + o - merge: copy and strip ar and ranlib diff --git a/binutils/copy.c b/binutils/copy.c index 83aba5e14e..c0428e273f 100644 --- a/binutils/copy.c +++ b/binutils/copy.c @@ -1,5 +1,22 @@ -/*** copy.c -- copy object file from input to output, optionally - massaging it */ +/* copy.c -- copy object file from input to output, optionally massaging it. + Copyright (C) 1991 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + #include "bfd.h" #include "sysdep.h" diff --git a/binutils/cplus-dem.c b/binutils/cplus-dem.c index 9dcc8d5f28..22a38bac2c 100644 --- a/binutils/cplus-dem.c +++ b/binutils/cplus-dem.c @@ -4,7 +4,7 @@ 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 1, or (at your option) + the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/binutils/i960-pinsn.c b/binutils/i960-pinsn.c index 01cd6e2581..4894c06747 100644 --- a/binutils/i960-pinsn.c +++ b/binutils/i960-pinsn.c @@ -1,13 +1,11 @@ /* Disassemble i80960 instructions. - */ - -/* Copyright (C) 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1990, 1991 Free Software Foundation, Inc. This file is part of BFD, the Binary File Diddler. BFD 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. BFD is distributed in the hope that it will be useful, diff --git a/binutils/m68k-pinsn.c b/binutils/m68k-pinsn.c index 100cedf9b0..60350d48b8 100644 --- a/binutils/m68k-pinsn.c +++ b/binutils/m68k-pinsn.c @@ -1,12 +1,12 @@ /* Print m68k instructions for objdump - Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc. This file is part of the binutils. The binutils are 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. The binutils are distributed in the hope that they will be useful, @@ -20,9 +20,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* $Id$ $Log$ - Revision 1.3 1991/10/11 11:22:00 gnu - Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. - + Revision 1.4 1991/10/16 18:56:56 bothner + * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c, + i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, + * strip.c: Add or update Copyright notice. + * TODO: Add note on 'nm -a'. + * version.c: Update version number to 1.90. + * Makefile.in: Fix making of documentation for dist. + + * Revision 1.3 1991/10/11 11:22:00 gnu + * Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. + * * Revision 1.2 1991/06/14 22:54:44 steve * *** empty log message *** * diff --git a/binutils/sparc-pinsn.c b/binutils/sparc-pinsn.c index 9152269c57..554bdda343 100644 --- a/binutils/sparc-pinsn.c +++ b/binutils/sparc-pinsn.c @@ -1,12 +1,12 @@ /* disassemble sparc instructions for objdump - Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc. + Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc. This file is part of the binutils. The binutils are 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. The binutils are distributed in the hope that they will be useful, diff --git a/binutils/strip.c b/binutils/strip.c index 79dfc2b2f6..156b3eb211 100755 --- a/binutils/strip.c +++ b/binutils/strip.c @@ -1,9 +1,9 @@ -/*** strip.c -- strip certain symbols from a rel file. - Copyright (C) 1986, 1990 Free Software Foundation, Inc. +/* strip.c -- strip certain symbols from a rel file. + Copyright (C) 1986, 1990, 1991 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 - the Free Software Foundation; either version 1, or (at your option) + the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/binutils/version.c b/binutils/version.c index d3e5a132f0..aab56dac0d 100644 --- a/binutils/version.c +++ b/binutils/version.c @@ -2,4 +2,4 @@ They all change in lockstep -- it's easier that way */ -char *program_version = "1.10 (Cygnus BFD)"; +char *program_version = "1.90"; -- 2.34.1