2011-02-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* ChangeLog, shared/start/start.S: Add HLT instruction on exit.
This commit is contained in:
Joel Sherrill
2011-02-15 22:50:05 +00:00
parent edd19da3ce
commit fa47ade9bc
2 changed files with 10 additions and 0 deletions

View File

@@ -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>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -94,6 +94,7 @@ __start:
call (p0);
HLT
p0.l = _exit;
p0.h = _exit;
P3 = P4;