darling-gdb/gold/testsuite/arm_exidx_test.s
Doug Kwan c87e430233 2011-04-22 Doug Kwan <dougkwan@google.com>
* arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
	flag of a SHT_ARM_EXIDX section.
        * testsuite/Makefile.am (arm_exidx_test): New test rules.
	* testsuite/Makefile.in: Regenerate.
	* testsuite/arm_exidx_test.s: New file.
	* testsuite/arm_exidx_test.sh: Same.
2011-04-22 21:50:03 +00:00

13 lines
161 B
ArmAsm

.syntax unified
.arch armv5te
.text
.align 2
.global answer
.type answer, %function
answer:
.fnstart
mov r0, #42
bx lr
.fnend
.size answer, .-answer