6 lines
170 B
ArmAsm
6 lines
170 B
ArmAsm
/* The link will fail if foo is included because undefined_sym is not defined. */
|
|
.section .text.foo,"axR"
|
|
.global foo
|
|
.type foo, %function
|
|
foo:
|
|
.long undefined_sym
|