, <netbsd-help@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-help
Date: 02/06/2004 09:58:38
On Friday 06 February 2004 9:36 am, Madhvesh R S wrote:
> Hi,
>
> Thanks for the reply.
> I want to know the path in which NetBSD gcc compiler specs file will be
> present. I think i need to modify this file to go ahead with my own
> dynamic linker
It depends on which version of gcc you're using and object format (a.out/elf)
elf gcc-3.3 is at
src/gnu/dist/gcc/gcc/config/netbsd-elf.h
elf gcc-2.95.3 is at
src/gnu/dist/toolchain/gcc/config/netbsd.h
I'm not sure which the a.out stuff is or that you want it.
I'm interested in this new dynamic linker - what's different to the in tree
one?
Nick