This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Displaying multibyte symbol names in readelf


On Mon, May 28, 2012 at 03:26:15PM +0100, nick clifton wrote:
> -	printf ((do_wide ? "  [%2u] %-17s %-15s "
> -			 : "  [%2u] %-17.17s %-15.15s "),
> -		i,
> -		SECTION_NAME (section),
> -		get_section_type_name (section->sh_type));
> +	{
> +	  print_symbol (-17, SECTION_NAME (section));
> +	  printf (" %-15.15s ",
> +		  get_section_type_name (section->sh_type));
> +	}

Introduces tic6x test failures.

tic6x-elf  +FAIL: C6X shared library without --dsbt-index
tic6x-elf  +FAIL: C6X shared library, LE, RELA
tic6x-elf  +FAIL: C6X nonstatic app using shared library, LE, RELA
tic6x-elf  +FAIL: C6X shared library, LE, REL
tic6x-elf  +FAIL: C6X nonstatic app using shared library, LE, REL
tic6x-elf  +FAIL: C6X shared library, BE, RELA
tic6x-elf  +FAIL: C6X nonstatic app using shared library, BE, RELA
tic6x-elf  +FAIL: C6X shared library, BE, REL
tic6x-elf  +FAIL: C6X nonstatic app using shared library, BE, REL
tic6x-elf  +FAIL: C6X static app, LE, RELA
tic6x-elf  +FAIL: C6X static app, LE, REL
tic6x-elf  +FAIL: C6X static app, BE, RELA
tic6x-elf  +FAIL: C6X static app, BE, REL

regexp "^  \[14\] \.c6xabi\.attributes C6000_ATTRIBUTES 00000000 002130 000019 00      0   0  1$"
line   "  [14] .c6xabi.attributes C6000_ATTRIBUTE 00000000 002130 000019 00      0   0  1"


-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]