Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68hc11 / xgate-offset.s
1 ;;; Test 16bit relocate with --xgate-ramoffset
2 ;;;
3 .sect .text
4 .globl _start
5 _start:
6
7 ldw r1,#var
8 ldw r2,#var+0x106 ; check for correct carry too
This page took 0.029333 seconds and 4 git commands to generate.