aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-10-16 18:57:08 +0000
committerPer Bothner <per@bothner.com>1991-10-16 18:57:08 +0000
commitd8474a9bc10f173bf9c930d4bccf18ad1b5dc09f (patch)
tree02711f26dd5a0435f0b76b3fa65861ad5576df1e /binutils
parent637942e4dbd4b110d30e045b75d07f75fa6ee132 (diff)
downloadfsf-binutils-gdb-d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f.zip
fsf-binutils-gdb-d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f.tar.gz
fsf-binutils-gdb-d8474a9bc10f173bf9c930d4bccf18ad1b5dc09f.tar.bz2
* 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.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog15
-rw-r--r--binutils/Makefile.in31
-rw-r--r--binutils/TODO4
-rw-r--r--binutils/copy.c21
-rw-r--r--binutils/cplus-dem.c2
-rw-r--r--binutils/i960-pinsn.c6
-rw-r--r--binutils/m68k-pinsn.c18
-rw-r--r--binutils/sparc-pinsn.c4
-rwxr-xr-xbinutils/strip.c6
-rw-r--r--binutils/version.c2
10 files changed, 85 insertions, 24 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d556524..001cd02 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 0d6dc64..b28370a 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 026f86c..971b57f 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 83aba5e..c0428e2 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 9dcc8d5..22a38ba 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 01cd6e2..4894c06 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 100cedf..60350d4 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 9152269..554bdda 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 79dfc2b..156b3eb 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 d3e5a132..aab56da 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";