--- Additional Comments From hjl at lucon dot org 2007-12-17 16:50 ---
(In reply to comment #8)
> Maybe I broke the patch during backport to 2.18, but now 'strip' does not
> break
> a.out any more, but its size is reduced only slightly compared to 2.16.1:
>
> original size: 68632
>
--
What|Removed |Added
CC||hjl at lucon dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=5494
--- You are receiving this mail
--- Additional Comments From hjl at lucon dot org 2007-12-17 16:47 ---
Can you try the current binutils from CVS?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5492
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone wh
gcc -g -c ./src/hello.c -o ./obj/hello.o
cd obj
objdump -S hello.o
No source debugging information can be seen in hello.o
hello.o: file format elf32-i386
Disassembly of section .text:
:
0: 55 push %ebp
1: 89 e5 mov%esp,%ebp
3:
--- Additional Comments From haubi at gentoo dot org 2007-12-17 13:24
---
Maybe I broke the patch during backport to 2.18, but now 'strip' does not break
a.out any more, but its size is reduced only slightly compared to 2.16.1:
original size: 68632
with 2.16.1: 5692
with this pat
Hi,
I have successfully built SH-Linux toolchain using the following sources:-
Binutils: 2.18
Glibc: 2.7
GCC: 4.2.2
Kernel Headers: 2.6.23.1
I could successfully compile Linux kernel 2.6.23.9 using the above toolchain
and but upon execution on R2D+ SH7751 board, it was observed that the kernel
w
--- Additional Comments From haubi at gentoo dot org 2007-12-17 10:43
---
(In reply to comment #6)
> A new patch is posted at
>
> http://sourceware.org/ml/binutils/2007-12/msg00088.html
Seems the patch is for binutils-HEAD, not 2.18-branch.
Unfortunately it does not apply cleanly to 2.