13 lines
387 B
Makefile
13 lines
387 B
Makefile
# name: armv4 note with -march=armv4
|
|
# source: note-march-armv4.s RUN_OBJCOPY
|
|
# as: -march=armv4
|
|
# objcopy_objects: -R .ARM.attributes
|
|
# ld: -e 0x10000
|
|
# objcopy_linked_file:
|
|
# readelf: -p .note.gnu.arm.ident
|
|
# This test is only valid on EABI based ports.
|
|
# target: *-*-*eabi* *-*-nacl*
|
|
|
|
String dump of section '.note.gnu.arm.ident':
|
|
\[\s*[0-9a-f]+\] arch:
|
|
\[\s*[0-9a-f]+\] armv4
|