summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index a1889f6099..99a6f5e25f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,47 @@
+2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac:
+ AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
+ AM_INIT_AUTOMAKE([no-define foreign 1.6]).
+ * mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.