OSDN Git Service

Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse...
authorDavid 'Digit' Turner <digit@google.com>
Mon, 18 May 2009 12:37:41 +0000 (14:37 +0200)
committerDavid 'Digit' Turner <digit@google.com>
Tue, 26 May 2009 09:16:28 +0000 (11:16 +0200)
commit8215679b355efe3829bab571bd566dc818ea4ccc
tree2f69e2ec0c696c19668f8f05ec91b50ad24ebecd
parente5446feb21a991426fb683d077a1a8ca5831ac0f
Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse order).
Also add a small design overview document for the linker. The latter contains details on
how the initialization/finalization is supposed to work.
linker/README.TXT [new file with mode: 0644]
linker/linker.c