source: rtems/c/src/lib/libbsp/i960/cvme961/ChangeLog @ 7a97f26

4.104.114.84.95
Last change on this file since 7a97f26 was 7a97f26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 10:43:44

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 5.2 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-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * start/Makefile.am: Use install-data-local to install startfile.
25
262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-08-21      Joel Sherrill <joel@OARcorp.com>
37
38        * bsp_specs: Added support for -nostdlibs.
39
402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Eliminate PGM.
53        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
54
552002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
58
592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
62        Remove $(OBJS) from all-local.
63
642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Add $(LIB) to all-local.
67
682002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
71
722001-05-09      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: In support of gcc 3.1, added one of more
75        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
76        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
77        and direction of segments to memory regions may also have been
78        addressed.  This was a sweep across all BSPs.
79 
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
94
952001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
98        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
99
1002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
103
1042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
107        * configure.in: Remove.
108        * configure.ac: New file, generated from configure.in by autoupdate.
109
1102001-09-27      Joel Sherrill <joel@OARcorp.com>
111
112        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
113        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
114
1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'CLEANFILES ='.
118        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
119
1202001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
123
1242001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.in: Add bspopts.h.
127        * include/.cvsignore: Add bspopts.h*, stamp-h*.
128        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
129        * include/bsp.h: Include bspopts.h.
130
1312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
132
133        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-11-01      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
146        and libcsupport.h moved from libc to lib/include/rtems and
147        now must be referenced as <rtems/XXX.h>.   Header file order
148        was cleaned up while doing this.
149
1502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
153        Switch to GNU canonicalization.
154
1552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
158        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
159        wrapup/Makefile.am: Include compile.am
160
1612000-08-10      Joel Sherrill <joel@OARcorp.com>
162
163        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.