source: rtems/cpukit/score/cpu/sh/ChangeLog @ 3b1c100

4.104.114.84.95
Last change on this file since 3b1c100 was 3b1c100, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 21:56:41

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

  • rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all references.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-09-26      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
4        references.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
9        rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
22        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
23
242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Fix package name.
27
282002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
31
322002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * rtems/score/sh.h: Fix typo in comment (Starus->Status).
35
362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Reformat.
39        Add autom4te*cache.
40        Remove autom4te.cache.
41
422002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
45
462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: RTEMS_TOP(../../../..).
53
542002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * rtems.c: Remove.
57        * Makefile.am: Reflect changes above.
58
592002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove RTEMS_PROJECT_ROOT.
62
632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Add RTEMS_PROG_CCAS
66
672002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
70        Add AC_PROG_RANLIB.
71
722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
75        Use ../../../aclocal.
76
772002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * rtems.c: Adaptation to gcc-3.0.x.
80
812001-04-03      Joel Sherrill <joel@OARcorp.com>
82
83        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
84        * rtems/score/shtypes.h: Removed.
85        * rtems/score/types.h: New file via CVS magic.
86        * Makefile.am, rtems/score/cpu.h: Account for name change.
87
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94
952002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Reflect 2002-01-23 changes.
98
992002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect 2002-01-23 changes.
102
1032002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * rtems/Makefile.am: Removed.
106        * rtems/score/Makefile.am: Removed.
107        * configure.ac: Reflect changes above.
108
1092001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add multilib support.
112
1132001-11-28      Joel Sherrill <joel@OARcorp.com>,
114
115        This was tracked as PR91.
116        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
117        is used to specify if the port uses the standard macro for this (FALSE).
118        A TRUE setting indicates the port provides its own implementation.
119
1202001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * cpu.c: Fix #ifdefs, add missing #endif.
123
1242001-10-12      Joel Sherrill <joel@OARcorp.com>
125
126        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
127        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
128        and made sure there were no includes from the libcpu tree.
129
1302001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
131
132        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
133        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134        who did the original SH port.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
145        * Makefile.am: Use 'PREINSTALL_FILES ='.
146
1472001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
148
149        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
150        checking which was SH1 specific. It didn't work for SH2 (has more
151        interrupt sources).
152
1532001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am, rtems/score/Makefile.am:
156        Apply include_*HEADERS instead of H_FILES.
157
1582001-01-03      Joel Sherrill <joel@OARcorp.com>
159
160        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
161
1622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
165
1662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
169
1702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
173        Switch to GNU canonicalization.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Include compile.am.
178
1792000-08-10      Joel Sherrill <joel@OARcorp.com>
180
181        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.