diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-08 01:14:09 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-08 01:14:09 +0000 |
commit | 5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d (patch) | |
tree | 5d121b9a2f52d3bef7e3df1079a4bd5846681b93 /binutils/.Sanitize | |
parent | 381ed933d335d95296e99d17a5411fba85628063 (diff) | |
download | ppe42-binutils-5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d.tar.gz ppe42-binutils-5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d.zip |
* bucomm.h: created to hold prototypes of bucomm.c
* objdump.h: created to hold prototyes of objdump.c
* am29k-pinsn.c: include objdump.h
* ar.c: include bucomm.h, get ar.h from the right place and
include libbfd.h
* bucomm.c: defunize bfd_fatal
* copy.c: include bucomm.h, lint.
* i960-pinsn.h: include bucomm.h
* m68k-pinsn.h: lint
* nm.c: include bucomm.h, lint
* objdump.c: lint
* sparc-pinsn.c: include objdump.h
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 46 |
1 files changed, 31 insertions, 15 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 9230ac3989..0a523ee8ce 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -29,37 +29,39 @@ Things-to-keep: ChangeLog Makefile.in +README TODO alloca.c -ar.c +am29k-pinsn.c ar.1 -nm.1 -objdump.1 -ranlib.1 -size.1 -strip.1 -is-ranlib.c -not-ranlib.c -maybe-ranlib.c -is-strip.c -not-strip.c -maybe-strip.c +ar.c binutils.texi bucomm.c +bucomm.h configure.in copy.c cplus-dem.c filemode.c gmalloc.c -am29k-pinsn.c i960-pinsn.c +is-ranlib.c +is-strip.c m68k-pinsn.c +maybe-ranlib.c +maybe-strip.c +nm.1 nm.c +not-ranlib.c +not-strip.c +objdump.1 objdump.c +objdump.h +ranlib.1 ranlib.sh -README +size.1 size.c sparc-pinsn.c +strip.1 version.c Do-last: @@ -69,7 +71,21 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.11 1991/11/18 08:04:14 bothner +# Revision 1.12 1991/12/08 01:13:54 sac +# * bucomm.h: created to hold prototypes of bucomm.c +# * objdump.h: created to hold prototyes of objdump.c +# * am29k-pinsn.c: include objdump.h +# * ar.c: include bucomm.h, get ar.h from the right place and +# include libbfd.h +# * bucomm.c: defunize bfd_fatal +# * copy.c: include bucomm.h, lint. +# * i960-pinsn.h: include bucomm.h +# * m68k-pinsn.h: lint +# * nm.c: include bucomm.h, lint +# * objdump.c: lint +# * sparc-pinsn.c: include objdump.h +# +# Revision 1.11 1991/11/18 08:04:14 bothner # * Makefile.in: Bump to version 1.92. # * version.c, Makefile.in: Get version string from Makefile. # * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in: |