Handle Weak Definitions in the Darwin Linker
authorwolfgang.thaller@gmx.net <unknown>
Thu, 12 Apr 2007 21:01:55 +0000 (21:01 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Thu, 12 Apr 2007 21:01:55 +0000 (21:01 +0000)
commitfa8bedce93d3ba12e961810e3aac4198587af9ae
tree0530f50a1b6016e5db05aaffa76d6e45302223b6
parent2b817fc50ca5ebc26cdc56c0c68b8b47d23d3f06
Handle Weak Definitions in the Darwin Linker

The __i686.get_pc_thunk symbols generated by gcc's PIC code generator are weak definitions that appear in every object file, so we need to deal with them.

MERGE TO STABLE.
rts/Linker.c