mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Remove illegal instruciton pattern, since it is the same as the breakpoint
pattern.
This commit is contained in:
parent
c1485d85e0
commit
896ad91016
@ -1,3 +1,8 @@
|
||||
2000-05-30 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* v850.igen: Remove illegal instruction pattern, since it is the
|
||||
same as the breakpoint pattern.
|
||||
|
||||
Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* configure: Regenerated to track ../common/aclocal.m4 changes.
|
||||
|
@ -1164,13 +1164,6 @@ rrrrr,110101,RRRRR + iiiiiiiiiiiiiiii:VI:::xori
|
||||
sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP);
|
||||
}
|
||||
|
||||
// True illegal instruction
|
||||
00000,111111,00000 + 00000,11111,100000:X:::ilgop
|
||||
{
|
||||
sim_engine_halt (SD, CPU, NULL, cia, sim_stopped, SIM_SIGTRAP);
|
||||
}
|
||||
|
||||
|
||||
// DIVHN
|
||||
rrrrr,111111,RRRRR + wwwww,01010,iiii,00:XI:::divhn
|
||||
*v850ea
|
||||
|
Loading…
Reference in New Issue
Block a user