diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-24 22:37:04 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-24 22:37:04 +0000 |
commit | 817b5a60abfe34c233e7abf66315431cd76884e3 (patch) | |
tree | 1a9fecf94cae6d8fec890c402268f582f91507c7 /binutils | |
parent | afba2b22860d527eaff590cb70a0dfc5d3765241 (diff) | |
download | gdb-817b5a60abfe34c233e7abf66315431cd76884e3.zip gdb-817b5a60abfe34c233e7abf66315431cd76884e3.tar.gz gdb-817b5a60abfe34c233e7abf66315431cd76884e3.tar.bz2 |
* ar.c (map_over_members): if the element of the archive has a
null name, fill it in.
* nm.c (do_one_rel_file): only warn if a bfd's flags say there
will be symbols and there aren't any.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4fee13e..d431627 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +Mon Aug 24 14:53:42 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * ar.c (map_over_members): if the element of the archive has a + null name, fill it in. + + * nm.c (do_one_rel_file): only warn if a bfd's flags say there + will be symbols and there aren't any. + Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com) * m68k-pinsn.c: handle new operand type 'r', introduced for cas2. |