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

4.104.114.84.95
Last change on this file since 6f79a970 was 6f79a970, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 03:59:59

2002-06-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). Add AC_PROG_RANLIB.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
4        Add AC_PROG_RANLIB.
5
62002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
9        Use ../../../aclocal.
10
112002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE.
14        * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
15
16
172001-04-03      Joel Sherrill <joel@OARcorp.com>
18
19        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
20        * rtems/score/sparctypes.h: Removed.
21        * rtems/score/types.h: New file via CVS magic.
22        * Makefile.am, rtems/score/cpu.h: Account for name change.
23
242002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * cpu.c: Replace NO_TABLE_MOVE-support by external function
27        (code moved to libcpu/sparc/tbr/tbr.c).
28        * cpu.h: Replace NO_TABLE_MOVE-support by external function
29        (code moved to libcpu/sparc/tbr/tbr.h).
30        * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38
392002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect 2002-01-23 changes.
42
432001-01-30      Joel Sherrill <joel@OARcorp.com>
44
45        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
46
472002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * rtems/Makefile.am: Removed.
50        * rtems/score/Makefile.am: Removed.
51        * configure.ac: Reflect changes above.
52
532001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add multilib support.
56
572001-11-28      Joel Sherrill <joel@OARcorp.com>,
58
59        This was tracked as PR91.
60        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
61        is used to specify if the port uses the standard macro for this (FALSE).
62        A TRUE setting indicates the port provides its own implementation.
63
642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
67        * configure.in: Remove.
68        * configure.ac: New file, generated from configure.in by autoupdate.
69
702001-09-27      Jiri Gaisler <jiri@gaisler.com>
71
72        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
73        bug has been there all the time, but only hits the leon bsp since the
74        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
75
762001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
79        * Makefile.am: Use 'PREINSTALL_FILES ='.
80
81
822001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am, rtems/score/Makefile.am:
85        Apply include_*HEADERS instead of H_FILES.
86
872001-01-03      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
90        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
91        now that it is dynamically allocated.
92
932000-12-06      Joel Sherrill <joel@OARcorp.com>
94
95        * cpu.c: Added include of <rtems/rtems/cache.h> to eliminate warning.
96
972000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
98
99        * cpu_asm.S: Fix for CPUs with FPU revision B or C.
100
1012000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
102
103        * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
104        on gcc arguments.  Do not initialize FP context if there is
105        no FPU.  Flush instruction cache after installing RTEMS trap handler.
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
118        Switch to GNU canonicalization.
119
1202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Include compile.am.
123
1242000-08-10      Joel Sherrill <joel@OARcorp.com>
125
126        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.