forked from Imagelibrary/binutils-gdb
2004-06-10 Michael Snyder <msnyder@redhat.com>
Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>. * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-06-10 Michael Snyder <msnyder@redhat.com>
|
||||||
|
Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>.
|
||||||
|
* compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
|
||||||
|
|
||||||
2004-01-05 Michael Snyder <msnyder@redhat.com>
|
2004-01-05 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* compile.c (sim_load): Don't pass a type to bfd_openr.
|
* compile.c (sim_load): Don't pass a type to bfd_openr.
|
||||||
|
|||||||
@@ -2566,7 +2566,7 @@ sim_resume (SIM_DESC sd, int step, int siggnal)
|
|||||||
{
|
{
|
||||||
if (h8300smode)
|
if (h8300smode)
|
||||||
h8_set_exr (sd, (trace << 7) | intMask);
|
h8_set_exr (sd, (trace << 7) | intMask);
|
||||||
res = h8_get_exr (sd);
|
rd = h8_get_exr (sd);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
goto illegal;
|
goto illegal;
|
||||||
|
|||||||
Reference in New Issue
Block a user