* readelf.c (process_program_headers): Issue a warning if there are no program headers but the file header has a non-zero program header offset. (process_section_headers): Issue a warning if there are no section headers but the file header has a non-zero section header offset. (process_section_groups): Reword the no section message so that it can be distinguished from the one issued by process_section_headers. * elf.c (assign_file_positions_for_load_sections): Set the program header offset and entry size to zero if there are no program headers.
53 lines
1.5 KiB
Plaintext
53 lines
1.5 KiB
Plaintext
2011-02-08 Nick Clifton <nickc@redhat.com>
|
|
|
|
PR binutils/12467
|
|
* readelf.c (process_program_headers): Issue a warning if there
|
|
are no program headers but the file header has a non-zero program
|
|
header offset.
|
|
(process_section_headers): Issue a warning if there are no section
|
|
headers but the file header has a non-zero section header offset.
|
|
(process_section_groups): Reword the no section message so that it
|
|
can be distinguished from the one issued by process_section_headers.
|
|
|
|
2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
|
|
Doug Evans <dje@google.com>
|
|
|
|
* dwarf.c (display_gdb_index): Support version 4, warn on version 3.
|
|
|
|
2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
|
|
|
|
* readelf.c (process_object): Free dynamic_section after use.
|
|
|
|
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
PR binutils/12408
|
|
* readelf.c (process_archive): Free and reset dump_sects
|
|
after processing each archive member.
|
|
|
|
2011-01-11 Andreas Schwab <schwab@redhat.com>
|
|
|
|
* readelf.c (print_symbol): Handle symbol characters as unsigned.
|
|
Whitespace fixes.
|
|
|
|
2011-01-10 Nick Clifton <nickc@redhat.com>
|
|
|
|
* po/da.po: Updated Danish translation.
|
|
|
|
2011-01-06 Vladimir Siminov <sv@sw.ru>
|
|
|
|
* bucomm.c (get_file_size): Check for negative sizes and issue a
|
|
warning message if encountered.
|
|
|
|
2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
* version.c (print_version): Update copyright to 2011.
|
|
|
|
For older changes see ChangeLog-2010
|
|
|
|
Local Variables:
|
|
mode: change-log
|
|
left-margin: 8
|
|
fill-column: 74
|
|
version-control: never
|
|
End:
|