开发者

GNU Linker Resources [closed]

开发者 https://www.devze.com 2023-02-26 21:40 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I want to know if there is some resource available, some book or something where I can learn about the code of GNU Linker. I have downlo开发者_Python百科aded the code, but as I am new to this field was not able to make much out of it. I know what linkers do and all, but wanted to learn that how it is actually implemented. Some suggestions are also welcome, so as to how to go about it. Thanks


Ian Lance Taylor did a long series of blog posts about linkers

  • http://www.airs.com/blog/archives/38
  • http://www.airs.com/blog/archives/39
  • http://www.airs.com/blog/archives/40
  • http://www.airs.com/blog/archives/41
  • http://www.airs.com/blog/archives/42
  • http://www.airs.com/blog/archives/43
  • http://www.airs.com/blog/archives/44
  • http://www.airs.com/blog/archives/45
  • http://www.airs.com/blog/archives/46
  • http://www.airs.com/blog/archives/47
  • http://www.airs.com/blog/archives/48
  • http://www.airs.com/blog/archives/49
  • http://www.airs.com/blog/archives/50
  • http://www.airs.com/blog/archives/51
  • http://www.airs.com/blog/archives/52
  • http://www.airs.com/blog/archives/53
  • http://www.airs.com/blog/archives/54
  • http://www.airs.com/blog/archives/55
  • http://www.airs.com/blog/archives/56
  • http://www.airs.com/blog/archives/57

Maybe it would be worth starting with this paper introducing the new Gold linker:

  • http://research.google.com/pubs/pub34417.html
0

精彩评论

暂无评论...
验证码 换一张
取 消