Subject: Re: SPARC/Elf history?
To: matthew green <mrg@eterna.com.au>
From: Andrew Cagney <ac131313@cygnus.com>
List: port-sparc
Date: 10/27/1999 21:01:26
matthew green wrote:
> 
> 
>    Two quick questions?
> 
>         o       In which release did NetBSD/sparc start uing ELF?
> 
> shortly after NetBSD 1.4 was branched (but before it was
> released, i believe), this change happened.  it has not
> been seen in a formal release yet.
> 
>         o       is ELF the prefered default for NetBSD/SPARC
> 
> it is now.

Ok, I'll get bfd/config.bfd updated.

	thanks,
		Andrew

PS: <sys/ucred.h> refers to NGROUPS when I suspect it wants
NGROUPS_MAX.  The include sequence:
	#include <limits.h>
	#include <sys/user.h>
in gdb/sparc-nat.c trips up because NGROUPS isn't defined
Who would be interested in this?