diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-31 20:55:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-31 20:55:25 +0000 |
commit | 5945db2997901c20d151a316001b0862a1b473d5 (patch) | |
tree | 9f1f9530f49a6e00514340cef96ad1c42ef571d3 /bfd/ChangeLog | |
parent | ccbae88965eadba00af7256362c845c6e9a8b135 (diff) | |
download | gdb-5945db2997901c20d151a316001b0862a1b473d5.zip gdb-5945db2997901c20d151a316001b0862a1b473d5.tar.gz gdb-5945db2997901c20d151a316001b0862a1b473d5.tar.bz2 |
* elfcode.h (map_program_segments): Add sorted_hdrs parameter.
Search through it rather than through unsorted section headers.
(assign_file_positions_except_relocs): Pass sorted_hdrs to
map_program_segments.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bf8fc4f..f007ca1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 31 15:27:53 1995 Ian Lance Taylor <ian@cygnus.com> + + * elfcode.h (map_program_segments): Add sorted_hdrs parameter. + Search through it rather than through unsorted section headers. + (assign_file_positions_except_relocs): Pass sorted_hdrs to + map_program_segments. + Mon Jan 30 22:04:53 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * ecoff.c (_bfd_ecoff_find_nearest_line): Fix problems in range |