diff options
author | John Gilmore <gnu@cygnus> | 1991-10-08 01:48:04 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-08 01:48:04 +0000 |
commit | aa41241ff4162761c41ab30ebc73c1c55f3157c1 (patch) | |
tree | cb13a562d6d12517d4327721e365258ceacebcd2 | |
parent | 8539db10f4df029baad56a9f447cef29413e86f9 (diff) | |
download | gdb-aa41241ff4162761c41ab30ebc73c1c55f3157c1.zip gdb-aa41241ff4162761c41ab30ebc73c1c55f3157c1.tar.gz gdb-aa41241ff4162761c41ab30ebc73c1c55f3157c1.tar.bz2 |
Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
-rw-r--r-- | binutils/.Sanitize | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index f466de3..fe2d69b 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -32,9 +32,10 @@ Makefile.in TODO alloca.c ar.c -is-ranlib.o -not-ranlib.o -maybe-ranlib.o +is-ranlib.c +not-ranlib.c +maybe-ranlib.c +binutils.texinfo bucomm.c config config.sub @@ -63,7 +64,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.4 1991/10/07 23:14:30 bothner +# Revision 1.5 1991/10/08 01:48:04 gnu +# Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c. +# +# Revision 1.4 1991/10/07 23:14:30 bothner # * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c: # Make two different binaries for ar and ranlib, instead of # distinguishing them at run time using argv[0]. |