source: rtems/c/src/exec/score/cpu/sh/ChangeLog @ 8c746fe

4.104.114.84.95
Last change on this file since 8c746fe was 8c746fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:59:55

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

  • configure.ac: Remove RTEMS_PROJECT_ROOT.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_PROJECT_ROOT.
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add RTEMS_PROG_CCAS
8
92002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
12        Add AC_PROG_RANLIB.
13
142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
17        Use ../../../aclocal.
18
192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems.c: Adaptation to gcc-3.0.x.
22
232001-04-03      Joel Sherrill <joel@OARcorp.com>
24
25        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
26        * rtems/score/shtypes.h: Removed.
27        * rtems/score/types.h: New file via CVS magic.
28        * Makefile.am, rtems/score/cpu.h: Account for name change.
29
302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:
33        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
34        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
35        * Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect 2002-01-23 changes.
40
412002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect 2002-01-23 changes.
44
452002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rtems/Makefile.am: Removed.
48        * rtems/score/Makefile.am: Removed.
49        * configure.ac: Reflect changes above.
50
512001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add multilib support.
54
552001-11-28      Joel Sherrill <joel@OARcorp.com>,
56
57        This was tracked as PR91.
58        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
59        is used to specify if the port uses the standard macro for this (FALSE).
60        A TRUE setting indicates the port provides its own implementation.
61
622001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * cpu.c: Fix #ifdefs, add missing #endif.
65
662001-10-12      Joel Sherrill <joel@OARcorp.com>
67
68        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
69        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
70        and made sure there were no includes from the libcpu tree.
71
722001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
73
74        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
75        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76        who did the original SH port.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
87        * Makefile.am: Use 'PREINSTALL_FILES ='.
88
892001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
90
91        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
92        checking which was SH1 specific. It didn't work for SH2 (has more
93        interrupt sources).
94
952001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am, rtems/score/Makefile.am:
98        Apply include_*HEADERS instead of H_FILES.
99
1002001-01-03      Joel Sherrill <joel@OARcorp.com>
101
102        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
103
1042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
107
1082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
111
1122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
115        Switch to GNU canonicalization.
116
1172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Include compile.am.
120
1212000-08-10      Joel Sherrill <joel@OARcorp.com>
122
123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.