Subject: broken ld
To: None <port-dreamcast@netbsd.org>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 03/05/2001 02:32:23
The ld in the current snapshot doesn't seem very reliable as far as
shared objects are concerned:

  doreimon:~% touch fnurk.c
  doreimon:~% gcc -c fnurk.c
  doreimon:~% ld -Bshareable fnurk.o
  Segmentation fault (core dumped)
  doreimon:~% 

Inspection of the coredump reveals that ld has jumped to address 0.

Is this a known problem with GNU ld 2.9.1?  Is it being replaced with
something better?


  // Marcus