source: rtems/cpukit/score/cpu/sparc/ChangeLog @ 1dba8de0

4.104.114.84.95
Last change on this file since 1dba8de0 was 1dba8de0, checked in by Joel Sherrill <joel.sherrill@…>, on 01/30/02 at 22:18:04

2001-01-30 Joel Sherrill <joel@…>

  • Makefile.am: Corrected so .h files from rtems/score/ are installed.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12001-01-30      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
4
52002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * rtems/Makefile.am: Removed.
8        * rtems/score/Makefile.am: Removed.
9        * configure.ac: Reflect changes above.
10
112001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add multilib support.
14
152001-11-28      Joel Sherrill <joel@OARcorp.com>,
16
17        This was tracked as PR91.
18        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
19        is used to specify if the port uses the standard macro for this (FALSE).
20        A TRUE setting indicates the port provides its own implementation.
21
222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
25        * configure.in: Remove.
26        * configure.ac: New file, generated from configure.in by autoupdate.
27
282001-09-27      Jiri Gaisler <jiri@gaisler.com>
29
30        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
31        bug has been there all the time, but only hits the leon bsp since the
32        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
33
342001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
37        * Makefile.am: Use 'PREINSTALL_FILES ='.
38
39
402001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am, rtems/score/Makefile.am:
43        Apply include_*HEADERS instead of H_FILES.
44
452001-01-03      Joel Sherrill <joel@OARcorp.com>
46
47        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
48        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
49        now that it is dynamically allocated.
50
512000-12-06      Joel Sherrill <joel@OARcorp.com>
52
53        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
54
552000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
56
57        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
58
592000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
60
61        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
62        on gcc arguments.  Do not initialize FP context if there is
63        no FPU.  Flush instruction cache after installing RTEMS trap handler.
64
652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
68
692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
72
732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
76        Switch to GNU canonicalization.
77
782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Include compile.am.
81
822000-08-10      Joel Sherrill <joel@OARcorp.com>
83
84        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.