mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
* elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* ld-mips-elf/multi-got-1.d: Adjust addresses.
|
||||
* ld-mips-elf/rel32-n32.d: Likewise.
|
||||
|
||||
2003-06-11 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-srec/srec.exp (run_srec_test): Remove powerpc64 xfails, and
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -4,13 +4,12 @@
|
||||
#readelf: -x 5 -r
|
||||
#ld: -shared -melf32btsmipn32
|
||||
|
||||
Relocation section '.rel.dyn' at offset 0x3d0 contains 2 entries:
|
||||
Relocation section '.rel.dyn' at offset 0x3dc contains 2 entries:
|
||||
Offset Info Type Sym.Value Sym. Name
|
||||
00000000 00000000 R_MIPS_NONE
|
||||
000003f0 00000003 R_MIPS_REL32
|
||||
00000400 00000003 R_MIPS_REL32
|
||||
|
||||
Hex dump of section '.text':
|
||||
0x000003e0 00000000 00000000 00000000 00000000 ................
|
||||
0x000003f0 000003f0 00000000 00000000 00000000 ................
|
||||
0x00000400 00000000 00000000 00000000 00000000 ................
|
||||
0x000003f0 00000000 00000000 00000000 00000000 ................
|
||||
0x00000400 00000400 00000000 00000000 00000000 ................
|
||||
0x00000410 00000000 00000000 00000000 00000000 ................
|
||||
|
Reference in New Issue
Block a user