diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-31 19:21:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-31 19:21:40 +0000 |
commit | 2d2d08ed7b2025459531d3776ef3718f41a5d5b4 (patch) | |
tree | 30c1fcbee0f914dc2ccf5f77850bdb1ced3095c1 /bfd | |
parent | 0d29b6cc9dcbdeeeebd6facf175020ff238e72d1 (diff) | |
download | gdb-2d2d08ed7b2025459531d3776ef3718f41a5d5b4.zip gdb-2d2d08ed7b2025459531d3776ef3718f41a5d5b4.tar.gz gdb-2d2d08ed7b2025459531d3776ef3718f41a5d5b4.tar.bz2 |
* elfcode.h (assign_file_positions_except_relocs): Sort the ELF
headers by section address when assigning file positions.
(elf_sort_hdrs): New static function.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 98cb44b..1f7204c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 31 14:19:08 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * elfcode.h (assign_file_positions_except_relocs): Sort the ELF + headers by section address when assigning file positions. + (elf_sort_hdrs): New static function. + Sun Oct 30 18:56:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT |