Subject: Re: -current brokenness with dynamic executables
To: Simon Burge <simonb@telstra.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 01/06/1999 01:59:05
On Jan 6, 12:06pm, simonb@telstra.com.au (Simon Burge) wrote:
-- Subject: Re: -current brokenness with dynamic executables
| mona:/tmp 38> objdump --full-contents -j .note.netbsd.ident hello
|
| hello: file format elf32-littlemips
|
| Contents of section .note.netbsd.ident:
| 40014c 07000000 04000000 01000000 4e657442 ............NetB
| 40015c 53440000 830c0300 07000000 07000000 SD..............
| 40016c 02000000 4e657442 53440000 6e657462 ....NetBSD..netb
| 40017c 73640000 sd..
Hmm, mine is identical and it works... Can you try to put some debugging
code in exec_elf32.c?
christos
gw1:/usr/src/libexec/ld.elf_so [1:54am] 35>objdump --full-contents -j .note.netb
sd.ident a.out
a.out: file format elf32-i386
Contents of section .note.netbsd.ident:
804810c 07000000 04000000 01000000 4e657442 ............NetB
804811c 53440000 830c0300 07000000 07000000 SD..............
804812c 02000000 4e657442 53440000 6e657462 ....NetBSD..netb
804813c 73640000 sd..