summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-04 03:25:22 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-04 03:25:22 +0000
commit0de2f239e0ea5e181a7fe1e0e088834a5ed9f5d8 (patch)
tree88bdbd3b277d53afe9432b2efe0c28da5f79c6a6 /c
parent2005-11-03 <strauman@slac.stanford.edu> (diff)
downloadrtems-0de2f239e0ea5e181a7fe1e0e088834a5ed9f5d8.tar.bz2
Added reference to PR#838
Diffstat (limited to 'c')
-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>