Change v850 break-point instruction to loop. Get around lack of 16
bit breakpoint.
This commit is contained in:
parent
f9e0cf0b83
commit
e2bdc01eaa
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
Tue May 16 18:57:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* TODO: Review. Delete anything that is no longer applicable.
|
* 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 MAX_REGISTER_VIRTUAL_SIZE 4
|
||||||
|
|
||||||
#define BREAKPOINT {0x40, 0xF8} /* little-ended */
|
#define BREAKPOINT {0x85, 0x05} /* little-ended */
|
||||||
|
|
||||||
#define FUNCTION_START_OFFSET 0
|
#define FUNCTION_START_OFFSET 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue