Hi,
Though not the correct mailing list for ld.gold
Just in case if anyone knows
ld.gold --verbose does not dump the linker script like ld.bfd or ld or llvm-ld
Any idea?
Thanks
Hi,
Though not the correct mailing list for ld.gold
Just in case if anyone knows
ld.gold --verbose does not dump the linker script like ld.bfd or ld or llvm-ld
Any idea?
Thanks
This is not a correct mailing list to ask a question about GNU gold, but the answer is because GNU gold doesn’t have a notion of the internal linker script. Unlike ld.bfd, the default behavior of gold is directly implemented without using the internal script.