Pristine Ack-5.5
[Ack-5.5.git] / util / led / WRONG
1 This file contains a summary of the bugs/features/inconsistencies
2 Robbert and Ed found while making the linker usable for the 68000 and amoeba.
3 I (Ceriel Jacobs) took the liberty of removing the ones that I fixed from
4 this list.
5
6 ...
7
8 Another problem form the commons:
9
10 ...
11
12 2 - The commons are allocated at the very end of the first pass, after the
13     initialezed data has been allocated in the segments. The order on which
14     the commons are allocated seems to be random. That way it is impossible
15     to produce a label that is guaranteed to point to the last byte (+1)
16     of a segment containing commons.
17     The currently used trick is to declare an extra segment after the
18     segment containing the commons. The first bytre in this segment
19     inmediatly follows the commons and can be used as _end or endbss.