diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1993-06-03 17:44:34 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1993-06-03 17:44:34 +0000 |
commit | 3ac620d4082fad4dc2d42338860c84387ff07a81 (patch) | |
tree | 90107050e7cdc3e6eb65dede9d98d58752a95d5e /binutils | |
parent | 463a71db70ec7d67f2be359ccdc85feec98d3dfe (diff) | |
download | gdb-3ac620d4082fad4dc2d42338860c84387ff07a81.zip gdb-3ac620d4082fad4dc2d42338860c84387ff07a81.tar.gz gdb-3ac620d4082fad4dc2d42338860c84387ff07a81.tar.bz2 |
* Makefile.in: added c++filt and objcopy to MANPAGES variable
* .Sanitize: keep c++filt.1 and objcopy.1
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/.Sanitize | 2 | ||||
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/Makefile.in | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index d10e748..ed237dd 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -40,6 +40,7 @@ arsup.h binutils.texi bucomm.c bucomm.h +c++filt.1 configure.bat configure.in config @@ -53,6 +54,7 @@ nm.1 nm.c not-ranlib.c not-strip.c +objcopy.1 objcopy.c objdump.1 objdump.c diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dffac30..7a1879d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com) + + * Makefile.in: added c++filt and objcopy to MANPAGES variable + * .Sanitize: keep c++filt.1 and objcopy.1 + Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: rename LOADLIBES to EXTRALIBS diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 3d67030..3d37192 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -76,7 +76,7 @@ version=`./../gcc/gcc -dumpversion` # Where to find texinfo.tex to format docn with TeX TEXIDIR = $(srcdir)/../texinfo/fsf -MANPAGES= ar nm objdump ranlib size strip +MANPAGES= ar nm objdump ranlib size strip c++filt objcopy #CC=gcc -Wall # these two are almost the same program |