Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emit-relocs-1a.s
1 .text
2 .align 4
3 .globl _start
4 .type _start, @function
5 _start:
6 jr $31
7
8 .section .merge1,"aMS",@progbits,1
9 A: .string "utter"
10
11 .section .merge2,"aMS",@progbits,1
12 B: .string "tasting"
13
14 .section .merge3,"aM",@progbits,4
15 C: .4byte 0x100
16 D: .4byte 0x200
17
18 .data
19 .align 4
20 E: .4byte E
21 .4byte E + 0x1000
22 .4byte A
23 .4byte B
24 .4byte C
25 .4byte D
This page took 0.029635 seconds and 4 git commands to generate.