[Bug ld/11398] Linker doesn't support priority with .preinit_array

2010-04-14 Thread hjl dot tools at gmail dot com
--- 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

[Bug ld/11398] Linker doesn't support priority with .preinit_array

2010-04-14 Thread nickc at redhat dot com
--- 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

[Bug ld/11398] Linker doesn't support priority with .preinit_array

2010-04-06 Thread jzhang918 at gmail dot com
-- What|Removed |Added CC||jzhang918 at gmail dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11398 --- You are receiving thi

[Bug ld/11398] Linker doesn't support priority with .preinit_array

2010-03-18 Thread hjl dot tools at gmail dot com
--- 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