source: rtems/c/src/lib/libcpu/sparc/ChangeLog @ d3d9ef37

4.104.114.84.95
Last change on this file since d3d9ef37 was 7066c9f3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:27:05

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Remove RTEMS_ENABLE_BARE.
12
132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * configure.ac: Require automake > 1.9.
16
172004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>.
20        * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
21
222004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
25
262004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Don't include .../lib.am.
29
302004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * syscall/Makefile.am: Remove.
33        * reg_win/Makefile.am: Remove.
34        * cache/Makefile.am: Remove.
35        * Makefile.am: Merge-in Makefile.ams above. Use automake compilation
36        rules.
37        * configure.ac: Reflect changes above.
38        Add subdir-objects to AUTOMAKE_OPTIONS.
39        Require automake >= 1.8.2.
40
412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * cache/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
44        Add PRE/TMPINSTALL_FILES to CLEANFILES.
45
462003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * cache/Makefile.am: Eliminate VPATH.
49
502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53
542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
57
582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * cache/Makefile.am: Remove all-local: $(ARCH).
61        * reg_win/Makefile.am: Remove all-local: $(ARCH).
62        * syscall/Makefile.am: Remove all-local: $(ARCH).
63
642003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
67        * reg_win/Makefile.am: Reformat.
68        * syscall/Makefile.am: Reformat.
69
702003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove RTEMS_CANONICAL_HOST.
73
742003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_CHECK_CPU.
77
782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having moved aclocal/.
81
822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved automake/.
85        * cache/Makefile.am: Reflect having moved automake/.
86        * reg_win/Makefile.am: Reflect having moved automake/.
87        * syscall/Makefile.am: Reflect having moved automake/.
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
92
932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove AC_CONFIG_AUX_DIR.
96
972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
100
1012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: AC_PREREQ(2.57).
104
1052003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106       
107        * include/erc32.h: Remove (Unused).
108        * include/Makefile.am: Remove.
109        * include/.cvsignore: Remove (Obsolete).
110        * Makefile.am: Reflect changes above.
111        * configure.ac: Reflect changes above.
112
1132002-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114       
115        * cache/Makefile.am: Don't include @RTEMS_BSP@.cfg.
116        Eliminate *_O_FILES.
117        * reg_win/Makefile.am:  Don't include @RTEMS_BSP@.cfg.
118        * syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119
1202002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
123
1242002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Add RTEMS_PROG_CCAS.
127
1282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Reformat.
131        Add autom4te*cache.
132        Remove autom4te.cache.
133
1342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * cache/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
139
1402002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * tbr/Makefile.am: Remove.
143        * tbr/.cvsignore: Remove.
144        * tbr/tbr.c: Remove.
145        * tbr/tbr.h: Remove.
146        * configure.ac: Remove tbr subdir.
147        * Makefile.am: Remove tbr subdir.
148
1492002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * tbr/Makefile.am: New file.
152        * tbr/.cvsignore: New file.
153        * tbr/tbr.c: New file.
154        * tbr/tbr.h: New file.
155        * configure.ac: Add tbr subdir.
156        * Makefile.am: Add tbr subdir.
157
1582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac:
161        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
162        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
163        * cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * reg_win/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * syscall/Makefile.am: Remove AUTOMAKE_OPTIONS.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-27      Jiri Gaisler <jiri@gaisler.com>
176
177        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
178        bug has been there all the time, but only hits the leon bsp since the
179        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
180
1812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
184        * cache/Makefile.am: Use 'PREINSTALL_FILES ='.
185        * cache/Makefile.am: Use 'CLEANFILES ='.
186
1872001-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de:
188
189        * include/Makefile.am, syscall/Makefile.am, cache/Makefile.am:
190        Apply include_*HEADERS instead of H_FILES.
191        * cache/.cvsignore: Add cache.h.
192
1932000-11-30      Joel Sherrill <joel@OARcorp.com>
194
195        * cache/Makefile.am: Removed automake warning by introducing a
196        simple variable.
197
1982000-11-27      Joel Sherrill <joel@OARcorp.com>
199
200        * cache/cache.h: Fix reference to MC68040 and put in stubs
201        for missing support routines.  The functionality of these
202        routines needs to be addressed.
203
2042000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
205
206        * Makefile.am, configure.in: Added support for instruction
207        cache enabling based on CPU model.
208        * cache/.cvsignore, cache/Makefile.am, cache/cache.c,
209        cache/cache_.h: New files.
210
2112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
214
2152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
218
2192000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
222        Switch to GNU canonicalization.
223
2242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * reg_win/Makefile.am, syscall/Makefile.am: Include compile.am
227
2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.