* dw2gencfi.c (cfi_pseudo_table): Add cfi_gnu_window_save.
[binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel4.s
1
2 .section .sdata
3 .global a
4 .4byte 1
5 a: .4byte 2
6
7 .section .text
8 la $4,a
9 la $4,a+4
10 la $4,a+8
11 la $4,a+12
12