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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

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