source: rtems/c/src/exec/score/cpu/sparc/ChangeLog @ d8a78f4f

4.104.114.84.95
Last change on this file since d8a78f4f was d8a78f4f, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/02 at 21:33:38

2002-01-31 Ralf Corsepius <corsepiu@…>

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