Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc/distrib/newsmips/floppies/ramdisk



On Mon, Feb 04, 2002 at 02:14:45AM +0900, Izumi Tsutsui wrote:
  | In article <20020203163512.1B009B004%cvs.netbsd.org@localhost>
  | lukem%netbsd.org@localhost wrote:
  | 
  | > Module Name:      basesrc
  | > Committed By:     lukem
  | > Date:             Sun Feb  3 16:35:12 UTC 2002
  | > 
  | > Modified Files:
  | >   basesrc/distrib/newsmips/floppies/ramdisk: Makefile
  | > 
  | > Log Message:
  | > use ${HACKOBJS:Ngethost.o} instead of trying to keep HACKOBJS in sync
  | > with HACKSRC/Makefile.inc
  | 
  | Maybe we don't want opendir.o neither,
  | but NOLIBHACKOPENDIR is also deprecated?
  | 
  | BTW, do these functions in util/libhack still have problem?

I didn't realise that gethost.o was disabled because it didn't
function correctly; do you have more details?

I've removed opendir from libhack for now; it has known problems on a
few platforms, and it appears that it's because of ELF issues.
Some tracking down by Simon Burge indicates that its most likely
caused by fts(3) calling __opendir2() directly, and the linker then
wants to pull in opendir.o from both libhack.o and libc.a.

I've removed opendir.o from libhack for now; it just caused too many
problems.

Thanks for the reminder,
Luke.



Home | Main Index | Thread Index | Old Index