This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
Re: [patch/mips] Fix simple floating-point struct for eabi
- To: msnyder at cygnus dot com
- Subject: Re: [patch/mips] Fix simple floating-point struct for eabi
- From: Andrew Cagney <ac131313 at cygnus dot com>
- Date: Sun, 18 Jun 2000 13:32:43 +1000
- CC: GDB Patches <gdb-patches at sourceware dot cygnus dot com>
- Organization: Cygnus Solutions
- References: <394B8C8A.E65D4C38@cygnus.com> <394BED21.1F38@cygnus.com>
Michael Snyder wrote:
>
> Andrew Cagney wrote:
> >
> > FYI,
> >
> > The attatched fixes the case where GDB is calling an inferior function
> > with a structure containing just a single floating point value. The
> > EABI likes to squeeze it into a floating-point register.
>
> Hmmm, I'll have to look at this! Sparc64 likes to do the same thing.
FYI, If the call-ar-st.exp tests are passing then it is probably ok.
Andrew