diff options
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 487a900..f466de3 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -32,6 +32,9 @@ Makefile.in TODO alloca.c ar.c +is-ranlib.o +not-ranlib.o +maybe-ranlib.o bucomm.c config config.sub @@ -47,6 +50,7 @@ m68k-pinsn.c nm.c objdump.c ostrip.c +ranlib.sh size.c sparc-pinsn.c strip.c @@ -59,7 +63,16 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.3 1991/09/01 03:47:07 steve +# 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]. +# (Old behavior is still available if you "make ar_with_ranlib", +# but it is not the default.) +# * ranlib.sh (new): An alternative one-line +# shell implementation of ranlib. +# +# Revision 1.3 1991/09/01 03:47:07 steve # Added config.sub # # Revision 1.2 1991/07/15 23:38:04 steve |