* bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / redef.s
CommitLineData
9497f5ac
NC
1 .data
2_start:
3 .set x, .-_start
4 .long x
5 .balign 4
6 .set x, .-_start
7 .long x
8 .set x, .-_start
9 .long x
10 .set x, .-_start
11 .long x
This page took 0.176705 seconds and 4 git commands to generate.