mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
1038890526
Add __start as entry symbol.
11 lines
228 B
Makefile
11 lines
228 B
Makefile
#source: size2a.s
|
|
#source: size2b.s
|
|
#ld:
|
|
#readelf: -s
|
|
Symbol table '.symtab' contains .* entries:
|
|
#...
|
|
.*: [0-9a-f]* +1 +FUNC +GLOBAL +DEFAULT +[0-9] +__?start
|
|
#...
|
|
.*: [0-9a-f]* +1 +FUNC +WEAK +DEFAULT +[0-9] +foo
|
|
#...
|