From: Andrew Cagney <ac131313@redhat.com>
To: Michael Snyder <msnyder@redhat.com>
Cc: gdb-patches@sources.redhat.com, cagney@redhat.com,
kevinb@redhat.com, rearnsha@arm.com
Subject: Re: [RFA] arm_store_return_value, big-endian
Date: Wed, 06 Nov 2002 15:58:00 -0000 [thread overview]
Message-ID: <3DC9ACB3.6070605@redhat.com> (raw)
In-Reply-To: <3DC9AA92.5FA9D709@redhat.com>
> This corresponds to the earlier patch for arm_extract_return_value.
>
>
>
> 2002-11-06 Michael Snyder <msnyder@redhat.com>
>
> * arm-tdep.c (arm_store_return_value): Handle offset of
> small types on big-endian machines.
>
> Index: arm-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/arm-tdep.c,v
> retrieving revision 1.74
> diff -p -r1.74 arm-tdep.c
> *** arm-tdep.c 1 Nov 2002 21:21:49 -0000 1.74
> --- arm-tdep.c 6 Nov 2002 23:47:34 -0000
> *************** gdb_print_insn_arm (bfd_vma memaddr, dis
> *** 2151,2156 ****
> --- 2151,2159 ----
> memaddr = UNMAKE_THUMB_ADDR (memaddr);
> info->symbols = &asym;
> }
> + else if (TYPE_LENGTH (type) < REGISTER_RAW_SIZE (A1_REGNUM))
> + write_register_bytes (REGISTER_RAW_SIZE (A1_REGNUM) - TYPE_LENGTH (type),
> + valbuf, TYPE_LENGTH (type));
> else
> info->symbols = NULL;
>
Write register bytes is dead.
Andrew
next prev parent reply other threads:[~2002-11-06 23:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-06 15:49 Michael Snyder
2002-11-06 15:58 ` Andrew Cagney [this message]
2002-11-06 16:11 ` Michael Snyder
2002-11-06 16:14 ` Michael Snyder
2002-11-06 16:22 ` Michael Snyder
2002-11-06 16:39 ` Andrew Cagney
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=3DC9ACB3.6070605@redhat.com \
--to=ac131313@redhat.com \
--cc=cagney@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=kevinb@redhat.com \
--cc=msnyder@redhat.com \
--cc=rearnsha@arm.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