Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: Alexandre Oliva <aoliva@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: mn10300: fix struct returns and SP off after return command
Date: Mon, 07 Jun 2004 14:25:00 -0000	[thread overview]
Message-ID: <40C47ACA.5000908@gnu.org> (raw)
In-Reply-To: <or7juorhqy.fsf@livre.redhat.lsd.ic.unicamp.br>

> @@ -1176,8 +1314,7 @@ mn10300_gdbarch_init (struct gdbarch_inf
>    set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, mn10300_frame_init_saved_regs);
>    set_gdbarch_deprecated_frame_chain (gdbarch, mn10300_frame_chain);
>    set_gdbarch_deprecated_frame_saved_pc (gdbarch, mn10300_frame_saved_pc);
> -  set_gdbarch_deprecated_extract_return_value (gdbarch, mn10300_extract_return_value);
> -  set_gdbarch_deprecated_store_return_value (gdbarch, mn10300_store_return_value);
> +  set_gdbarch_return_value (gdbarch, mn10300_return_value);
>    set_gdbarch_deprecated_store_struct_return (gdbarch, mn10300_store_struct_return);
>    set_gdbarch_deprecated_pop_frame (gdbarch, mn10300_pop_frame);
>    set_gdbarch_skip_prologue (gdbarch, mn10300_skip_prologue);
> @@ -1189,7 +1326,6 @@ mn10300_gdbarch_init (struct gdbarch_inf
>    set_gdbarch_deprecated_reg_struct_has_addr
>      (gdbarch, mn10300_reg_struct_has_addr);
>    set_gdbarch_deprecated_push_return_address (gdbarch, mn10300_push_return_address);
> -  set_gdbarch_use_struct_convention (gdbarch, mn10300_use_struct_convention);
>  
>    tdep->am33_mode = am33_mode;

Ok.

Andrew



      reply	other threads:[~2004-06-07 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-03 11:41 Alexandre Oliva
2004-06-07 14:25 ` Andrew Cagney [this message]

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=40C47ACA.5000908@gnu.org \
    --to=cagney@gnu.org \
    --cc=aoliva@redhat.com \
    --cc=gdb-patches@sources.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