summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 06:25:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 06:25:30 +0000
commit1fdeb22f94bd03b5c90b99c08a57010623a95967 (patch)
tree1844dee3a72f9c0d63897c307af0e5d5a5b521b8
parentRemove C++-style comments. (diff)
downloadrtems-1fdeb22f94bd03b5c90b99c08a57010623a95967.tar.bz2
2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* timer/timer.c: Remove C++-style comments.
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 4d543f2b84..1db503c8df 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,8 +1,13 @@
+2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * timer/timer.c: Remove C++-style comments.
+
2005-11-02 Till Straumann <strauman@slac.stanford.edu>
- * startup/ldsegs.S: put IDT and GDT into data segment (PR#832).
- The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub)
- text segment checksum comparison failed...
+ PR 832/bsps
+ * 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...
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>