# gdb vmlinux
(gdb) l *0xc010f512
0xc010f512 is in printk (kernel/printk.c:516).
# addr2line -e vmlinux c010f512
??:0
(all details can be found here: http://vserver.13thfloor.at/Stuff/ADDR2LINE/)
--
Summary: addr2line fails on linux-kernel
Product: binutils
Ver
--- Additional Comments From hp at sourceware dot org 2005-12-23 03:30
---
Reopening; still not fixed.
Needs a makeinfo >= 4.2 < 4.5 (?) to repeat the behavior.
--
What|Removed |Added
--
On Thu, 2005-12-22 at 10:25, John S. Worley wrote:
> ld: .data has both ordered and unordered sections
> ld: find link failed: Bad value
You might try using FSF binutils mainline, to see if perhaps the problem
is already fixed.
Current binutils mainline will emit a more helpful message, which giv
Using ld version 2.16.1 with gcc version 3.2.3, I get
the following error linking IA64 modules:
ld: .data has both ordered and unordered sections
ld: find link failed: Bad value
The error is coming from elf_fixup_link_order(), and
as near as I can decipher from the BFD structures, the
o
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2005-12-22 18:26 ---
Subject: Re: binutils.texi:3495: No such file or directory.
> --- Additional Comments From hjl at lucon dot org 2005-12-22 17:08
> ---
> It works for me.
This was caused by using an old
--- Additional Comments From nickc at redhat dot com 2005-12-22 17:46
---
Subject: Re: undefined reference to `_mpi_sgi_init'
Hi Rainer,
> Did somebody else some tests using these binutils patches?
Not yet, but I am back at my normal workplace now, so this is on my list.
> Is there
Hi Rainer,
Did somebody else some tests using these binutils patches?
Not yet, but I am back at my normal workplace now, so this is on my list.
Is there a chance that these patches will be applied?
Yup, in a couple of days probably. Sorry for the delay.
Cheers
Nick
--- Additional Comments From hjl at lucon dot org 2005-12-22 17:08 ---
It works for me.
--
What|Removed |Added
Status|NEW |RESOLVED
GCC t
--- Additional Comments From hjl at lucon dot org 2005-12-22 17:07 ---
It should be fixed in binutils 2.16.91.0.5.
--
What|Removed |Added
Status|NEW