I would like to look at binutils and try to fix it, but unfortunately
I'm ill now and can't do any coding. :-/
- Filip
Hartmut Birr wrote:
It seems there are more bugs in ld or anywhere. Some
relocation entries
points to an address, which must not relocated. This entries starts
always in the upper range of the text section. Ntoskrnl does also
contain relocation entries for the bss section.
- Hartmut
navaraf(a)svn.reactos.com schrieb:
>Don't use intermediate objects linked with "ld -r". There's a bug in
binutils that causes the data section relocations to be stripped.
>
>
>Updated files:
>trunk/reactos/ntoskrnl/Makefile
>