PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / metag / labelarithmetic.d
1 #as: -mcpu=metac21
2 #objdump: -dr
3 #name: labelarithmetic
4
5 .*: +file format .*
6
7 Disassembly of section \.text:
8
9 00000000 <lbl1>:
10 .*: 862c0420 ADD TXL1START,CPC0,#0x10
11
12 00000004 <lbl2>:
13 .*: 80002004 MOV A0StP,CPC0
14 .*: 820000a0 ADD A0StP,A0StP,#0x14
15 .*: a3018c00 MOV TXL1END,A0StP
16
17 00000010 <loop_start>:
18 .*: 00180404 MOV D0Ar2,D0Ar4
19 .*: a0fffffe NOP
20
21 00000018 <loop_end>:
22 .*: 01180204 MOV D1Ar1,D1Ar5
This page took 0.031775 seconds and 4 git commands to generate.