source: rtems/c/src/exec/score/cpu/sh/ChangeLog @ 2ef3f93

4.104.114.84.95
Last change on this file since 2ef3f93 was 2ef3f93, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 18:27:42

2002-04-06 Ralf Corsepius <corsepiu@…>

  • rtems.c: Adaptation to gcc-3.0.x.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems.c: Adaptation to gcc-3.0.x.
4
52001-04-03      Joel Sherrill <joel@OARcorp.com>
6
7        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
8        * rtems/score/shtypes.h: Removed.
9        * rtems/score/types.h: New file via CVS magic.
10        * Makefile.am, rtems/score/cpu.h: Account for name change.
11
122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac:
15        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
16        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
17        * Makefile.am: Remove AUTOMAKE_OPTIONS.
18
192002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect 2002-01-23 changes.
22
232002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect 2002-01-23 changes.
26
272002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems/Makefile.am: Removed.
30        * rtems/score/Makefile.am: Removed.
31        * configure.ac: Reflect changes above.
32
332001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add multilib support.
36
372001-11-28      Joel Sherrill <joel@OARcorp.com>,
38
39        This was tracked as PR91.
40        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
41        is used to specify if the port uses the standard macro for this (FALSE).
42        A TRUE setting indicates the port provides its own implementation.
43
442001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * cpu.c: Fix #ifdefs, add missing #endif.
47
482001-10-12      Joel Sherrill <joel@OARcorp.com>
49
50        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
51        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
52        and made sure there were no includes from the libcpu tree.
53
542001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
55
56        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
57        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58        who did the original SH port.
59
602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
63        * configure.in: Remove.
64        * configure.ac: New file, generated from configure.in by autoupdate.
65
662001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
69        * Makefile.am: Use 'PREINSTALL_FILES ='.
70
712001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
72
73        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
74        checking which was SH1 specific. It didn't work for SH2 (has more
75        interrupt sources).
76
772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am, rtems/score/Makefile.am:
80        Apply include_*HEADERS instead of H_FILES.
81
822001-01-03      Joel Sherrill <joel@OARcorp.com>
83
84        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
85
862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
89
902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
93
942000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
97        Switch to GNU canonicalization.
98
992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Include compile.am.
102
1032000-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.