diff options
author | Per Bothner <per@bothner.com> | 1991-10-07 23:14:30 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-10-07 23:14:30 +0000 |
commit | 06a97fbd00ac686154ce466fe97e45e4b15d6a85 (patch) | |
tree | fc117cc4b17f8d23b8b034e8a69504baab1d6b85 /binutils/ChangeLog | |
parent | ef82baf8c582a51890585b1e62643e922d5ae71a (diff) | |
download | gdb-06a97fbd00ac686154ce466fe97e45e4b15d6a85.zip gdb-06a97fbd00ac686154ce466fe97e45e4b15d6a85.tar.gz gdb-06a97fbd00ac686154ce466fe97e45e4b15d6a85.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b1e9e47..416155a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com) + + * 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. + Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com) * objdump.c: Cope with renames of a few BFD types & enums. |