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

4.104.114.84.95
Last change on this file since 84fa187 was 84fa187, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/03/02 at 03:32:09

2002-07-03 Ralf Corsepius <corsepiu@…>

  • rtems.c: Remove.
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems.c: Remove.
4        * Makefile.am: Reflect changes above.
5
62002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove RTEMS_PROJECT_ROOT.
9
102002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add RTEMS_PROG_CCAS
13
142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
17        Add AC_PROG_RANLIB.
18
192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
22        Use ../../../aclocal.
23
242002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * rtems.c: Adaptation to gcc-3.0.x.
27
282001-04-03      Joel Sherrill <joel@OARcorp.com>
29
30        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
31        * rtems/score/shtypes.h: Removed.
32        * rtems/score/types.h: New file via CVS magic.
33        * Makefile.am, rtems/score/cpu.h: Account for name change.
34
352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac:
38        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
39        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
40        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41
422002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect 2002-01-23 changes.
45
462002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect 2002-01-23 changes.
49
502002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * rtems/Makefile.am: Removed.
53        * rtems/score/Makefile.am: Removed.
54        * configure.ac: Reflect changes above.
55
562001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Add multilib support.
59
602001-11-28      Joel Sherrill <joel@OARcorp.com>,
61
62        This was tracked as PR91.
63        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
64        is used to specify if the port uses the standard macro for this (FALSE).
65        A TRUE setting indicates the port provides its own implementation.
66
672001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * cpu.c: Fix #ifdefs, add missing #endif.
70
712001-10-12      Joel Sherrill <joel@OARcorp.com>
72
73        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
74        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
75        and made sure there were no includes from the libcpu tree.
76
772001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
78
79        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
80        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81        who did the original SH port.
82
832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
86        * configure.in: Remove.
87        * configure.ac: New file, generated from configure.in by autoupdate.
88
892001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
92        * Makefile.am: Use 'PREINSTALL_FILES ='.
93
942001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
95
96        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
97        checking which was SH1 specific. It didn't work for SH2 (has more
98        interrupt sources).
99
1002001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am, rtems/score/Makefile.am:
103        Apply include_*HEADERS instead of H_FILES.
104
1052001-01-03      Joel Sherrill <joel@OARcorp.com>
106
107        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
108
1092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
112
1132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
116
1172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
120        Switch to GNU canonicalization.
121
1222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Include compile.am.
125
1262000-08-10      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.