diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-07 04:06:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-07 04:06:50 +0000 |
commit | 75cc718903a22a68fc0db87f5976e868822ff4e5 (patch) | |
tree | ef1b378a45f45f307cc4a6981970b98b001997ab /bfd/ChangeLog | |
parent | fdfd89ab43420abf7bc4ae3cc95ebc8ef0f6d49d (diff) | |
download | binutils-gdb-75cc718903a22a68fc0db87f5976e868822ff4e5.tar.gz |
1999-09-06 Donn Terry <donn@interix.com>
* coffcode.h (sort_by_secaddr): New static function if
COFF_IMAGE_WITH_PE.
(coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort
sections by VMA when assigning target_index values. Always set
virt_size.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9938e0f1dfd..b8746f7f1fd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 1999-09-06 Donn Terry <donn@interix.com> + * coffcode.h (sort_by_secaddr): New static function if + COFF_IMAGE_WITH_PE. + (coff_compute_section_file_positions): If COFF_IMAGE_WITH_PE, sort + sections by VMA when assigning target_index values. Always set + virt_size. + * libcoff-in.h (struct pei_section_tdata): Add pe_flags field. * coffcode.h (coff_set_alignment_hook) [COFF_WITH_PE version]: Set pe_flags field. |