diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-08 12:08:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-08 12:08:43 +0000 |
commit | 52b219b5e48eea63fde7bff994824f5d87a8e1f5 (patch) | |
tree | c8438e3cd3d875d601b343e7fd991e9130c65f69 /bfd/ChangeLog | |
parent | 181866dcc78f58b2c46d54eaf0db70f010256770 (diff) | |
download | gdb-52b219b5e48eea63fde7bff994824f5d87a8e1f5.zip gdb-52b219b5e48eea63fde7bff994824f5d87a8e1f5.tar.gz gdb-52b219b5e48eea63fde7bff994824f5d87a8e1f5.tar.bz2 |
Add sequence id field to asection.
Tidy comments and replace deprecated CONST with const.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8b826ac..ce058dc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2000-07-08 Alan Modra <alan@linuxcare.com.au> + + * section.c (struct sec): Add id field. Tidy comment formatting. + (bfd_make_section_anyway): Set id. + (STD_SECTION): Init id too. + Change CONST to const throughout. + * archures.c (bfd_arch_info): Tidy comment. + (bfd_arch_list): Change a CONST to const. + * libbfd-in.h: Tidy comments and replace CONST with const. + * elf-bfd.h: Likewise. + * libbfd.h: Regenerate. + * bfd-in2.h: Regenerate. + * libcoff.h: Regenerate. + 2000-07-07 DJ Delorie <dj@redhat.com> * archive.c (_bfd_write_archive_contents): Add an informative |