On Thu, 2005-05-19 at 11:58 -0400, Richard B. Johnson wrote: > > 0 = 00000020 > 1 = ffffe400 > 2 = 00000021 > 3 = ffffe000 > 4 = 00000010 Seems to start here? > 5 = bfebfbff Some bits > 6 = 00000006 AT_PAGESZ > 7 = 00001000 Correct > 8 = 00000011 AT_CLKTCK > 9 = 00000064 Correct > 10 = 00000003 > 11 = 08048034 > 12 = 00000004 > 13 = 00000020 > 14 = 00000005 > 15 = 00000003 > > Nothing that makes any sense with the extra stuff in front. > I don't know where it came from. > You forgot to include ARCH_DL_INFO which is defined in asm-i386/elf.h as: #define ARCH_DLINFO \ do { \ NEW_AUX_ENT(AT_SYSINFO, VSYSCALL_ENTRY); \ NEW_AUX_ENT(AT_SYSINFO_EHDR, VSYSCALL_BASE); \ } while (0) AT_SYSINFO = 32 or 0x20 and AT_SYSINFO_EHDR = 33 or 0x21 -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Illegal use of reserved word in system.h
- From: "Richard B. Johnson" <[email protected]>
- Re: Illegal use of reserved word in system.h
- References:
- RE: Illegal use of reserved word in system.h
- From: "Gilbert, John" <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Adrian Bunk <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Kyle Moffett <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Adrian Bunk <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: "Richard B. Johnson" <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Arjan van de Ven <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: "Maciej W. Rozycki" <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: "Richard B. Johnson" <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Andreas Schwab <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Steven Rostedt <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: "Richard B. Johnson" <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: Andreas Schwab <[email protected]>
- Re: Illegal use of reserved word in system.h
- From: "Richard B. Johnson" <[email protected]>
- RE: Illegal use of reserved word in system.h
- Prev by Date: Re: 2.4 kernel threads
- Next by Date: Re: GDB, pthreads, and kernel threads
- Previous by thread: Re: Illegal use of reserved word in system.h
- Next by thread: Re: Illegal use of reserved word in system.h
- Index(es):