send2vinnie / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

Handle GOTOFF relocations against local symbols #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Compile as PIC:

const char *foo(void) { return "foo"; }

Link with -r -x and watch a NULL reference when looking for the output symbol.

Original issue reported on code.google.com by joerg.sonnenberger@googlemail.com on 3 Jan 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Fix for this. Needs further work to separate normal symbol table from dynamic 
symbol table, but that can be done incrementally.

Original comment by joerg.sonnenberger@googlemail.com on 18 Feb 2013 at 10:24