diff options
author | Per Bothner <per@bothner.com> | 1992-10-06 21:25:08 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-10-06 21:25:08 +0000 |
commit | 8d6ae8fcc581670891568655fbe9d9a3b7f09982 (patch) | |
tree | 978466d48bf0e0a59dc731fd56b49180bdc72577 | |
parent | 81150d3470798e4ddd9661a4bbf56bd3c5c8f440 (diff) | |
download | gdb-8d6ae8fcc581670891568655fbe9d9a3b7f09982.zip gdb-8d6ae8fcc581670891568655fbe9d9a3b7f09982.tar.gz gdb-8d6ae8fcc581670891568655fbe9d9a3b7f09982.tar.bz2 |
* Makefile.in (*clean rules): Some cleaning up.
* Makefile.in (dist): Make diststuff in gprof for a dist.
* ar.c (do_show_version): New function.
* ar.c (main): Fix so "ar -V" works.
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4254b54..f4a0c60 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +Tue Oct 6 14:22:56 1992 Per Bothner (bothner at PersSony) + + * Makefile.in (*clean rules): Some cleaning up. + * Makefile.in (dist): Make diststuff in gprof for a dist. + + * ar.c (do_show_version): New function. + * ar.c (main): Fix so "ar -V" works. + +Thu Oct 1 22:44:45 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * configure.in: now uses the cpu-vendor-os triple instead of + nested cases. + Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com) * i960-pinsn.c: Change bzero to memset. |