Stop generating GNU build notes for linkonce sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / got-reloc-global-addend-2.s
1 .text
2 .nocmp
3 ldw .d2t2 *+B14($DSBT_index(__c6xabi_DSBT_BASE)), B14
4 mvkl .s1 $DPR_GOT(a)+4, A1
5
6 .global a
7 .section .neardata,"aw",@progbits
8 .align 2
9 .type a, @object
10 .size a, 4
11 a:
This page took 0.029132 seconds and 4 git commands to generate.