Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-h8300 / relax-7b.s
CommitLineData
81f5558e
NC
1 .h8300s
2 .global var1,var2,var3,var4,var5,var6
3
4 .equ var1,0xffffff00
5 .equ var2,0xfffffff0
6 .equ var3,0xffff8000
7
8 .equ var4,0xffff7ff0
9 .equ var5,0xffff7ff8
10 .equ var6,0x00ffff00
11
12 .section .rodata.tab2,"a",@progbits
13 .align 2
14table2: # no relax in sections other than text expected:
15 .short 0x0100
16 # MOV.L @(d:24,ERs),ERd opcodes
17 .short 0x7800
18 .short 0x6b20
19 .long table2
This page took 0.358038 seconds and 4 git commands to generate.