source: rtems/cpukit/score/cpu/sh/ChangeLog @ 7f28803d

4.104.114.84.95
Last change on this file since 7f28803d was 7f28803d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:55:08

2003-09-04 Joel Sherrill <joel@…>

  • asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h, rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
4        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
17        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
18
192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Fix package name.
22
232002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
26
272002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
30
312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
372002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
40
412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Use .$(OBJEXT) instead of .o.
44
452002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: RTEMS_TOP(../../../..).
48
492002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * rtems.c: Remove.
52        * Makefile.am: Reflect changes above.
53
542002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_PROJECT_ROOT.
57
582002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add RTEMS_PROG_CCAS
61
622002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
65        Add AC_PROG_RANLIB.
66
672002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
70        Use ../../../aclocal.
71
722002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * rtems.c: Adaptation to gcc-3.0.x.
75
762001-04-03      Joel Sherrill <joel@OARcorp.com>
77
78        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
79        * rtems/score/shtypes.h: Removed.
80        * rtems/score/types.h: New file via CVS magic.
81        * Makefile.am, rtems/score/cpu.h: Account for name change.
82
832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac:
86        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
87        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
88        * Makefile.am: Remove AUTOMAKE_OPTIONS.
89
902002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect 2002-01-23 changes.
93
942002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect 2002-01-23 changes.
97
982002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/Makefile.am: Removed.
101        * rtems/score/Makefile.am: Removed.
102        * configure.ac: Reflect changes above.
103
1042001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Add multilib support.
107
1082001-11-28      Joel Sherrill <joel@OARcorp.com>,
109
110        This was tracked as PR91.
111        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
112        is used to specify if the port uses the standard macro for this (FALSE).
113        A TRUE setting indicates the port provides its own implementation.
114
1152001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * cpu.c: Fix #ifdefs, add missing #endif.
118
1192001-10-12      Joel Sherrill <joel@OARcorp.com>
120
121        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
122        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
123        and made sure there were no includes from the libcpu tree.
124
1252001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
126
127        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
128        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129        who did the original SH port.
130
1312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
134        * configure.in: Remove.
135        * configure.ac: New file, generated from configure.in by autoupdate.
136
1372001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * Makefile.am: Use 'PREINSTALL_FILES ='.
141
1422001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
143
144        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
145        checking which was SH1 specific. It didn't work for SH2 (has more
146        interrupt sources).
147
1482001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am, rtems/score/Makefile.am:
151        Apply include_*HEADERS instead of H_FILES.
152
1532001-01-03      Joel Sherrill <joel@OARcorp.com>
154
155        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
156
1572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
160
1612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
164
1652000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
168        Switch to GNU canonicalization.
169
1702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Include compile.am.
173
1742000-08-10      Joel Sherrill <joel@OARcorp.com>
175
176        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.