summaryrefslogtreecommitdiff
path: root/ld/bugs
blob: b671f30a39a62d3c8781562b01da7ae36db0e1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
1. Should cause error when an address which requires > 16 bits is referenced
   using 16 bits.

TODO:
	integrate byteord.h with compiler as well as assembler

TODO:
	integrate align.h with compiler and assembler
	use alignment for *86 like compiler - use more portable macro
	((x) + (-(int) (x) & MASK)) when it is either necessary or
	faster

TODO:
	do malloc stuff better, as in compiler

2. Error message about "foo.a is not an object file" is confusing - should
   name archive member.