summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 2afc879bf4..2fd991ec81 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,8 +1,8 @@
-2005-11-02 straumanatslacdotstanford.edu
+2005-11-02 Till Straumann <strauman@slac.stanford.edu>
- * startup/ldsegs.S: put IDT and GDT into data segment. The CPU modifies
- the 'accessed' bit and GDB's (rtems-gdb-stub) text segment checksum
- comparison failed...
+ * startup/ldsegs.S: put IDT and GDT into data segment (PR#838).
+ The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub)
+ text segment checksum comparison failed...
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>