diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-19 15:33:03 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-19 16:07:45 +1030 |
commit | 81a65eb338cf7b40ef76b1cdb150eefd8495e282 (patch) | |
tree | 0d15be0f216b607191bdd1fbd0a43b2952548192 /binutils/ChangeLog | |
parent | 1cb7d8b1afc7c71cfacfe017e0692c9064bf9818 (diff) | |
download | gdb-81a65eb338cf7b40ef76b1cdb150eefd8495e282.zip gdb-81a65eb338cf7b40ef76b1cdb150eefd8495e282.tar.gz gdb-81a65eb338cf7b40ef76b1cdb150eefd8495e282.tar.bz2 |
Don't use bfd.h in binutils/elfcomm.c
Better than warning about bfd types, just don't include bfd.h and
warn against including the header again.
* elfcomm.c: Don't include bfd.h or bucomm.h.
(program_name): Declare.
(process_archive_index_and_symbols): Replace bfd_boolean with int,
and substitute FALSE and TRUE.
(setup_archive, setup_nested_archive): Likewise.
* elfcomm.h: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e52a14f..f340593 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,14 @@ 2020-03-19 Alan Modra <amodra@gmail.com> + * elfcomm.c: Don't include bfd.h or bucomm.h. + (program_name): Declare. + (process_archive_index_and_symbols): Replace bfd_boolean with int, + and substitute FALSE and TRUE. + (setup_archive, setup_nested_archive): Likewise. + * elfcomm.h: Likewise. + +2020-03-19 Alan Modra <amodra@gmail.com> + * readelf.c (process_archive): Always return via path freeing memory. Formatting. |