[Bug gold/11062] -z nocombreloc doesn't work

2010-01-07 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-01-07 21:17 --- What do you mean by "always combines dynamic relocations?" It's true that gold always generates only a single .rel.dyn or .rela.dyn output section. What the -z combreloc option controls is whether the relocations a

[Bug gold/11062] -z nocombreloc doesn't work

2010-01-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-07 21:24 --- GNU linker manual says: `combreloc' Combines multiple reloc sections and sorts them to make dynamic symbol lookup caching possible. Separate reloc sections help debug linker. They may a

[Bug gold/11062] -z nocombreloc doesn't work

2010-01-07 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-01-08 02:54 --- gold will never change to use separate sections for dynamic relocations. That makes no sense in gold's architecture. Different sections can not possibly be required for IFUNC or GNU2 TLS, because the dynamic linker ca