source: rtems/c/src/lib/libcpu/sh/sh7032/ChangeLog @ b31b35f

4.104.114.84.95
Last change on this file since b31b35f was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 4.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Joel Sherrill <joel@OARcorp.com>
6
7        * score/cpu_asm.c: Rework logic that decides when to call
8        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
9        determined that _ISR_Signals_to_thread_executing was not being
10        honored and/or cleared properly.
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AC_PREREQ(2.57).
19
202003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in subdir Makefile.ams
23        * configure.ac: Reflect changes above.
24        * score/Makefile.am: Removed.
25        * sci/Makefile.am: Removed.
26        * timer/Makefile.am: Removed.
27        * clock/Makefile.am: Removed.
28        * delay/Makefile.am: Removed.
29
302002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Eliminate *_O_FILES.
33        Don't include @RTEMS_BSP@.cfg.
34        * delay/Makefile.am: Ditto.
35        * sci/Makefile.am: Ditto.
36        * score/Makefile.am: Ditto.
37        * timer/Makefile.am: Ditto.
38
392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
42
432002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Merge in include/Makefile.am.
46        * include/Makefile.am: Remove.
47        * configure.ac: Reflect changes above.
48
492002-11-01      Joel Sherrill <joel@OARcorp.com>
50
51        * delay/delay.c, score/ispsh7032.c: Removed warnings.
52
532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Reformat.
56        Add autom4te*cache.
57        Remove autom4te.cache.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
66
672002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
70
712001-04-03      Joel Sherrill <joel@OARcorp.com>
72
73        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
74        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
75
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * include/Makefile.am: Remove EXTRA_DIST.
92
932001-10-12      Joel Sherrill <joel@OARcorp.com>
94
95        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
96        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
97        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
98        timer/timer.c: Fixed typo.
992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
102        * configure.in: Remove.
103        * configure.ac: New file, generated from configure.in by autoupdate.
104
1052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
108
1092001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
110
111        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
112
1132001-01-05      Joel Sherrill <joel@OARcorp.com>
114
115        * /dev/null moved to libmisc.
116        * Makefile.am, configure.in: Removed null directory.
117        * include/Makefile.am: Removed null.h.
118        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
119        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
120        Removed.
121
1222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
125
1262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
129
1302000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
133        Switch to GNU canonicalization.
134
1352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
138        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
139        compile.am
140
1412000-08-10      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.