summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog
index 57ac17391a..0d1cb26c5c 100644
--- a/c/src/lib/libbsp/i386/ChangeLog
+++ b/c/src/lib/libbsp/i386/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1768/bsps
+ * shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
+ we do not perform a cld before calling C code in the ISR. This was
+ historically not a problem but gcc 4.3 changed the behavior. From
+ http://gcc.gnu.org/gcc-4.3/changes.html
+
2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>
PR 1729/cpukit