This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFC] Cleanup (TARGET_BFD_VMA_BIT, IEEE_FLOAT, CALL_DUMMY_WORDS and SIZEOF_CALL_DUMMY_WORDS


Andrew Cagney wrote:
> 
> Hello,
> 
> The attatched patch does to several multi-arch variables what my
> previous patch did to functions.  It changes gdbarch.h so that it
> provides the default for both the multi-arch and non- multi-arch cases.
> 
> (It isn't final as I need info from JimB)
> 
> I'll look to apply it in a few days once the last patch has settled
> down.
> 
>         Andrew
> 
>   ------------------------------------------------------------------------
> Mon Apr 17 13:37:10 2000  Andrew Cagney  <cagney@b1.cygnus.com>
> 
>         * gdbarch.sh: Make multi-arch variable defaults, defaults for non-
>         multi-arch targets.
>         (TARGET_BFD_VMA_BIT, IEEE_FLOAT, CALL_DUMMY_WORDS,
>         SIZEOF_CALL_DUMMY_WORDS): Update.
> 
>         * inferior.h (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Default
>         provided by gdbarch.
>         (CALL_DUMMY_P): Add FIXME. gdbarch should provide default.
> 
>         * valprint.c (IEEE_FLOAT): Default provided by gdbarch.

I've committed this change to the trunk.  IEEE_FLOAT is zero by default.

	Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]