From: Andrew Cagney <ac131313@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [ob] Update m68hc11 init to set correct arch methods
Date: Sat, 26 Jul 2003 22:41:00 -0000 [thread overview]
Message-ID: <3F230381.7020704@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 57 bytes --]
Just FYI, turned up by gdb_mbuild.sh.
committed,
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1249 bytes --]
2003-07-26 Andrew Cagney <cagney@redhat.com>
* m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
store_return_value and extract_struct_value_address.
Index: m68hc11-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/m68hc11-tdep.c,v
retrieving revision 1.82
diff -u -r1.82 m68hc11-tdep.c
--- m68hc11-tdep.c 24 Jul 2003 19:59:33 -0000 1.82
+++ m68hc11-tdep.c 26 Jul 2003 22:16:57 -0000
@@ -1502,9 +1502,8 @@
set_gdbarch_deprecated_get_saved_register (gdbarch, deprecated_generic_get_saved_register);
set_gdbarch_deprecated_store_struct_return (gdbarch, m68hc11_store_struct_return);
- set_gdbarch_deprecated_store_return_value (gdbarch, m68hc11_store_return_value);
- set_gdbarch_deprecated_extract_struct_value_address
- (gdbarch, m68hc11_extract_struct_value_address);
+ set_gdbarch_store_return_value (gdbarch, m68hc11_store_return_value);
+ set_gdbarch_extract_struct_value_address (gdbarch, m68hc11_extract_struct_value_address);
set_gdbarch_use_struct_convention (gdbarch, m68hc11_use_struct_convention);
set_gdbarch_deprecated_init_extra_frame_info (gdbarch, m68hc11_init_extra_frame_info);
set_gdbarch_deprecated_pop_frame (gdbarch, m68hc11_pop_frame);
next reply other threads:[~2003-07-26 22:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-26 22:41 Andrew Cagney [this message]
2003-07-26 22:56 ` 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=3F230381.7020704@redhat.com \
--to=ac131313@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