summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:11:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:11:27 +0000
commitb7768c55e244a181c224dfb2665a7550dfdb1b78 (patch)
tree71a8ec81def58059f7858c4a0bcd93fce7be16d5 /c/src/lib/libbsp/powerpc/shared/ChangeLog
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-b7768c55e244a181c224dfb2665a7550dfdb1b78.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* bootloader/exception.S: Include <rtems/asm.h> instead of <asm.h>. * bootloader/head.S: Include <rtems/asm.h> instead of <asm.h>. * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>. * start/rtems_crti.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>. * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index 2a1197275e..9b37b41a75 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * bootloader/exception.S: Include <rtems/asm.h> instead of <asm.h>.
+ * bootloader/head.S: Include <rtems/asm.h> instead of <asm.h>.
+ * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
+ * start/rtems_crti.S: Include <rtems/asm.h> instead of <asm.h>.
+ * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
+ * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
+ * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
+ * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
+
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* bootloader/misc.c, bootloader/pci.c, console/inch.c,