mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
0942c7ab94
PR 26028 binutils* readelf.c (print_symbol): Handle truncation of symbol names. (options): Add -T/--silent-truncation option. (parse_args): Handle the option. (print_dynamic_symbol): Correct calculation of width available to display symbol name. * doc/binutils.texi: Document the -T option to readelf. * NEWS: Mention the new feature. gas * testsuite/gas/ia64/group-2.d: Add -T option to readelf command line. * testsuite/gas/ia64/unwind.d: Likewise. * testsuite/gas/mmix/bspec-1.d: Likewise. * testsuite/gas/mmix/bspec-2.d: Likewise. * testsuite/gas/mmix/comment-1.d: Likewise. * testsuite/gas/tic6x/scomm-directive-4.d: Likewise. ld * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf command line when running some tests. * testsuite/ld-arm/arm-elf.exp: Likewise. * testsuite/ld-mips-elf/mips-elf.exp: Likewise. * testsuite/ld-mmix/local1.d: Likewise. * testsuite/ld-mmix/local3.d: Likewise. * testsuite/ld-mmix/local5.d: Likewise. * testsuite/ld-mmix/local7.d: Likewise. * testsuite/ld-powerpc/powerpc.exp: Likewise.
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
#source: greg-4.s
|
|
#source: greg-4.s
|
|
#source: local2.s
|
|
#source: local1.s
|
|
#source: regext1.s
|
|
#source: start.s
|
|
#ld: -m elf64mmix
|
|
#readelf: -Ssx1 -T -x2
|
|
|
|
# Like local1, but with two checks for a local register.
|
|
|
|
There are 6 section headers, starting at offset .*:
|
|
|
|
Section Headers:
|
|
+\[Nr\] Name +Type +Address +Offset
|
|
+Size +EntSize +Flags +Link +Info +Align
|
|
+\[ 0\] +NULL +0+ +0+
|
|
+0+ +0+ +0 +0 +0
|
|
+\[ 1\] \.text +PROGBITS +0+ +0+78
|
|
+0+c +0+ +AX +0 +0 +4
|
|
+\[ 2\] \.MMIX\.reg_content PROGBITS +0+7e8 +0+84
|
|
+0+10 +0+ +W +0 +0 +1
|
|
+\[ 3\] \.symtab +SYMTAB +0+ +[0-9a-f]+
|
|
+[0-9a-f]+ +0+18 +4 +[0-9] +8
|
|
+\[ 4\] \.strtab +STRTAB +0+ +[0-9a-f]+
|
|
+[0-9a-f]+ +0+ +0 +0 +1
|
|
+\[ 5\] \.shstrtab +STRTAB +0+ +[0-9a-f]+
|
|
+0+34 +0+ +0 +0 +1
|
|
Key to Flags:
|
|
#...
|
|
|
|
Symbol table '\.symtab' contains [0-9]+ entries:
|
|
+Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
|
.* 0+ +0 +NOTYPE +LOCAL +DEFAULT +UND
|
|
.* 0+ +0 +SECTION +LOCAL +DEFAULT +1
|
|
.* 0+7e8 +0 +SECTION +LOCAL +DEFAULT +2
|
|
.* 0+ +0 +FILE +LOCAL +DEFAULT +ABS .*
|
|
.* 0+fd +0 +NOTYPE +LOCAL +DEFAULT +PRC\[0xff00\] lsym
|
|
.* 0+ +0 +FILE +LOCAL +DEFAULT +ABS .*
|
|
.* 0+fe +0 +NOTYPE +LOCAL +DEFAULT +PRC\[0xff00\] lsym
|
|
.* 0+fc +0 +NOTYPE +GLOBAL +DEFAULT +PRC\[0xff00\] ext1
|
|
.* 0+8 +0 +NOTYPE +GLOBAL +DEFAULT +1 _start
|
|
#...
|
|
|
|
Hex dump of section '\.text':
|
|
0x0+ fd020202 fd030201 e3fd0001 .*
|
|
|
|
Hex dump of section '\.MMIX\.reg_contents':
|
|
0x0+7e8 00000000 0000004e 00000000 0000004e .*
|