Changes between Version 1 and Version 2 of Faq


Ignore:
Timestamp:
Nov 23, 2005, 1:25:11 PM (18 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v1 v2  
     1{{{
     2#!rst
     3========
     4LIBC FAQ
     5========
    16
    27.. contents::
     
    1419Yes, I do know. Possible workarounds are
    1520  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.
    1822  1. Split up the .dll so the new dlls end up with an acceptable number of exports.
    1923  1. Help me implement LX and OMF backends for binutils (and the gnu linker).
     24
     25
     26}}}