forked from Imagelibrary/binutils-gdb
* readelf.c (process_section_headers): Correct bug in previous
delta - display full section type in wide mode. * ld-tic6x/shlib-1b.rd: Revert previous delta. * ld-tic6x/shlib-1rb.rd: Likewise. * ld-tic6x/shlib-1.rd: Likewise. * ld-tic6x/shlib-1r.rd: Likewise. * ld-tic6x/shlib-app-1b.rd: Likewise. * ld-tic6x/shlib-app-1rb.rd: Likewise. * ld-tic6x/shlib-app-1.rd: Likewise. * ld-tic6x/shlib-app-1r.rd: Likewise. * ld-tic6x/shlib-noindex.rd: Likewise. * ld-tic6x/static-app-1b.rd: Likewise. * ld-tic6x/static-app-1rb.rd: Likewise. * ld-tic6x/static-app-1.rd: Likewise. * ld-tic6x/static-app-1r.rd: Likewise.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-05-30 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* readelf.c (process_section_headers): Correct bug in previous
|
||||
delta - display full section type in wide mode.
|
||||
|
||||
2012-05-28 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* readelf.c (print_symbol): Display multibyte characters in symbol
|
||||
|
||||
@@ -4738,18 +4738,16 @@ process_section_headers (FILE * file)
|
||||
if (do_section_details)
|
||||
{
|
||||
print_symbol (INT_MAX, SECTION_NAME (section));
|
||||
putchar ('\n');
|
||||
if (is_32bit_elf || do_wide)
|
||||
printf (" %-15.15s ",
|
||||
get_section_type_name (section->sh_type));
|
||||
printf ("\n ");
|
||||
}
|
||||
else
|
||||
{
|
||||
print_symbol (-17, SECTION_NAME (section));
|
||||
printf (" %-15.15s ",
|
||||
get_section_type_name (section->sh_type));
|
||||
}
|
||||
|
||||
|
||||
printf (do_wide ? " %-15s " : " %-15.15s ",
|
||||
get_section_type_name (section->sh_type));
|
||||
|
||||
if (is_32bit_elf)
|
||||
{
|
||||
const char * link_too_big = NULL;
|
||||
|
||||
Reference in New Issue
Block a user