mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
10 lines
179 B
Makefile
10 lines
179 B
Makefile
#name: --gc-sections with note section
|
|
#ld: --gc-sections -e _start
|
|
#readelf: -S --wide
|
|
#target: *-*-linux*
|
|
#notarget: *-*-*aout *-*-*oldld
|
|
|
|
#...
|
|
.* .note.ABI-tag[ ]+NOTE.*
|
|
#...
|