Changes between Version 1 and Version 2 of Faq
- Timestamp:
- Nov 23, 2005, 2:25:11 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v1 v2 1 {{{ 2 #!rst 3 ======== 4 LIBC FAQ 5 ======== 1 6 2 7 .. contents:: … … 14 19 Yes, I do know. Possible workarounds are 15 20 1. Use a different linker, for instance ilink from vac308 or the a.out linker. 16 1. Reduce the number of exported symbols. For instance use __declspec(dllexport) or 17 set up a generic export filter of some kind. 21 1. Reduce the number of exported symbols. For instance use __declspec(dllexport) or set up a generic export filter of some kind. 18 22 1. Split up the .dll so the new dlls end up with an acceptable number of exports. 19 23 1. Help me implement LX and OMF backends for binutils (and the gnu linker). 24 25 26 }}}