diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-02-16 18:07:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-02-16 18:07:54 +0000 |
commit | cedc298e350429add6dd785e600343dd8639e15c (patch) | |
tree | 27bb7d4ec5123bd7c3747d10824591dcee6df6f1 /bfd/ChangeLog | |
parent | aaa2ab3d61e573f42195e897b8e87acadbcd0c28 (diff) | |
download | gdb-cedc298e350429add6dd785e600343dd8639e15c.zip gdb-cedc298e350429add6dd785e600343dd8639e15c.tar.gz gdb-cedc298e350429add6dd785e600343dd8639e15c.tar.bz2 |
2006-02-16 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2322
* elf.c (get_segment_type): New function.
(_bfd_elf_print_private_bfd_data): Use it.
(print_segment_map): New function.
(assign_file_positions_for_segments): Call print_segment_map
when there are not enough room for program headers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 779ed16..a7449e5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2006-02-16 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/2322 + * elf.c (get_segment_type): New function. + (_bfd_elf_print_private_bfd_data): Use it. + (print_segment_map): New function. + (assign_file_positions_for_segments): Call print_segment_map + when there are not enough room for program headers. + 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com> * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Use |