[Bug ld/4538] add --all-init flag to force all static initializers to be loaded

2007-08-07 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2007-08-08 04:14 --- > I would say it shouldn't change the runtime behavior based on whether you linked > via an archive or via individual object files. That is exactly the behaviour you get with --whole-archive. .ctors/.dtors is how cons

RE: gas for itanium: ia64-ic.tbl: dependency bug due to error in the itanium specification

2007-08-07 Thread Lu, Hongjiu
Hi Jim, It has been fixed in the next rev of IPF SDM. Thanks. H.J. [EMAIL PROTECTED] >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >On Behalf Of Jim Wilson >Sent: Friday, August 03, 2007 11:56 AM >To: Lars >Cc: bug-binutils@gnu.org; [EMAIL PROTECTED] >Subject:

[Bug ld/4515] bad definition of start address in ldscripts for OMAGIC

2007-08-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-08-07 23:54 --- typo.. i486-linuxaout. i486-linux-aout is the same as i486-aout. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4515 --- You are receiving this mail because: --- You are on the CC list f

[Bug ld/4515] bad definition of start address in ldscripts for OMAGIC

2007-08-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2007-08-07 23:06 --- Oops. Indeed, i486-linux-aout has this problem. Both Nick and I checked i486-aout, assuming that it was the same target as i486-linux-aout. -- What|Removed |Added ---

[Bug ld/4515] bad definition of start address in ldscripts for OMAGIC

2007-08-07 Thread Quentin dot Godfroy at ens dot fr
--- Additional Comments From Quentin dot Godfroy at ens dot fr 2007-08-07 18:35 --- In binutils 2.17 sources, What I see in emulparams/i386linux.sh is : >OUTPUT_FORMAT="a.out-i386-linux" >TARGET_PAGE_SIZE=0x1000 >TEXT_START_ADDR=0x1020 >NONPAGED_TEXT_START_ADDR=0 >... and in genscripts

[Bug ld/4538] add --all-init flag to force all static initializers to be loaded

2007-08-07 Thread cnmnzusoib at mailinator dot com
--- Additional Comments From cnmnzusoib at mailinator dot com 2007-08-07 08:26 --- > What advantage will --all-init bring you over --whole-archive? All of the unreferenced units without static initializers can still be skipped. I don't want to throw out the baby with the bath water. Sta