diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-09 23:13:41 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-09 23:13:41 +0000 |
commit | 6d33f2176c63496fc73634c8971aef1cd4f99d20 (patch) | |
tree | 53108c419e3c7dc4c6d26082430eae3b9a5b7b7a /bfd/ChangeLog | |
parent | d4310edb359dda35189ab0ece88a9107085fcf54 (diff) | |
download | gdb-6d33f2176c63496fc73634c8971aef1cd4f99d20.zip gdb-6d33f2176c63496fc73634c8971aef1cd4f99d20.tar.gz gdb-6d33f2176c63496fc73634c8971aef1cd4f99d20.tar.bz2 |
2007-08-09 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4909
* elf.c (print_segment_map): New function.
(assign_file_positions_for_load_sections): Call print_segment_map
when a section can't be allocated in segment.
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 eb5b3e0..6f211a9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-08-09 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/4909 + * elf.c (print_segment_map): New function. + (assign_file_positions_for_load_sections): Call print_segment_map + when a section can't be allocated in segment. + 2007-08-09 Jan Kratochvil <jan.kratochvil@redhat.com> * opncls.c (bfd_openr_iovec): Fix the OPEN parameter macro expansion. |