source: rtems/cpukit/score/cpu/sh/ChangeLog @ f8cb04a5

4.104.114.84.95
Last change on this file since f8cb04a5 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

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

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
10
112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: RTEMS_TOP(../../../..).
18
192002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems.c: Remove.
22        * Makefile.am: Reflect changes above.
23
242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Remove RTEMS_PROJECT_ROOT.
27
282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add RTEMS_PROG_CCAS
31
322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
35        Add AC_PROG_RANLIB.
36
372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
40        Use ../../../aclocal.
41
422002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * rtems.c: Adaptation to gcc-3.0.x.
45
462001-04-03      Joel Sherrill <joel@OARcorp.com>
47
48        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
49        * rtems/score/shtypes.h: Removed.
50        * rtems/score/types.h: New file via CVS magic.
51        * Makefile.am, rtems/score/cpu.h: Account for name change.
52
532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac:
56        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
57        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
58        * Makefile.am: Remove AUTOMAKE_OPTIONS.
59
602002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect 2002-01-23 changes.
63
642002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Reflect 2002-01-23 changes.
67
682002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * rtems/Makefile.am: Removed.
71        * rtems/score/Makefile.am: Removed.
72        * configure.ac: Reflect changes above.
73
742001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Add multilib support.
77
782001-11-28      Joel Sherrill <joel@OARcorp.com>,
79
80        This was tracked as PR91.
81        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
82        is used to specify if the port uses the standard macro for this (FALSE).
83        A TRUE setting indicates the port provides its own implementation.
84
852001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * cpu.c: Fix #ifdefs, add missing #endif.
88
892001-10-12      Joel Sherrill <joel@OARcorp.com>
90
91        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
92        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
93        and made sure there were no includes from the libcpu tree.
94
952001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
96
97        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
98        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99        who did the original SH port.
100
1012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
104        * configure.in: Remove.
105        * configure.ac: New file, generated from configure.in by autoupdate.
106
1072001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
110        * Makefile.am: Use 'PREINSTALL_FILES ='.
111
1122001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
113
114        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
115        checking which was SH1 specific. It didn't work for SH2 (has more
116        interrupt sources).
117
1182001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am, rtems/score/Makefile.am:
121        Apply include_*HEADERS instead of H_FILES.
122
1232001-01-03      Joel Sherrill <joel@OARcorp.com>
124
125        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Include compile.am.
143
1442000-08-10      Joel Sherrill <joel@OARcorp.com>
145
146        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.