Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-local-stubs-1.d
blob75ed92f40001330a27d14b7dffe312c8363cc54e
1 #name: MIPS16 interlinking for local functions 1
2 #source: mips16-local-stubs-1.s
3 #ld: -Ttext 0x20000000 -e caller1
4 #objdump: -dr
5 #...
6 Disassembly of section \.text:
8 20000000 <f1>:
9 20000000: 03e00008 jr ra
10 20000004: 00000000 nop
12 20000008 <g1>:
13 20000008: 03e00008 jr ra
14 2000000c: 00000000 nop
16 20000010 <h1>:
17 20000010: e820 jr ra
18 20000012: 6500 nop
20 20000014 <f2>:
21 20000014: 03e00008 jr ra
22 20000018: 00000000 nop
24 2000001c <g2>:
25 2000001c: 03e00008 jr ra
26 20000020: 00000000 nop
28 20000024 <h2>:
29 20000024: e820 jr ra
30 20000026: 6500 nop
32 20000028 <f3>:
33 20000028: 03e00008 jr ra
34 2000002c: 00000000 nop
36 20000030 <g3>:
37 20000030: 03e00008 jr ra
38 20000034: 00000000 nop
40 20000038 <h3>:
41 20000038: e820 jr ra
42 2000003a: 6500 nop
44 2000003c <caller1>:
45 2000003c: 0c000000 jal 20000000 <f1>
46 20000040: 00000000 nop
47 20000044: 0c000005 jal 20000014 <f2>
48 20000048: 00000000 nop
49 2000004c: 0c000002 jal 20000008 <g1>
50 20000050: 00000000 nop
51 20000054: 0c000007 jal 2000001c <g2>
52 20000058: 00000000 nop
53 2000005c: 0c000024 jal 20000090 <stub_for_h1>
54 20000060: 00000000 nop
55 20000064: 0c000028 jal 200000a0 <stub_for_h2>
56 20000068: 00000000 nop
58 2000006c <caller2>:
59 2000006c: 1c00 002c jalx 200000b0 <stub_for_f1>
60 20000070: 6500 nop
61 20000072: 1c00 0034 jalx 200000d0 <stub_for_f2>
62 20000076: 6500 nop
63 20000078: 1c00 0030 jalx 200000c0 <stub_for_g1>
64 2000007c: 6500 nop
65 2000007e: 1c00 0038 jalx 200000e0 <stub_for_g2>
66 20000082: 6500 nop
67 20000084: 1800 0004 jal 20000010 <h1>
68 20000088: 6500 nop
69 2000008a: 1800 0009 jal 20000024 <h2>
70 2000008e: 6500 nop
72 20000090 <stub_for_h1>:
73 20000090: 3c012000 lui at,0x2000
74 20000094: 24210011 addiu at,at,17
75 20000098: 00200008 jr at
76 2000009c: 00000000 nop
78 200000a0 <stub_for_h2>:
79 200000a0: 3c012000 lui at,0x2000
80 200000a4: 24210025 addiu at,at,37
81 200000a8: 00200008 jr at
82 200000ac: 00000000 nop
84 200000b0 <stub_for_f1>:
85 200000b0: 3c012000 lui at,0x2000
86 200000b4: 24210000 addiu at,at,0
87 200000b8: 00200008 jr at
88 200000bc: 00000000 nop
90 200000c0 <stub_for_g1>:
91 200000c0: 3c012000 lui at,0x2000
92 200000c4: 24210008 addiu at,at,8
93 200000c8: 00200008 jr at
94 200000cc: 00000000 nop
96 200000d0 <stub_for_f2>:
97 200000d0: 3c012000 lui at,0x2000
98 200000d4: 24210014 addiu at,at,20
99 200000d8: 00200008 jr at
100 200000dc: 00000000 nop
102 200000e0 <stub_for_g2>:
103 200000e0: 3c012000 lui at,0x2000
104 200000e4: 2421001c addiu at,at,28
105 200000e8: 00200008 jr at
106 200000ec: 00000000 nop