aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/pr12826_2.s
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-06-01 19:59:42 +0000
committerDoug Kwan <dougkwan@google.com>2011-06-01 19:59:42 +0000
commitf62a3ca73197039811735a77ba091b329cf57d2e (patch)
tree5f93ac0d064d93a94098fc71f80698d267ea3ef3 /gold/testsuite/pr12826_2.s
parent4b819e1f6e40e09d3d2b73b76afa007b842b3857 (diff)
downloadfsf-binutils-gdb-f62a3ca73197039811735a77ba091b329cf57d2e.zip
fsf-binutils-gdb-f62a3ca73197039811735a77ba091b329cf57d2e.tar.gz
fsf-binutils-gdb-f62a3ca73197039811735a77ba091b329cf57d2e.tar.bz2
2011-05-31 Doug Kwan <dougkwan@google.com>
Asier Llano PR gold/12826 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of arch value that equals to elfcpp::MAX_TAG_CPU_ARCH. * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove redundant arm_exidx_test.so. * testsuite/Makefile.in: Regenerate. (check_SCRIPTS): Add pr12826.sh (check_DATA): Add pr12826.stdout (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules. * testsuite/pr12826.sh: New file. * testsuite/pr12826_1.s: Ditto. * testsuite/pr12826_1.s: Ditto.
Diffstat (limited to 'gold/testsuite/pr12826_2.s')
-rw-r--r--gold/testsuite/pr12826_2.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/gold/testsuite/pr12826_2.s b/gold/testsuite/pr12826_2.s
new file mode 100644
index 0000000..2dd7dc9
--- /dev/null
+++ b/gold/testsuite/pr12826_2.s
@@ -0,0 +1,13 @@
+ .syntax unified
+ .arch armv7e-m
+ .thumb
+ .text
+ .align 2
+ .global f2
+ .thumb
+ .thumb_func
+ .type f2, %function
+f2:
+ movs r0, #0
+ bx lr
+ .size f2, .-f2