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

4.104.114.84.95
Last change on this file since 534987d was 534987d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 06:47:28

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9
102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
13
142003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Misc cleanups and fixes.
17
182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Remove all-local: $(ARCH).
21
222003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reformat. Use dirstamps for preinstallation.
25
262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove RTEMS_CANONICAL_HOST.
29
302003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Remove RTEMS_CHECK_CPU.
33
342003-09-04      Joel Sherrill <joel@OARcorp.com>
35
36        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
37        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
38        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
39        timer/timer.c: URL for license changed.
40
412003-09-04      Joel Sherrill <joel@OARcorp.com>
42
43        * score/cpu_asm.c: Removed incorrect statement about copyright
44        assignment.
45
462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect having moved aclocal/.
49
502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect having moved automake/.
53
542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
57
582003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
61
622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove AC_CONFIG_AUX_DIR.
65
662003-02-11      Joel Sherrill <joel@OARcorp.com>
67
68        * score/cpu_asm.c: Rework logic that decides when to call
69        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
70        determined that _ISR_Signals_to_thread_executing was not being
71        honored and/or cleared properly.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Merge-in subdir Makefile.ams
84        * configure.ac: Reflect changes above.
85        * score/Makefile.am: Removed.
86        * sci/Makefile.am: Removed.
87        * timer/Makefile.am: Removed.
88        * clock/Makefile.am: Removed.
89        * delay/Makefile.am: Removed.
90
912002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * clock/Makefile.am: Eliminate *_O_FILES.
94        Don't include @RTEMS_BSP@.cfg.
95        * delay/Makefile.am: Ditto.
96        * sci/Makefile.am: Ditto.
97        * score/Makefile.am: Ditto.
98        * timer/Makefile.am: Ditto.
99
1002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
103
1042002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge in include/Makefile.am.
107        * include/Makefile.am: Remove.
108        * configure.ac: Reflect changes above.
109
1102002-11-01      Joel Sherrill <joel@OARcorp.com>
111
112        * delay/delay.c, score/ispsh7032.c: Removed warnings.
113
1142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Reformat.
117        Add autom4te*cache.
118        Remove autom4te.cache.
119
1202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
127
1282002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
131
1322001-04-03      Joel Sherrill <joel@OARcorp.com>
133
134        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
135        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
136
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
149
1502002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * include/Makefile.am: Remove EXTRA_DIST.
153
1542001-10-12      Joel Sherrill <joel@OARcorp.com>
155
156        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
157        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
158        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
159        timer/timer.c: Fixed typo.
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
169
1702001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
171
172        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
173
1742001-01-05      Joel Sherrill <joel@OARcorp.com>
175
176        * /dev/null moved to libmisc.
177        * Makefile.am, configure.in: Removed null directory.
178        * include/Makefile.am: Removed null.h.
179        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
180        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
181        Removed.
182
1832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
186
1872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
190
1912000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
194        Switch to GNU canonicalization.
195
1962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
199        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
200        compile.am
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.