source: rtems/cpukit/score/cpu/sh/ChangeLog @ 5c8b6b6

4.104.114.84.95
Last change on this file since 5c8b6b6 was 5c8b6b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 05:46:06

2002-10-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
4
52002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use .$(OBJEXT) instead of .o.
22
232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: RTEMS_TOP(../../../..).
26
272002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems.c: Remove.
30        * Makefile.am: Reflect changes above.
31
322002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_PROJECT_ROOT.
35
362002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add RTEMS_PROG_CCAS
39
402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
43        Add AC_PROG_RANLIB.
44
452002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
48        Use ../../../aclocal.
49
502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * rtems.c: Adaptation to gcc-3.0.x.
53
542001-04-03      Joel Sherrill <joel@OARcorp.com>
55
56        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
57        * rtems/score/shtypes.h: Removed.
58        * rtems/score/types.h: New file via CVS magic.
59        * Makefile.am, rtems/score/cpu.h: Account for name change.
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect 2002-01-23 changes.
71
722002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect 2002-01-23 changes.
75
762002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/Makefile.am: Removed.
79        * rtems/score/Makefile.am: Removed.
80        * configure.ac: Reflect changes above.
81
822001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Add multilib support.
85
862001-11-28      Joel Sherrill <joel@OARcorp.com>,
87
88        This was tracked as PR91.
89        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
90        is used to specify if the port uses the standard macro for this (FALSE).
91        A TRUE setting indicates the port provides its own implementation.
92
932001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * cpu.c: Fix #ifdefs, add missing #endif.
96
972001-10-12      Joel Sherrill <joel@OARcorp.com>
98
99        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
100        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
101        and made sure there were no includes from the libcpu tree.
102
1032001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
104
105        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
106        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107        who did the original SH port.
108
1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
118        * Makefile.am: Use 'PREINSTALL_FILES ='.
119
1202001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
121
122        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
123        checking which was SH1 specific. It didn't work for SH2 (has more
124        interrupt sources).
125
1262001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am, rtems/score/Makefile.am:
129        Apply include_*HEADERS instead of H_FILES.
130
1312001-01-03      Joel Sherrill <joel@OARcorp.com>
132
133        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
146        Switch to GNU canonicalization.
147
1482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Include compile.am.
151
1522000-08-10      Joel Sherrill <joel@OARcorp.com>
153
154        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.