[转]ld 和 ld.gold 和 ld.bfd

[转自 http://blog.sina.com.cn/s/blog_a9303fd90101d0hd.html]

Binutils supports 2 linkers, ld.gold and ld.bfd.  

One of them is configured as the default linker, ld, which is used by GCC.  

Sometimes, we want to use the alternate linker with GCC at run-time.  

This command -fuse-ld=bfd and -fuse-ld=gold can help to to change between ld.bfd or ld.gold.

 

Gold linker 的介绍:

gold is a linker for ELF files. It became an official GNU package and was added tobinutils on March, 2008 and first released in binutils version 2.19. Gold was developed by Ian Lance Taylor and a small team at Google.The motivation for writing gold was to make a linker that is faster than theGNU linker, especially for largeapplications coded in C++

 

 bfd linker的介绍:

The linker accesses object and archive files using the BFD libraries. These libraries allow the linker to use the same routines to operate on object files whatever the object file format.

[转]ld 和 ld.gold 和 ld.bfd

原文链接: https://www.cnblogs.com/yi-mu-xi/p/9993830.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍;

也有高质量的技术群,里面有嵌入式、搜广推等BAT大佬

    [转]ld 和 ld.gold 和 ld.bfd

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/403990

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年4月23日 上午9:36
下一篇 2023年4月23日 上午9:36

相关推荐