14 lines
339 B
Makefile
14 lines
339 B
Makefile
#objdump: -sr
|
|
# This test is only valid on EABI based ports.
|
|
#target: *-*-*eabi *-*-symbianelf
|
|
|
|
.*: file format.*
|
|
|
|
RELOCATION RECORDS FOR \[.text\]:
|
|
OFFSET TYPE VALUE
|
|
00000004 R_ARM_REL32 b
|
|
|
|
Contents of section .text:
|
|
0000 00000000 (00000004|04000000) 00000000 00000000 .*
|
|
# Ignore .ARM.attributes section
|
|
#...
|