This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb ChangeLog mn10300-tdep.c config/mn1030 ...
- To: gdb-cvs at sourceware dot cygnus dot com
- Subject: src/gdb ChangeLog mn10300-tdep.c config/mn1030 ...
- From: jimb at sourceware dot cygnus dot com
- Date: 9 May 2001 02:22:36 -0000
CVSROOT: /cvs/src
Module name: src
Changes by: jimb@sources.redhat.com 2001-05-08 19:22:36
Modified files:
gdb : ChangeLog mn10300-tdep.c
gdb/config/mn10300: tm-mn10300.h
Log message:
* mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
stuff out into mn10300_pop_frame_regular, and use
generic_pop_current_frame. This lets us share code, and also
makes this function's prototype match that expected by gdbarch.
Make this function static.
(mn10300_pop_frame_regular): New function.
(mn10300_gdbarch_init): Register mn10300_pop_frame as the
gdbarch's pop_frame method.
* config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
(mn10300_pop_frame): Delete declaration.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1232&r2=1.1233
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mn10300-tdep.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mn10300/tm-mn10300.h.diff?cvsroot=src&r1=1.8&r2=1.9