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

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Misc cleanups and fixes.
8
92003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Remove all-local: $(ARCH).
12
132003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reformat. Use dirstamps for preinstallation.
16
172003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CANONICAL_HOST.
20
212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove RTEMS_CHECK_CPU.
24
252003-09-04      Joel Sherrill <joel@OARcorp.com>
26
27        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
28        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
29        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
30        timer/timer.c: URL for license changed.
31
322003-09-04      Joel Sherrill <joel@OARcorp.com>
33
34        * score/cpu_asm.c: Removed incorrect statement about copyright
35        assignment.
36
372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved aclocal/.
40
412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved automake/.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.
52
532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove AC_CONFIG_AUX_DIR.
56
572003-02-11      Joel Sherrill <joel@OARcorp.com>
58
59        * score/cpu_asm.c: Rework logic that decides when to call
60        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
61        determined that _ISR_Signals_to_thread_executing was not being
62        honored and/or cleared properly.
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
722003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in subdir Makefile.ams
75        * configure.ac: Reflect changes above.
76        * score/Makefile.am: Removed.
77        * sci/Makefile.am: Removed.
78        * timer/Makefile.am: Removed.
79        * clock/Makefile.am: Removed.
80        * delay/Makefile.am: Removed.
81
822002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Eliminate *_O_FILES.
85        Don't include @RTEMS_BSP@.cfg.
86        * delay/Makefile.am: Ditto.
87        * sci/Makefile.am: Ditto.
88        * score/Makefile.am: Ditto.
89        * timer/Makefile.am: Ditto.
90
912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
94
952002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Merge in include/Makefile.am.
98        * include/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100
1012002-11-01      Joel Sherrill <joel@OARcorp.com>
102
103        * delay/delay.c, score/ispsh7032.c: Removed warnings.
104
1052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Reformat.
108        Add autom4te*cache.
109        Remove autom4te.cache.
110
1112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * delay/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * sci/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * score/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
118
1192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
122
1232001-04-03      Joel Sherrill <joel@OARcorp.com>
124
125        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
126        * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * delay/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * sci/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * score/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
140
1412002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * include/Makefile.am: Remove EXTRA_DIST.
144
1452001-10-12      Joel Sherrill <joel@OARcorp.com>
146
147        * clock/ckinit.c, delay/delay.c, include/iosh7032.h,
148        include/ispsh7032.h, include/sci.h, include/sh7_pfc.h,
149        include/sh7_sci.h, sci/sci.c, score/cpu_asm.c, score/ispsh7032.c,
150        timer/timer.c: Fixed typo.
1512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
154        * configure.in: Remove.
155        * configure.ac: New file, generated from configure.in by autoupdate.
156
1572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
160
1612001-02-18      Ralf Corsepiu <corsepius@faw.uni-ulm.de>
162
163        * include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
164
1652001-01-05      Joel Sherrill <joel@OARcorp.com>
166
167        * /dev/null moved to libmisc.
168        * Makefile.am, configure.in: Removed null directory.
169        * include/Makefile.am: Removed null.h.
170        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
171        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
172        Removed.
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186
1872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am, delay/Makefile.am, null/Makefile.am,
190        sci/Makefile.am, timer/Makefile.am, score/Makefile.am: Include
191        compile.am
192
1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.