diff options
author | Nick Clifton <nickc@redhat.com> | 2012-02-01 16:49:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-02-01 16:49:26 +0000 |
commit | 36e32b27f61b7bcb0d4bf0299936acfa0a002c92 (patch) | |
tree | 5e5d44e63b44710266141f6fb0b9338e3bed4118 /binutils/ChangeLog | |
parent | 72018481db836810ab1a76ad96ea2e6264cdd63d (diff) | |
download | gdb-36e32b27f61b7bcb0d4bf0299936acfa0a002c92.zip gdb-36e32b27f61b7bcb0d4bf0299936acfa0a002c92.tar.gz gdb-36e32b27f61b7bcb0d4bf0299936acfa0a002c92.tar.bz2 |
PR binutils/13493
* ar.c (ranlib_main): Process --plugin option.
* doc/binutils.texi: Document --plugin support for ranlib.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 87367ca..8e2976d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2012-02-01 Nick Clifton <nickc@redhat.com> + PR binutils/13493 + * ar.c (ranlib_main): Process --plugin option. + * doc/binutils.texi: Document --plugin support for ranlib. + +2012-02-01 Nick Clifton <nickc@redhat.com> + PR binutils/13482 * readelf.c (process_corefile_note_segment): Fix off-by-one errors verifying the contents of a note. |