source: rtems/c/src/lib/libcpu/sparc/ChangeLog @ 173fd7c

4.104.114.84.95
Last change on this file since 173fd7c was 173fd7c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:08:08

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>.
  • syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * reg_win/window.S: Include <rtems/asm.h> instead of <asm.h>.
4        * syscall/syscall.S: Include <rtems/asm.h> instead of <asm.h>.
5
62004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
9
102004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Don't include .../lib.am.
13
142004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * syscall/Makefile.am: Remove.
17        * reg_win/Makefile.am: Remove.
18        * cache/Makefile.am: Remove.
19        * Makefile.am: Merge-in Makefile.ams above. Use automake compilation
20        rules.
21        * configure.ac: Reflect changes above.
22        Add subdir-objects to AUTOMAKE_OPTIONS.
23        Require automake >= 1.8.2.
24
252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * cache/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
28        Add PRE/TMPINSTALL_FILES to CLEANFILES.
29
302003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * cache/Makefile.am: Eliminate VPATH.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
41
422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * cache/Makefile.am: Remove all-local: $(ARCH).
45        * reg_win/Makefile.am: Remove all-local: $(ARCH).
46        * syscall/Makefile.am: Remove all-local: $(ARCH).
47
482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
51        * reg_win/Makefile.am: Reformat.
52        * syscall/Makefile.am: Reformat.
53
542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CANONICAL_HOST.
57
582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove RTEMS_CHECK_CPU.
61
622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect having moved aclocal/.
65
662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect having moved automake/.
69        * cache/Makefile.am: Reflect having moved automake/.
70        * reg_win/Makefile.am: Reflect having moved automake/.
71        * syscall/Makefile.am: Reflect having moved automake/.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Remove AC_CONFIG_AUX_DIR.
80
812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
84
852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: AC_PREREQ(2.57).
88
892003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90       
91        * include/erc32.h: Remove (Unused).
92        * include/Makefile.am: Remove.
93        * include/.cvsignore: Remove (Obsolete).
94        * Makefile.am: Reflect changes above.
95        * configure.ac: Reflect changes above.
96
972002-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98       
99        * cache/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        Eliminate *_O_FILES.
101        * reg_win/Makefile.am:  Don't include @RTEMS_BSP@.cfg.
102        * syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103
1042002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
107
1082002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add RTEMS_PROG_CCAS.
111
1122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Reformat.
115        Add autom4te*cache.
116        Remove autom4te.cache.
117
1182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * cache/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
123
1242002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * tbr/Makefile.am: Remove.
127        * tbr/.cvsignore: Remove.
128        * tbr/tbr.c: Remove.
129        * tbr/tbr.h: Remove.
130        * configure.ac: Remove tbr subdir.
131        * Makefile.am: Remove tbr subdir.
132
1332002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * tbr/Makefile.am: New file.
136        * tbr/.cvsignore: New file.
137        * tbr/tbr.c: New file.
138        * tbr/tbr.h: New file.
139        * configure.ac: Add tbr subdir.
140        * Makefile.am: Add tbr subdir.
141
1422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac:
145        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
146        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
147        * cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * reg_win/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * syscall/Makefile.am: Remove AUTOMAKE_OPTIONS.
152
1532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
156        * configure.in: Remove.
157        * configure.ac: New file, generated from configure.in by autoupdate.
158
1592001-09-27      Jiri Gaisler <jiri@gaisler.com>
160
161        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
162        bug has been there all the time, but only hits the leon bsp since the
163        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
164
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
168        * cache/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * cache/Makefile.am: Use 'CLEANFILES ='.
170
1712001-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de:
172
173        * include/Makefile.am, syscall/Makefile.am, cache/Makefile.am:
174        Apply include_*HEADERS instead of H_FILES.
175        * cache/.cvsignore: Add cache.h.
176
1772000-11-30      Joel Sherrill <joel@OARcorp.com>
178
179        * cache/Makefile.am: Removed automake warning by introducing a
180        simple variable.
181
1822000-11-27      Joel Sherrill <joel@OARcorp.com>
183
184        * cache/cache.h: Fix reference to MC68040 and put in stubs
185        for missing support routines.  The functionality of these
186        routines needs to be addressed.
187
1882000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
189
190        * Makefile.am, configure.in: Added support for instruction
191        cache enabling based on CPU model.
192        * cache/.cvsignore, cache/Makefile.am, cache/cache.c,
193        cache/cache_.h: New files.
194
1952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
198
1992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
202
2032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
206        Switch to GNU canonicalization.
207
2082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * reg_win/Makefile.am, syscall/Makefile.am: Include compile.am
211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.