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

4.104.114.84.95
Last change on this file since c8e1751 was c8e1751, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 11:18:07

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

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