summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 840673602c..341193f463 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,14 @@
+2008-03-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac, startup/exit.c: Add BSP_PRESS_KEY_FOR_RESET
+ configuration option. When this is set to one, a clean exit of an
+ application will result in the BSP resetting the hardware without
+ waiting for a human to press a key.
+ * start/start.S, startup/linkcmds: Replace the linkcmds with a
+ version very closely based upon the default in binutils 2.18 for
+ this target. This eliminated weird failures with C++ dtors even
+ in C applications. We had an extra _ on a symbol used in start.S.
+
2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fix typo.