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

4.104.114.84.95
Last change on this file since 2f399d6 was 2f399d6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:53:11

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

  • clock/ckinit.c, delay/delay.c, include/iosh7032.h, include/ispsh7032.h, include/sci.h, include/sh7_pfc.h, include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c, timer/timer.c: URL for license changed.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
4        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
5        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
6        timer/timer.c: URL for license changed.
7
82003-09-04      Joel Sherrill <joel@OARcorp.com>
9
10        * score/cpu_asm.c: Removed incorrect statement about copyright
11        assignment.
12
132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reflect having moved aclocal/.
16
172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect having moved automake/.
20
212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
24
252003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
28
292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove AC_CONFIG_AUX_DIR.
32
332003-02-11      Joel Sherrill <joel@OARcorp.com>
34
35        * score/cpu_asm.c: Rework logic that decides when to call
36        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
37        determined that _ISR_Signals_to_thread_executing was not being
38        honored and/or cleared properly.
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AC_PREREQ(2.57).
47
482003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Merge-in subdir Makefile.ams
51        * configure.ac: Reflect changes above.
52        * score/Makefile.am: Removed.
53        * sci/Makefile.am: Removed.
54        * timer/Makefile.am: Removed.
55        * clock/Makefile.am: Removed.
56        * delay/Makefile.am: Removed.
57
582002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * clock/Makefile.am: Eliminate *_O_FILES.
61        Don't include @RTEMS_BSP@.cfg.
62        * delay/Makefile.am: Ditto.
63        * sci/Makefile.am: Ditto.
64        * score/Makefile.am: Ditto.
65        * timer/Makefile.am: Ditto.
66
672002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
70
712002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Merge in include/Makefile.am.
74        * include/Makefile.am: Remove.
75        * configure.ac: Reflect changes above.
76
772002-11-01      Joel Sherrill <joel@OARcorp.com>
78
79        * delay/delay.c, score/ispsh7032.c: Removed warnings.
80
812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Reformat.
84        Add autom4te*cache.
85        Remove autom4te.cache.
86
872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
98
992001-04-03      Joel Sherrill <joel@OARcorp.com>
100
101        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
102        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
103
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac:
107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
116
1172002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * include/Makefile.am: Remove EXTRA_DIST.
120
1212001-10-12      Joel Sherrill <joel@OARcorp.com>
122
123        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
124        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
125        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
126        timer/timer.c: Fixed typo.
1272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
130        * configure.in: Remove.
131        * configure.ac: New file, generated from configure.in by autoupdate.
132
1332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
136
1372001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
138
139        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
140
1412001-01-05      Joel Sherrill <joel@OARcorp.com>
142
143        * /dev/null moved to libmisc.
144        * Makefile.am, configure.in: Removed null directory.
145        * include/Makefile.am: Removed null.h.
146        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
147        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
148        Removed.
149
1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162
1632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
166        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
167        compile.am
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.