forked from Imagelibrary/rtems
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, shared/start/start.S: Add HLT instruction on exit.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* ChangeLog, shared/start/start.S: Add HLT instruction on exit.
|
||||||
|
|
||||||
|
2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* bf537Stamp/ChangeLog, bf537Stamp/start/start.S, shared/start/start.S:
|
||||||
|
Add HLT instruction on exit.
|
||||||
|
|
||||||
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ __start:
|
|||||||
|
|
||||||
call (p0);
|
call (p0);
|
||||||
|
|
||||||
|
HLT
|
||||||
p0.l = _exit;
|
p0.l = _exit;
|
||||||
p0.h = _exit;
|
p0.h = _exit;
|
||||||
P3 = P4;
|
P3 = P4;
|
||||||
|
|||||||
Reference in New Issue
Block a user