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

Last change on this file since c8f3e82 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18       
19        * include/erc32.h: Remove (Unused).
20        * include/Makefile.am: Remove.
21        * include/.cvsignore: Remove (Obsolete).
22        * Makefile.am: Reflect changes above.
23        * configure.ac: Reflect changes above.
24
252002-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26       
27        * cache/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        Eliminate *_O_FILES.
29        * reg_win/Makefile.am:  Don't include @RTEMS_BSP@.cfg.
30        * syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
35
362002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add RTEMS_PROG_CCAS.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * cache/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * tbr/Makefile.am: Remove.
55        * tbr/.cvsignore: Remove.
56        * tbr/tbr.c: Remove.
57        * tbr/tbr.h: Remove.
58        * configure.ac: Remove tbr subdir.
59        * Makefile.am: Remove tbr subdir.
60
612002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * tbr/Makefile.am: New file.
64        * tbr/.cvsignore: New file.
65        * tbr/tbr.c: New file.
66        * tbr/tbr.h: New file.
67        * configure.ac: Add tbr subdir.
68        * Makefile.am: Add tbr subdir.
69
702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac:
73        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
74        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
75        * cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * reg_win/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * syscall/Makefile.am: Remove AUTOMAKE_OPTIONS.
80
812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
84        * configure.in: Remove.
85        * configure.ac: New file, generated from configure.in by autoupdate.
86
872001-09-27      Jiri Gaisler <jiri@gaisler.com>
88
89        * cpu_asm.S: Small patch to fix a bug in the rtems sparc port. The
90        bug has been there all the time, but only hits the leon bsp since the
91        leon cpu has a 5-stage pipeline (erc32 has 4 stages).
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
96        * cache/Makefile.am: Use 'PREINSTALL_FILES ='.
97        * cache/Makefile.am: Use 'CLEANFILES ='.
98
992001-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de:
100
101        * include/Makefile.am, syscall/Makefile.am, cache/Makefile.am:
102        Apply include_*HEADERS instead of H_FILES.
103        * cache/.cvsignore: Add cache.h.
104
1052000-11-30      Joel Sherrill <joel@OARcorp.com>
106
107        * cache/Makefile.am: Removed automake warning by introducing a
108        simple variable.
109
1102000-11-27      Joel Sherrill <joel@OARcorp.com>
111
112        * cache/cache.h: Fix reference to MC68040 and put in stubs
113        for missing support routines.  The functionality of these
114        routines needs to be addressed.
115
1162000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
117
118        * Makefile.am, configure.in: Added support for instruction
119        cache enabling based on CPU model.
120        * cache/.cvsignore, cache/Makefile.am, cache/cache.c,
121        cache/cache_.h: New files.
122
1232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
126
1272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
130
1312000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
134        Switch to GNU canonicalization.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * reg_win/Makefile.am, syscall/Makefile.am: Include compile.am
139
1402000-08-10      Joel Sherrill <joel@OARcorp.com>
141
142        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.