| 1 | |
| 2 | .. contents:: |
| 3 | .. sectnum:: |
| 4 | |
| 5 | ----- |
| 6 | |
| 7 | The linker |
| 8 | =========== |
| 9 | |
| 10 | |
| 11 | Do you know that ilink 5 screws up when there are many exports? |
| 12 | --------------------------------------------------------------- |
| 13 | |
| 14 | Yes, I do know. Possible workarounds are |
| 15 | 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. |
| 18 | 1. Split up the .dll so the new dlls end up with an acceptable number of exports. |
| 19 | 1. Help me implement LX and OMF backends for binutils (and the gnu linker). |