From: Michael Snyder <msnyder@redhat.com>
To: Kevin Buettner <kevinb@redhat.com>
Cc: gdb-patches@sources.redhat.com, cagney@redhat.com
Subject: Re: [RFA] mips-tdep.c: Set mips_default_saved_regsize to 8 for N32
Date: Thu, 01 Aug 2002 17:11:00 -0000 [thread overview]
Message-ID: <3D49C9F0.58A343FA@redhat.com> (raw)
In-Reply-To: <1020731225440.ZM24078@localhost.localdomain>
Kevin Buettner wrote:
>
> For the N32 ABI, registers are 64 bits wide, and all 64-bits are
> sometimes used for certain data types (e.g. when passing structs).
> So, when a register is saved in a function prologue, it is necessary
> to save all 64 bits of the register. I've verified this by looking at
> some function prologues created by SGI's compiler; the "sd" (which
> saves the entire 64-bit register) instruction is used to save
> registers.
>
> With this change in place, the following FAILs are fixed for n32:
That's all? When I tried it, it fixed almost 300 fails for me,
and caused only one (possible) regression.
Andrew, I'd recommend this one for approval. Surely setting
it to 4 for N32 was an oversight?
Michael
>
> FAIL: gdb.base/call-ar-st.exp: print print_small_structs, pattern 1
> FAIL: gdb.base/call-ar-st.exp: print print_ten_doubles, pattern 5 + sentinel
> FAIL: gdb.base/call-ar-st.exp: print print_small_structs from print_long_arg_list, pattern 1
> FAIL: gdb.base/call-ar-st.exp: print print_bit_flags_combo from init_bit_flags_combo
> FAIL: gdb.base/call-ar-st.exp: print print_long_arg_list, pattern 7
> FAIL: gdb.base/call-ar-st.exp: print sum_struct_print(10, *struct1, *struct2, *struct3, *struct4)
> FAIL: gdb.base/call-ar-st.exp: print print_struct_rep(*struct1, *struct2, *struct3), pattern 2
> FAIL: gdb.base/call-ar-st.exp: print print_one_large_struct(*list1)
>
> Okay to commit?
>
> * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
> mips_default_saved_regsize to 8.
>
> Index: mips-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/mips-tdep.c,v
> retrieving revision 1.85
> diff -u -p -r1.85 mips-tdep.c
> --- mips-tdep.c 31 Jul 2002 20:26:49 -0000 1.85
> +++ mips-tdep.c 31 Jul 2002 22:34:59 -0000
> @@ -4480,7 +4480,7 @@ mips_gdbarch_init (struct gdbarch_info i
> set_gdbarch_long_long_bit (gdbarch, 64);
> break;
> case MIPS_ABI_N32:
> - tdep->mips_default_saved_regsize = 4;
> + tdep->mips_default_saved_regsize = 8;
> tdep->mips_default_stack_argsize = 8;
> tdep->mips_fp_register_double = 1;
> tdep->mips_last_arg_regnum = A0_REGNUM + 8 - 1;
next prev parent reply other threads:[~2002-08-02 0:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-31 16:02 Kevin Buettner
2002-07-31 16:16 ` Michael Snyder
2002-08-01 17:11 ` Michael Snyder [this message]
2002-08-01 17:23 ` Kevin Buettner
2002-08-05 20:14 ` Andrew Cagney
2002-08-06 12:04 ` Kevin Buettner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D49C9F0.58A343FA@redhat.com \
--to=msnyder@redhat.com \
--cc=cagney@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=kevinb@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox