--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-03-18 04:27 ---
Blimey! Hello Christian, I've just been catching up on the various Cygwin
binutils failures and reached this one. Detailed analysis going on now in the
thread on the binutils list at
http:/
I look at the line in disassembled code:
c7 2b 00 00 00 00movl $0x0,(%ebx)
This should be an invalid instruction.
Intel manual (253666.pdf/253667.pdf) only defines c7/0 for the first instruction
byte c7 and the above instruction would be c7/5.
I used objdump that is currently in Free
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-17
21:14 ---
A patch is posted at
http://sourceware.org/ml/binutils/2009-03/msg00333.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6766
--- You are receiving this mail because: ---
You are on the C
Alexander Beregalov writes:
> #0 strlen (str=0xc84 ) at strlen.c:64
> #1 0x407b7530 in _IO_vfprintf_internal (s=0xfb1487a0,
> format=0xfb147d80 "arch/parisc/kernel/built-in.o(.text+0x%lx):
> cannot reach %s, recompile with -ffunction-sections", ap=0xfb147d0c)
> at vfprintf.c:1581
> #2
Hi
al...@livecd ~/linux-2.6 $ uname -a
Linux livecd 2.6.24-gentoo-r3-livecd32 #1 Mon Jun 16 18:59:19 UTC 2008
parisc PA8700 (PCX-W2) 9000/785/J6700 GNU/Linux
al...@livecd ~/linux-2.6 $ binutils-config -l
[1] hppa2.0-unknown-linux-gnu-2.19.51.0.3 *
al...@livecd ~/linux-2.6 $ gcc -v
Using built-i