diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-09 02:56:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-09 02:56:16 +0000 |
commit | 5dccc1ddaa1d8e543c1113a83df73c6d7e6973ec (patch) | |
tree | 67c302c3ec020fbc5b6a6ac27cc7f420848618da /bfd/ChangeLog | |
parent | dc8bc5a62ae63232cc0e42871b398ed8e80c9f05 (diff) | |
download | gdb-5dccc1ddaa1d8e543c1113a83df73c6d7e6973ec.zip gdb-5dccc1ddaa1d8e543c1113a83df73c6d7e6973ec.tar.gz gdb-5dccc1ddaa1d8e543c1113a83df73c6d7e6973ec.tar.bz2 |
1999-08-08 Mark Elbrecht <snowball3@bigfoot.com>
* libcoff-in.h (struct coff_section_alignment_entry): Define.
* coffcode.h (coff_set_custom_section_alignment): New static
function.
(coff_section_alignment_table): New static array.
(coff_new_section_hook): Use coff_set_customer_section_alignment.
* coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
* coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
* libcoff.h: Rebuild.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 95532c4..6a8758c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +1999-08-08 Mark Elbrecht <snowball3@bigfoot.com> + + * libcoff-in.h (struct coff_section_alignment_entry): Define. + * coffcode.h (coff_set_custom_section_alignment): New static + function. + (coff_section_alignment_table): New static array. + (coff_new_section_hook): Use coff_set_customer_section_alignment. + * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. + * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Define. + * libcoff.h: Rebuild. + 1999-08-08 Ian Lance Taylor <ian@zembu.com> * Makefile.am: Rename .dep* files to DEP*. Change DEP variable to |