send2vinnie / mclinker

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

--portable support #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Usage: --portable=symbol, --portable symbol

Use a portable function for symbol. Any undefined reference to symbol will be 
resolved to "symbol_portable". Any undefined reference to "__real_symbol" will 
be resolved to symbol.

Original issue reported on code.google.com by LubaTang on 18 May 2012 at 2:36

GoogleCodeExporter commented 9 years ago
Sorry, I forget to mention.
Implementation is in Revision: b39088dbc8df
Regression test is in Revision: 0ec5ae2ac936 

Original comment by LubaTang on 18 May 2012 at 2:38

GoogleCodeExporter commented 9 years ago
I'm so sorry. Forgive stupid me.
I fix a stupid bug.

The implementation is Revision 107e749b5ee8

Original comment by LubaTang on 18 May 2012 at 3:00