mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
08b55522ea
ld-mips-elf/dyn-sec64.ld: New test. * ld-mips-elf/mips-elf.exp: Run it.
31 lines
451 B
Makefile
31 lines
451 B
Makefile
#name: objdump -p print 64-bit values
|
|
#source: dyn-sec64.s
|
|
#as: -mips3 -EB -64
|
|
#ld: -Tdyn-sec64.ld -shared -melf64btsmip
|
|
#objdump: -p
|
|
|
|
.*: .* file format .*
|
|
|
|
Program Header:
|
|
.* LOAD .*
|
|
.*
|
|
.* LOAD .*
|
|
.*
|
|
.* DYNAMIC .*
|
|
.*
|
|
.* NULL .*
|
|
.*
|
|
|
|
Dynamic Section:
|
|
|
|
INIT .* 0x0001234000003000
|
|
FINI .* 0x0001234000004000
|
|
HASH .* 0x0001234000001000
|
|
STRTAB .*
|
|
SYMTAB .*
|
|
STRSZ .*
|
|
SYMENT .*
|
|
PLTGOT .* 0x0001235000000000
|
|
REL .* 0x0001234000002000
|
|
#pass
|