* [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY
@ 2002-12-24 11:29 David Carlton
2002-12-24 12:15 ` Daniel Jacobowitz
2003-01-06 22:47 ` Andrew Cagney
0 siblings, 2 replies; 4+ messages in thread
From: David Carlton @ 2002-12-24 11:29 UTC (permalink / raw)
To: gdb-patches; +Cc: Andrew Cagney
config/sparc/tm-sparc.h has two identical definitions of
DEPRECATED_PC_IN_CALL_DUMMY. Here's a patch to delete one of them.
It seems obvious, but I wanted to double-check, both because I haven't
been following the dummy frame stuff too closely and because I haven't
actually yet done an all-targets build testing this patch. (That will
probably happen tonight.)
David Carlton
carlton@math.stanford.edu
2002-12-24 David Carlton <carlton@math.stanford.edu>
* config/sparc/tm-sparc.h: Delete duplicate definition of
DEPRECATED_PC_IN_CALL_DUMMY.
Index: tm-sparc.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-sparc.h,v
retrieving revision 1.26
diff -u -p -r1.26 tm-sparc.h
--- tm-sparc.h 11 Dec 2002 02:26:38 -0000 1.26
+++ tm-sparc.h 24 Dec 2002 18:01:17 -0000
@@ -657,7 +657,6 @@ extern void sparc_print_extra_frame_info
/* Call dummy method (eg. on stack, at entry point, etc.) */
#define CALL_DUMMY_LOCATION ON_STACK
-#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_on_stack (pc, sp, frame_address)
/* Method for detecting dummy frames. */
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY
2002-12-24 11:29 [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY David Carlton
@ 2002-12-24 12:15 ` Daniel Jacobowitz
2002-12-24 14:05 ` David Carlton
2003-01-06 22:47 ` Andrew Cagney
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2002-12-24 12:15 UTC (permalink / raw)
To: David Carlton; +Cc: gdb-patches, Andrew Cagney
On Tue, Dec 24, 2002 at 10:04:54AM -0800, David Carlton wrote:
> config/sparc/tm-sparc.h has two identical definitions of
> DEPRECATED_PC_IN_CALL_DUMMY. Here's a patch to delete one of them.
>
> It seems obvious, but I wanted to double-check, both because I haven't
> been following the dummy frame stuff too closely and because I haven't
> actually yet done an all-targets build testing this patch. (That will
> probably happen tonight.)
Please check this in.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY
2002-12-24 12:15 ` Daniel Jacobowitz
@ 2002-12-24 14:05 ` David Carlton
0 siblings, 0 replies; 4+ messages in thread
From: David Carlton @ 2002-12-24 14:05 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb-patches, Andrew Cagney
On Tue, 24 Dec 2002 15:10:22 -0500, Daniel Jacobowitz <drow@mvista.com> said:
> On Tue, Dec 24, 2002 at 10:04:54AM -0800, David Carlton wrote:
>> config/sparc/tm-sparc.h has two identical definitions of
>> DEPRECATED_PC_IN_CALL_DUMMY. Here's a patch to delete one of them.
> Please check this in.
Done.
David Carlton
carlton@math.stanford.edu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY
2002-12-24 11:29 [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY David Carlton
2002-12-24 12:15 ` Daniel Jacobowitz
@ 2003-01-06 22:47 ` Andrew Cagney
1 sibling, 0 replies; 4+ messages in thread
From: Andrew Cagney @ 2003-01-06 22:47 UTC (permalink / raw)
To: David Carlton; +Cc: gdb-patches
> config/sparc/tm-sparc.h has two identical definitions of
> DEPRECATED_PC_IN_CALL_DUMMY. Here's a patch to delete one of them.
Thanks!
> Index: tm-sparc.h
> ===================================================================
> RCS file: /cvs/src/src/gdb/config/sparc/tm-sparc.h,v
> retrieving revision 1.26
> diff -u -p -r1.26 tm-sparc.h
> --- tm-sparc.h 11 Dec 2002 02:26:38 -0000 1.26
> +++ tm-sparc.h 24 Dec 2002 18:01:17 -0000
> @@ -657,7 +657,6 @@ extern void sparc_print_extra_frame_info
> /* Call dummy method (eg. on stack, at entry point, etc.) */
>
> #define CALL_DUMMY_LOCATION ON_STACK
> -#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_on_stack (pc, sp, frame_address)
>
> /* Method for detecting dummy frames. */
Andrew
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-01-06 22:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-24 11:29 [rfa] delete duplicate definition of DEPRECATED_PC_IN_CALL_DUMMY David Carlton
2002-12-24 12:15 ` Daniel Jacobowitz
2002-12-24 14:05 ` David Carlton
2003-01-06 22:47 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox