mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
d80dcc6af4
for n32, too. (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too. (mips_elf_rel_dyn_section): Use appropriate section alignment. (mips_elf_create_got_section): Likewise. (_bfd_mips_elf_create_dynamic_sections): Likewise. * ld-mips-elf/multi-got-1.d: Adjust addresses. * ld-mips-elf/rel32-n32.d: Likewise.
16 lines
533 B
Makefile
16 lines
533 B
Makefile
#name: MIPS rel32 n32
|
|
#source: rel32.s
|
|
#as: -KPIC -EB -n32
|
|
#readelf: -x 5 -r
|
|
#ld: -shared -melf32btsmipn32
|
|
|
|
Relocation section '.rel.dyn' at offset 0x3dc contains 2 entries:
|
|
Offset Info Type Sym.Value Sym. Name
|
|
00000000 00000000 R_MIPS_NONE
|
|
00000400 00000003 R_MIPS_REL32
|
|
|
|
Hex dump of section '.text':
|
|
0x000003f0 00000000 00000000 00000000 00000000 ................
|
|
0x00000400 00000400 00000000 00000000 00000000 ................
|
|
0x00000410 00000000 00000000 00000000 00000000 ................
|