Updated explain-dot-md (markdown)

This commit is contained in:
Anonymous 2020-06-19 02:23:04 +00:00
parent c13b06d358
commit a0ea559790
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@
* [link-time GNU hash stuff (src)](https://sourceware.org/git/?p=binutils.git;a=blob_plain;f=bfd/elf.c)
* [runtime GNU hash stuff (src)](https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=elf/dl-lookup.c)
* ["Linkers and loaders" (book, pdf), very extensive](http://becbapatla.ac.in/cse/naveenv/docs/LL1.pdf)
* ["Zero to main()"](https://interrupt.memfault.com/blog/tag/zero-to-main): series on how C runtimes etc. work, but with a greater focus on embedded things