Subject: Re: Todays sparc/sparc64 build.sh failure
To: Sean Davis <dive-nb@endersgame.net>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 10/24/2003 14:22:59
Sean Davis <dive-nb@endersgame.net> writes:

> I wonder why it only happens to sparc/sparc64, and not i386 and alpha as
> well? I don't know the guts of gdb, so the best I can do is look around a
> bit...

The supply_gregset() functions and friends are implemented in
architecture-specific code, usually in <arch>nbsd-nat.c in the GDB
sources. I'll have a look at the sparc/sparc64 code today; I missed
that conditional definition.

        - Nathan