diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pic-and-nonpic-1.dd')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-1.dd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.dd b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.dd new file mode 100644 index 0000000..9d5b1db --- /dev/null +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.dd @@ -0,0 +1,46 @@ + +.* + +Disassembly of section \.text: + +00041000 <\.pic\.f2>: + 41000: 3c190004 lui t9,0x4 + 41004: 0801040f j 4103c <f2> + 41008: 2739103c addiu t9,t9,4156 + \.\.\. + +00041018 <\.pic\.f1>: + 41018: 3c190004 lui t9,0x4 + 4101c: 27391020 addiu t9,t9,4128 + +00041020 <f1>: + 41020: 3c1c0002 lui gp,0x2 + 41024: 279c6fe0 addiu gp,gp,28640 + 41028: 0399e021 addu gp,gp,t9 + 4102c: 74010414 jalx 41050 <f3> + 41030: 00000000 nop + 41034: 03e00008 jr ra + 41038: 00000000 nop + +0004103c <f2>: + 4103c: 3c1c0002 lui gp,0x2 + 41040: 279c6fc4 addiu gp,gp,28612 + 41044: 0399e021 addu gp,gp,t9 + 41048: 03e00008 jr ra + 4104c: 00000000 nop + +00041050 <f3>: + 41050: f000 6a02 li v0,2 + 41054: f7ad 0b0c la v1,48000 .* + 41058: f400 3240 sll v0,16 + 4105c: e269 addu v0,v1 + 4105e: 6500 nop + +00041060 <__start>: + 41060: 0c010406 jal 41018 <\.pic\.f1> + 41064: 00000000 nop + 41068: 0c010400 jal 41000 <\.pic\.f2> + 4106c: 00000000 nop + 41070: 74010414 jalx 41050 <f3> + 41074: 00000000 nop + \.\.\. |