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

4.104.114.84.95
Last change on this file since d8abd37 was f581aa6f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:49

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
cache/Makefile.am: Reflect having moved automake.
reg_win/Makefile.am: Reflect having moved automake.
syscall/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        cache/Makefile.am: Reflect having moved automake.
5        reg_win/Makefile.am: Reflect having moved automake.
6        syscall/Makefile.am: Reflect having moved automake.
7
82003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
11
122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove AC_CONFIG_AUX_DIR.
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AC_PREREQ(2.57).
23
242003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25       
26        * include/erc32.h: Remove (Unused).
27        * include/Makefile.am: Remove.
28        * include/.cvsignore: Remove (Obsolete).
29        * Makefile.am: Reflect changes above.
30        * configure.ac: Reflect changes above.
31
322002-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33       
34        * cache/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        Eliminate *_O_FILES.
36        * reg_win/Makefile.am:  Don't include @RTEMS_BSP@.cfg.
37        * syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
42
432002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add RTEMS_PROG_CCAS.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * cache/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
58
592002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * tbr/Makefile.am: Remove.
62        * tbr/.cvsignore: Remove.
63        * tbr/tbr.c: Remove.
64        * tbr/tbr.h: Remove.
65        * configure.ac: Remove tbr subdir.
66        * Makefile.am: Remove tbr subdir.
67
682002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * tbr/Makefile.am: New file.
71        * tbr/.cvsignore: New file.
72        * tbr/tbr.c: New file.
73        * tbr/tbr.h: New file.
74        * configure.ac: Add tbr subdir.
75        * Makefile.am: Add tbr subdir.
76
772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac:
80        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
81        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
82        * cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * reg_win/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * syscall/Makefile.am: Remove AUTOMAKE_OPTIONS.
87
882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
91        * configure.in: Remove.
92        * configure.ac: New file, generated from configure.in by autoupdate.
93
942001-09-27      Jiri Gaisler <jiri@gaisler.com>
95
96        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
97        bug has been there all the time, but only hits the leon bsp since the
98        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
99
1002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
103        * cache/Makefile.am: Use 'PREINSTALL_FILES ='.
104        * cache/Makefile.am: Use 'CLEANFILES ='.
105
1062001-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de:
107
108        * include/Makefile.am, syscall/Makefile.am, cache/Makefile.am:
109        Apply include_*HEADERS instead of H_FILES.
110        * cache/.cvsignore: Add cache.h.
111
1122000-11-30      Joel Sherrill <joel@OARcorp.com>
113
114        * cache/Makefile.am: Removed automake warning by introducing a
115        simple variable.
116
1172000-11-27      Joel Sherrill <joel@OARcorp.com>
118
119        * cache/cache.h: Fix reference to MC68040 and put in stubs
120        for missing support routines.  The functionality of these
121        routines needs to be addressed.
122
1232000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
124
125        * Makefile.am, configure.in: Added support for instruction
126        cache enabling based on CPU model.
127        * cache/.cvsignore, cache/Makefile.am, cache/cache.c,
128        cache/cache_.h: New files.
129
1302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
133
1342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
137
1382000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
141        Switch to GNU canonicalization.
142
1432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * reg_win/Makefile.am, syscall/Makefile.am: Include compile.am
146
1472000-08-10      Joel Sherrill <joel@OARcorp.com>
148
149        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.