source: rtems/c/src/exec/score/cpu/sh/ChangeLog @ a25b63b

4.104.114.84.95
Last change on this file since a25b63b was a25b63b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 12:21:55

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

  • configure.ac: Add RTEMS_PROG_CCAS
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add RTEMS_PROG_CCAS
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
8        Add AC_PROG_RANLIB.
9
102002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
13        Use ../../../aclocal.
14
152002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * rtems.c: Adaptation to gcc-3.0.x.
18
192001-04-03      Joel Sherrill <joel@OARcorp.com>
20
21        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
22        * rtems/score/shtypes.h: Removed.
23        * rtems/score/types.h: New file via CVS magic.
24        * Makefile.am, rtems/score/cpu.h: Account for name change.
25
262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac:
29        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
30        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
31        * Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect 2002-01-23 changes.
36
372002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect 2002-01-23 changes.
40
412002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * rtems/Makefile.am: Removed.
44        * rtems/score/Makefile.am: Removed.
45        * configure.ac: Reflect changes above.
46
472001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Add multilib support.
50
512001-11-28      Joel Sherrill <joel@OARcorp.com>,
52
53        This was tracked as PR91.
54        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
55        is used to specify if the port uses the standard macro for this (FALSE).
56        A TRUE setting indicates the port provides its own implementation.
57
582001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * cpu.c: Fix #ifdefs, add missing #endif.
61
622001-10-12      Joel Sherrill <joel@OARcorp.com>
63
64        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
65        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
66        and made sure there were no includes from the libcpu tree.
67
682001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
69
70        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
71        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72        who did the original SH port.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * Makefile.am: Use 'PREINSTALL_FILES ='.
84
852001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
86
87        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
88        checking which was SH1 specific. It didn't work for SH2 (has more
89        interrupt sources).
90
912001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am, rtems/score/Makefile.am:
94        Apply include_*HEADERS instead of H_FILES.
95
962001-01-03      Joel Sherrill <joel@OARcorp.com>
97
98        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
99
1002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
1042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
1082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
111        Switch to GNU canonicalization.
112
1132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Include compile.am.
116
1172000-08-10      Joel Sherrill <joel@OARcorp.com>
118
119        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.