[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / eabi_attr_1.s
1 .text
2 .cpu arm1136jf-s
3 foo:
4 bx lr
5 .eabi_attribute 32, 3, "GNU"
6 .eabi_attribute 28, 1
7 .eabi_attribute 128, 1234
8 .eabi_attribute 129, "bar"
9
This page took 0.029049 seconds and 4 git commands to generate.