Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [ob] Update m68hc11 init to set correct arch methods
@ 2003-07-26 22:41 Andrew Cagney
  2003-07-26 22:56 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2003-07-26 22:41 UTC (permalink / raw)
  To: gdb-patches

[-- 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);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ob] Update m68hc11 init to set correct arch methods
  2003-07-26 22:41 [ob] Update m68hc11 init to set correct arch methods Andrew Cagney
@ 2003-07-26 22:56 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2003-07-26 22:56 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches

> Just FYI, turned up by gdb_mbuild.sh.
> 
> committed,

And 6.0 branch.

> 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.
> 
Andrew



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-26 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-26 22:41 [ob] Update m68hc11 init to set correct arch methods Andrew Cagney
2003-07-26 22:56 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox