diff options
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 9230ac3..0a523ee 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: |