--- Additional Comments From petr at vandrovec dot name 2006-06-30 05:02
---
Created an attachment (id=1129)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1129&action=view)
Oops, this one compiles. Sorry.
--
What|Removed |Added
--- Additional Comments From petr at vandrovec dot name 2006-06-30 05:01
---
(From update of attachment 1128)
>--- binutils-2.17/bfd/elf64-x86-64.c.orig 2006-03-23 09:23:09.0
>+0100
>+++ binutils-2.17/bfd/elf64-x86-64.c 2006-06-30 06:42:19.0 +0200
>@@ -3439,13 +34
--- Additional Comments From petr at vandrovec dot name 2006-06-30 04:58
---
Created an attachment (id=1128)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1128&action=view)
Ignore (accept) SHT_LOOS...SHT_HIOS sections in elf64
Just FYI, attached patch is sufficient to make binu
--- Additional Comments From tan at absolute-eda dot com 2006-06-29 22:47
---
no luck with binutil 2.17.
Gcc 4.1.1 + binutil ==> can not dynamic link with .so
==> GDB runs fine, except it cannot break in C++ routine is
.h
==> dbx works fine
Gcc
--- Additional Comments From yaari at il dot ibm dot com 2006-06-29 08:17
---
Created an attachment (id=1125)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1125&action=view)
executable with NOBITS .plt containing data
an excerpt from readelf --wide -S cmctest:
[34] .plt
Adding LONG(0) as below to a ld script, causes the section to contain data while
still retaining the type NOBITS and with __bss_start still point to its
beginning (instead of regarding it as a PROGBITS and having _bss_start point
above it).
180c180
< .plt: { *(.plt) } :hdata
---
>