diff options
author | Nick Clifton <nickc@redhat.com> | 2009-10-16 14:02:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-10-16 14:02:55 +0000 |
commit | dec872897c87f1a508b9ccb18d2f2c924a392f6e (patch) | |
tree | 2939c19c9f0dca76f772ddcfe9e0a6227e23be26 /binutils/ChangeLog | |
parent | ed94852035eae25aaf396e9299cff8317cb3e589 (diff) | |
download | gdb-dec872897c87f1a508b9ccb18d2f2c924a392f6e.zip gdb-dec872897c87f1a508b9ccb18d2f2c924a392f6e.tar.gz gdb-dec872897c87f1a508b9ccb18d2f2c924a392f6e.tar.bz2 |
PR 10768
* dlltool.c (bfd_get_errmsg): New macro.
(scan_obj_file): Use it.
(make_one_lib_file): Use it.
(make_head): Use it.
(make_delay_head): Use it.
(make_tail): Use it.
(gen_lib_file): Use it.
(identify_dll_for_implib): Use it.
(identify_search_archive): Use it.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 850773f..4252a67 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +2009-10-16 Yann Droneaud <yann@droneaud.fr> + + PR 10768 + * dlltool.c (bfd_get_errmsg): New macro. + (scan_obj_file): Use it. + (make_one_lib_file): Use it. + (make_head): Use it. + (make_delay_head): Use it. + (make_tail): Use it. + (gen_lib_file): Use it. + (identify_dll_for_implib): Use it. + (identify_search_archive): Use it. + 2009-10-16 Nick Clifton <nickc@redhat.com> * readelf.c (usage): Add mention of --debug-dump=frames-interp. |