From 692d6141ee43251e964b5e7e309e6b6117427e95 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 4 Nov 2005 09:15:20 +0000 Subject: Remove (Merged into ../ChangeLog) --- c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog | 192 ---------------------- 1 file changed, 192 deletions(-) delete mode 100644 c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog (limited to 'c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog') diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog deleted file mode 100644 index 59e7b6f150..0000000000 --- a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog +++ /dev/null @@ -1,192 +0,0 @@ -2005-02-15 Ralf Corsepius - - * cpu.c: Use _CPU_MSR_GET instead of _CPU_MSR_Value (Unify old/new - exception processing API). - -2005-02-14 Ralf Corsepius - - * cpu.c (ppc_exception_vector_addr): Merge ppc603 and ppc603e cases. - -2005-02-14 Ralf Corsepius - - * cpu.c, cpu_asm.S, irq_stub.S: #include . - -2005-02-13 Ralf Corsepius - - * cpu.c: Add _PPC_MSR_DISABLE_MASK. - -2005-02-11 Ralf Corsepius - - * Makefile.am, configure.ac: Remove (Unused). - -2005-02-10 Ralf Corsepius - - * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: - Remove PPC_ABI_POWEROPEN. - -2005-02-09 Ralf Corsepius - - * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: - Remove PPC_ABI_GCC27. - -2005-01-07 Ralf Corsepius - - * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. - -2005-01-02 Ralf Corsepius - - * Makefile.am: Remove build-variant support. - -2004-10-20 Ralf Corsepius - - PR 696/bsps - * cpu.c: Include bsp.h. - -2004-09-24 Ralf Corsepius - - * configure.ac: Require automake > 1.9. - -2004-04-01 Ralf Corsepius - - * cpu_asm.S: Include instead of . - -2004-03-31 Ralf Corsepius - - * cpu.c, ppccache.c: Convert to using c99 fixed size types. - -2004-01-30 Ralf Corsepius - - * configure.ac: Add RTEMS_PROG_CCAS. - * Makefile.am: Use automake compilation rules. - -2004-01-21 Ralf Corsepius - - * Makefile.am: Add PREINSTALL_DIRS. - -2004-01-14 Ralf Corsepius - - * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. - Add PRE/TMPINSTALL_FILES to CLEANFILES. - -2003-12-12 Ralf Corsepius - - * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. - -2003-12-12 Ralf Corsepius - - * configure.ac: Require automake >= 1.8, autoconf >= 2.59. - -2003-12-02 Ralf Corsepius - - * Makefile.am: Reformat for preinstallation dirstamp support. - -2003-12-02 Ralf Corsepius - - * Makefile.am: Remove all-local: $(ARCH). - -2003-10-22 Ralf Corsepius - - * configure.ac: Remove RTEMS_CANONICAL_HOST. - -2003-10-21 Ralf Corsepius - - * configure.ac: Remove RTEMS_CHECK_CPU. - -2003-09-04 Joel Sherrill - - * cpu.c, cpu_asm.S: URL for license changed. - -2003-08-18 Ralf Corsepius - - * Makefile.am: Reflect having moved aclocal/. - -2003-08-16 Ralf Corsepius - - * Makefile.am: Reflect having moved automake/. - -2003-08-11 Ralf Corsepius - - * configure.ac: Use rtems-bugs@rtems.com as bug report email address. - -2003-03-06 Ralf Corsepius - - * configure.ac: Remove AC_CONFIG_AUX_DIR. - -2003-02-11 Ralf Corsepius - - * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). - -2003-02-11 Ralf Corsepius - - * configure.ac: AC_PREREQ(2.57). - -2002-12-17 Ralf Corsepius - - * Makefile.am: Don't include @RTEMS_BSP@.cfg. - * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. - -2002-10-21 Ralf Corsepius - - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. - -2002-09-14 Joel Sherrill - - * cpu.c: Include declaration of variable i in ifdef USE_SPRG to - eliminate warning. - -2002-08-11 Ralf Corsepius - - * Makefile.am: Use .$(OBJEXT) instead of .o. - -2002-07-21 Ralf Corsepius - - * Makefile.am: Fix oversights in previous patch. - -2002-07-21 Ralf Corsepius - - * rtems.S: Remove. - * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS - instead of INCLUDES (Latest automake standard). - -2002-04-30 Ralf Corsepius - - * cpu.c: Include . - -2002-04-18 Ralf Corsepius - - * rtems/score/cpu.h: Removed. - * Makefile.am: Reflect changes above. - -2001-04-03 Joel Sherrill - - * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. - * rtems/score/cpu.h: Account for name change. - -2002-03-27 Ralf Corsepius - - * configure.ac: - AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). - AM_INIT_AUTOMAKE([no-define foreign 1.6]). - * Makefile.am: Remove AUTOMAKE_OPTIONS. - -2001-11-28 Joel Sherrill , - - This was tracked as PR91. - * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which - is used to specify if the port uses the standard macro for this (FALSE). - A TRUE setting indicates the port provides its own implementation. - * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c. - * cpu.c: Received contents of c_isr.inl. - * Makefile.am: Deleted reference to c_isr.inl. - -2001-11-26 Ralf Corsepius - - * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure. - -2001-11-21 Ralf Corsepius - - * Makefile.am: Preinstall c_isr.inl (HACK). - * ChangeLog: New file. - -- cgit v1.2.3