From: Rob Landley <rob@landley.net>
To: Roland McGrath <roland@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Compiling with 2.6.25-rc2 with binutils 2.17 fails?
Date: Mon, 18 Feb 2008 15:53:04 -0600 [thread overview]
Message-ID: <200802181553.05313.rob@landley.net> (raw)
In-Reply-To: <20080218184037.AAE87270196@magilla.localdomain>
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
On Monday 18 February 2008 12:40:37 Roland McGrath wrote:
> > I'm poking at it. Something in my cross compiling setup is driving this
> > bit screwy:
> >
> > i686-nm arch/x86/vdso/vdso32-sysenter.so.dbg |
>
> Show me the output of just this.
Attached.
> > sed -n -e 's/^00*/0/' -e 's/^\([0-9a-fA-F]*\) . \(VDSO[a-zA-Z0-9_]*\)$/ =
> > 0x;/p' | LC_ALL=C sort > arch/x86/vdso/vdso32-sysenter-syms.lds
>
> Also show me the vdso32-sysenter-syms.lds file.
Attached.
Rob
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
[-- Attachment #2: nm-out.txt --]
[-- Type: text/plain, Size: 449 bytes --]
0000000000000360 a _DYNAMIC
00000000000003d8 a _GLOBAL_OFFSET_TABLE_
000000000000040c T __kernel_rt_sigreturn
0000000000000400 T __kernel_sigreturn
0000000000000414 T __kernel_vsyscall
0000000000000000 A LINUX_2.5
0000000000000000 a VDSO32_PRELINK
000000000000040c t VDSO32_rt_sigreturn
0000000000000400 t VDSO32_sigreturn
0000000000000424 t VDSO32_SYSENTER_RETURN
0000000000000414 t VDSO32_vsyscall
0000000000000040 a VDSO32_vsyscall_eh_frame_size
[-- Attachment #3: vdso32-sysenter-syms.lds --]
[-- Type: text/plain, Size: 177 bytes --]
VDSO32_PRELINK = 0x0;
VDSO32_SYSENTER_RETURN = 0x0424;
VDSO32_rt_sigreturn = 0x040c;
VDSO32_sigreturn = 0x0400;
VDSO32_vsyscall = 0x0414;
VDSO32_vsyscall_eh_frame_size = 0x040;
next prev parent reply other threads:[~2008-02-18 21:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-16 23:27 Compiling with 2.6.25-rc2 with binutils 2.17 fails? Rob Landley
2008-02-17 0:04 ` Jan Engelhardt
2008-02-18 3:09 ` Roland McGrath
2008-02-18 10:39 ` Rob Landley
2008-02-18 18:40 ` Roland McGrath
2008-02-18 21:53 ` Rob Landley [this message]
2008-02-18 22:26 ` Roland McGrath
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802181553.05313.rob@landley.net \
--to=rob@landley.net \
--cc=linux-kernel@vger.kernel.org \
--cc=roland@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.