diff options
author | Per Bothner <per@bothner.com> | 1993-03-19 01:56:10 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-03-19 01:56:10 +0000 |
commit | 229c82cb94197ee8a6ce77316494fe05a2822d97 (patch) | |
tree | df4a5cb19ef91279dee25c400d60f68293f56512 /binutils | |
parent | 00cea52f92c8e845506ad147cb9584a31d29d587 (diff) | |
download | gdb-229c82cb94197ee8a6ce77316494fe05a2822d97.zip gdb-229c82cb94197ee8a6ce77316494fe05a2822d97.tar.gz gdb-229c82cb94197ee8a6ce77316494fe05a2822d97.tar.bz2 |
* nm.c: Modify behavior of -o flag for archives to match
BSD4.4 and Sunos 4: Prefix archive name before each line.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6ec51c3..49febe6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com) + * nm.c: Modify behavior of -o flag for archives to match + BSD4.4 and Sunos 4: Prefix archive name before each line. + * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c. * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. * Makefile.in: Adjust accordingly. |