gdb/gdbserver/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / e32-rel2.d
CommitLineData
07147777
GK
1#objdump: -sr -j .text
2#name: MIPS ELF reloc 2 (32-bit)
cd9260d9 3#as: -mabi=32
07147777
GK
4#source: elf-rel2.s
5
6# Test the GPREL and LITERAL generation.
7# FIXME: really this should check that the contents of .sdata, .lit4,
8# and .lit8 are correct too.
9
10.*: file format elf.*mips
11
12RELOCATION RECORDS FOR \[\.text\]:
db1c0ae7 13OFFSET [ ]+ TYPE VALUE
07147777
GK
140+0000000 R_MIPS_LITERAL \.lit8\+0x0+0004000
150+0000004 R_MIPS_LITERAL \.lit8\+0x0+0004000
160+0000008 R_MIPS_LITERAL \.lit8\+0x0+0004000
170+000000c R_MIPS_LITERAL \.lit8\+0x0+0004000
180+0000010 R_MIPS_LITERAL \.lit8\+0x0+0004000
190+0000014 R_MIPS_LITERAL \.lit8\+0x0+0004000
200+0000018 R_MIPS_LITERAL \.lit4\+0x0+0004000
210+000001c R_MIPS_LITERAL \.lit4\+0x0+0004000
220+0000020 R_MIPS_LITERAL \.lit4\+0x0+0004000
230+0000024 R_MIPS_GPREL16 \.sdata\+0x0+0004000
240+0000028 R_MIPS_GPREL16 \.sdata\+0x0+0004000
250+000002c R_MIPS_GPREL16 \.sdata\+0x0+0004000
26
27
28Contents of section \.text:
29 0000 c783c000 c782c004 c783c008 c782c00c .*
30 0010 c783c010 c782c014 c782c000 c782c004 .*
31 0020 c782c008 8f82c000 8f82c004 8f82c008 .*
This page took 0.356552 seconds and 4 git commands to generate.