--- Additional Comments From hjl dot tools at gmail dot com 2010-04-14
16:31 ---
Won't fix then.
--
What|Removed |Added
Status|WAITING |RESOL
--- Additional Comments From nickc at redhat dot com 2010-04-14 16:11
---
Hi H.J.
I am not sure if this is a real problem. First of all I do not think that gcc
will generate .preinit_array. sections, so they would have to be hand
crafted by assembler source code.
Secondly the curr
--
What|Removed |Added
CC||jzhang918 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11398
--- You are receiving thi
--- Additional Comments From hjl dot tools at gmail dot com 2010-03-18
18:31 ---
[...@gnu-6 tmp]$ cat x.s
.section.preinit_array.01000,"aw",%progbits
.align 4
.word 0
[...@gnu-6 tmp]$ gcc -c x.s
[...@gnu-6 tmp]$ ld -shared x.o
[...@gnu-6 tmp]$ readelf -S