Add MN10300 linker relaxation support for symbol differences
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mn10300 / i36434-2.s
1 .section .text
2 .global _bar
3 .type _bar,@function
4 _bar:
5 mov .LC1,d0
6 mov .LC2,d1
7 nop
8
9 .section .rodata.str1.1,"aMS",@progbits,1
10 .LC1:
11 .rept 32768
12 .byte 'a'
13 .endr
14 .byte 0
15 .LC2:
16 .string "abc\n"
This page took 0.029352 seconds and 4 git commands to generate.