From 0418016acf6bf74f3edfd364654981920fcb6cb0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Sep 2004 20:11:54 +0000 Subject: 2004-09-29 Joel Sherrill * README: i960 obsoleted. * i960/.cvsignore, i960/ChangeLog, i960/Makefile.am, i960/configure.ac, i960/i960ca/.cvsignore, i960/i960ca/Makefile.am, i960/i960ca/cpu_install_intr_stack.c, i960/i960ca/cpu_install_raw_isr.c, i960/i960ka/.cvsignore, i960/i960ka/Makefile.am, i960/i960ka/cpu_install_intr_stack.c, i960/i960ka/cpu_install_raw_isr.c, i960/i960rp/.cvsignore, i960/i960rp/Makefile.am, i960/i960rp/cpu_install_intr_stack.c, i960/i960rp/cpu_install_raw_isr.c, i960/include/i960CA.h, i960/include/i960HA.h, i960/include/i960JX_RP_common.h, i960/include/i960KA.h, i960/include/i960RP.h: Removed. --- c/src/lib/libcpu/i960/ChangeLog | 186 ---------------------------------------- 1 file changed, 186 deletions(-) delete mode 100644 c/src/lib/libcpu/i960/ChangeLog (limited to 'c/src/lib/libcpu/i960/ChangeLog') diff --git a/c/src/lib/libcpu/i960/ChangeLog b/c/src/lib/libcpu/i960/ChangeLog deleted file mode 100644 index f5fe39c0ed..0000000000 --- a/c/src/lib/libcpu/i960/ChangeLog +++ /dev/null @@ -1,186 +0,0 @@ -2004-09-24 Ralf Corsepius - - * configure.ac: Require automake > 1.9. - -2004-03-31 Ralf Corsepius - - * i960rp/cpu_install_intr_stack.c: Cosmetics. - -2004-03-30 Ralf Corsepius - - * i960ca/cpu_install_intr_stack.c, i960ca/cpu_install_raw_isr.c, - i960ka/cpu_install_intr_stack.c, i960ka/cpu_install_raw_isr.c, - i960rp/cpu_install_intr_stack.c, i960rp/cpu_install_raw_isr.c: - Convert to using c99 fixed size types. - -2004-03-26 Ralf Corsepius - - * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP. - -2004-02-06 Ralf Corsepius - - * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Don't - include .../lib.am. - -2004-01-21 Ralf Corsepius - - * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: - Use automake compilation rules. - * Makefile.am: Add PREINSTALL_DIRS. - * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. - Require automake >= 1.8.2. - -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 - - * i960ca/Makefile.am: Remove all-local: $(ARCH). - * i960ka/Makefile.am: Remove all-local: $(ARCH). - * i960rp/Makefile.am: Remove all-local: $(ARCH). - -2003-12-01 Ralf Corsepius - - * Makefile.am: Reformat. Use dirstamps for preinstallation. - * i960ca/Makefile.am: Reformat. - * i960ka/Makefile.am: Reformat. - * i960rp/Makefile.am: Reformat. - -2003-10-22 Ralf Corsepius - - * configure.ac: Remove RTEMS_CANONICAL_HOST. - -2003-10-21 Ralf Corsepius - - * configure.ac: Remove RTEMS_CHECK_CPU. - -2003-08-18 Ralf Corsepius - - * Makefile.am: Reflect having moved aclocal/. - -2003-08-16 Ralf Corsepius - - * Makefile.am: Reflect having moved automake/. - * i960ca/Makefile.am: Reflect having moved automake/. - * i960ka/Makefile.am: Reflect having moved automake/. - * i960rp/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). - -2003-01-20 Ralf Corsepius - - * Makefile.am: Merge-in include/Makefile.am. - * include/Makefile.am: Removed. - * configure.ac: Reflect changes above. - -2002-12-16 Ralf Corsepius - - * Makefile.am: Remove CPU_MODEL_SUBDIR. - * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP). - * i960ca/Makefile.am: Eliminate *_O_FILES. - Don't include @RTEMS_BSP@.cfg. - * i960ka/Makefile.am: Ditto. - * i960rp/Makefile.am: Ditto. - -2002-12-06 Ralf Corsepius - - * configure.ac: Remove RTEMS_CHECK_BSP_CACHE. - -2002-12-02 Joel Sherrill - - * shared/soft_reset_asm.S: Removed. - -2002-10-21 Ralf Corsepius - - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. - -2002-08-11 Ralf Corsepius - - * i960ca/Makefile.am: Use .$(OBJEXT) instead of .o. - * i960ka/Makefile.am: Use .$(OBJEXT) instead of .o. - * i960rp/Makefile.am: Use .$(OBJEXT) instead of .o. - -2001-05-09 Joel Sherrill - - * include/i960CA.h, include/i960RP.h: Correct inline assembly - forward reference labels. - -2002-03-27 Ralf Corsepius - - * configure.ac: - AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). - AM_INIT_AUTOMAKE([no-define foreign 1.6]). - * i960ca/Makefile.am: Remove AUTOMAKE_OPTIONS. - * Makefile.am: Remove AUTOMAKE_OPTIONS. - * i960ka/Makefile.am: Remove AUTOMAKE_OPTIONS. - * i960rp/Makefile.am: Remove AUTOMAKE_OPTIONS. - * include/Makefile.am: Remove AUTOMAKE_OPTIONS. - -2001-10-11 Ralf Corsepius - - * .cvsignore: Add autom4te.cache for autoconf > 2.52. - * configure.in: Remove. - * configure.ac: New file, generated from configure.in by autoupdate. - -2001-09-27 Ralf Corsepius - - * include/Makefile.am: Use 'TMPINSTALL_FILES ='. - -2001-02-27 Ralf Corsepius - - * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: - Remove H_FILES. - * include/Makefile.am: Apply include_*HEADERS instead of H_FILES. - -2000-11-09 Ralf Corsepius - - * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. - -2000-11-02 Ralf Corsepius - - * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. - -2000-10-26 Ralf Corsepius - - * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. - Switch to GNU canonicalization. - -2000-10-18 Joel Sherrill - - * Makefile.am: Corrected condition CPU model selection so - multilib'ing and bare BSP works. - -2000-09-04 Ralf Corsepius - - * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: - Include compile.am - -2000-08-10 Joel Sherrill - - * ChangeLog: New file. -- cgit v1.2.3