blob: a655bea3b58a379c168c45dc17528c5586d443ef (
plain)
1
2
3
4
5
6
7
8
9
|
#name: --gc-sections with __start_
#ld: --gc-sections -e _start
#nm: -n
#target: *-*-linux* *-*-gnu*
#notarget: *-*-*aout *-*-*oldld frv-*-linux*
#...
[0-9a-f]+ A +__start__foo
#...
|