summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i960 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-204-26/+24
| | | | | | * Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Removed. * configure.ac: Reflect changes above.
* 2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-166-27/+13
| | | | | | | | | * 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 <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-062-1/+4
| | | | * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
* 2002-12-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-12-022-37/+4
| | | | * shared/soft_reset_asm.S: Removed.
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-212-3/+9
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-114-3/+9
| | | | | | * 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 <joel@OARcorp.com>Joel Sherrill2002-05-093-4/+9
| | | | | * include/i960CA.h, include/i960RP.h: Correct inline assembly forward reference labels.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-287-7/+13
| | | | | | | | | | | * 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 <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-121-0/+41
| | | | | * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove.
* 2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-121-40/+0
| | | | | | * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate.
* 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-10-112-0/+7
| | | | | | * .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 <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-272-1/+5
| | | | * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
* 2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-03-055-8/+10
| | | | | | * 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 <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-092-1/+5
| | | | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
* 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-11-022-1/+5
| | | | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
* 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-10-262-1/+6
| | | | | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
* 2000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-182-1/+18
| | | | | * Makefile.am: Corrected condition CPU model selection so multilib'ing and bare BSP works.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-055-4/+11
| | | | | * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Include compile.am
* Adding ChangeLogs.Joel Sherrill2000-08-101-0/+3
|
* Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill2000-07-111-3/+0
| | | | | | routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP.
* Adding .cvsignore files.Joel Sherrill2000-07-115-0/+21
|
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-1118-0/+1140
routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.