mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Thu Jan 16 14:10:41 1997 Geoffrey Noer <noer@cygnus.com>
* config/mn10300/tm-mn10300.h: fix BREAKPOINT definition
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
Thu Jan 16 14:10:41 1997 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
|
* config/mn10300/tm-mn10300.h: fix BREAKPOINT definition
|
||||||
|
|
||||||
|
Tue Jan 14 16:01:06 1997 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
|
* mn10300-tdep.c: made a lot more generic, ripping out code
|
||||||
|
from copied target (no more mn10300_scan_prologue,
|
||||||
|
init_extra_frame_info, and mn10300_fix_call_dummy calls)
|
||||||
|
* config/mn10300/tm-mn10300.h: undefine INIT_EXTRA_FRAME_INFO
|
||||||
|
and INIT_FRAME_PC macros
|
||||||
|
|
||||||
Thu Jan 9 11:44:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
|
Thu Jan 9 11:44:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||||
|
|
||||||
* sparc-tdep.c (sparc_frame_find_saved_regs): Don't use
|
* sparc-tdep.c (sparc_frame_find_saved_regs): Don't use
|
||||||
|
@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#define MAX_REGISTER_VIRTUAL_SIZE 4
|
#define MAX_REGISTER_VIRTUAL_SIZE 4
|
||||||
|
|
||||||
#define BREAKPOINT {0xff, 0xff}
|
#define BREAKPOINT {0xff}
|
||||||
|
|
||||||
#define FUNCTION_START_OFFSET 0
|
#define FUNCTION_START_OFFSET 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user