summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog10
-rw-r--r--make/ChangeLog10
2 files changed, 14 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 87cf2b0e4b..cdc34f38d3 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,11 +1,15 @@
+2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * ChangeLog: File paths corrected.
+
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
- * console-generic/console-generic.c: Addition of support for shared
- printk and no termios.
+ * mpx8xx/console-generic/console-generic.c: Addition of support
+ for shared printk and no termios.
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
- * console-generic/console-generic.c(m8xx_uart_pollWrite):
+ * mpx8xx/console-generic/console-generic.c(m8xx_uart_pollWrite):
Flush actual buffer.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
diff --git a/make/ChangeLog b/make/ChangeLog
index 79e6e93f0c..7708232300 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,16 +1,20 @@
+2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * ChangeLog: File paths corrected.
+
2000-08-04 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
- * mvme167.cfg: Add specification of printk port, console port
+
* custom/mvme167.cfg: Add specification of printk port, console port
and serial I/O mode. Arrange for the stripped executable to
be copied up the build tree.
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
- * mbx8xx.cfg: Support for shared printk and no termios.
+
* custom/mbx8xx.cfg: Support for shared printk and no termios.
2000-08-10 John Cotton <john.cotton@nrc.ca>
- * mbx8xx.cfg: Support added for dejagnu test harness.
+
* custom/mbx8xx.cfg: Support added for dejagnu test harness.
2000-08-10 Joel Sherrill <joel@OARcorp.com>