mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
Change v850 break-point instruction to loop. Get around lack of 16
bit breakpoint.
This commit is contained in:
parent
f9e0cf0b83
commit
e2bdc01eaa
@ -1,3 +1,10 @@
|
||||
Wed May 17 16:48:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 2000-04-14 Gary Thomas <gthomas@redhat.com>:
|
||||
* config/v850/tm-v850.h: Change breakpoint sequence to be
|
||||
'br *' since there is no 16bit "illegal" instruction on this
|
||||
processor.
|
||||
|
||||
Tue May 16 18:57:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* TODO: Review. Delete anything that is no longer applicable.
|
||||
|
@ -82,7 +82,7 @@ extern char **v850_register_names;
|
||||
|
||||
#define MAX_REGISTER_VIRTUAL_SIZE 4
|
||||
|
||||
#define BREAKPOINT {0x40, 0xF8} /* little-ended */
|
||||
#define BREAKPOINT {0x85, 0x05} /* little-ended */
|
||||
|
||||
#define FUNCTION_START_OFFSET 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user