diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:42:05 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-03-28 00:42:05 +0000 |
commit | b23a172162aaa75392d576915dfdd9543411300f (patch) | |
tree | a3f1f944b1638334a101185bd5e1ea2889c32a2a | |
parent | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff) | |
download | rtems-b23a172162aaa75392d576915dfdd9543411300f.tar.bz2 |
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
* motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
* openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
* pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
* residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
-rw-r--r-- | c/src/lib/libbsp/powerpc/shared/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog index 49c3279791..9505a97c8c 100644 --- a/c/src/lib/libbsp/powerpc/shared/ChangeLog +++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog @@ -1,3 +1,19 @@ + +2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> + + * residual/residual.c: Include <string.h>. + * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk. + * bootloader/mm.c: Ditto. + * bootloader/pci.c: Ditto. + * console/console.c: Ditto. + * openpic/openpic.c: Ditto. + +2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> + + * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS. + * Makefile.am: Remove AUTOMAKE_OPTIONS. + * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. + * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS. |