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

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

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

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * clock/Makefile.am: Reflect having moved automake/.
9        * console/Makefile.am: Reflect having moved automake/.
10        * include/Makefile.am: Reflect having moved automake/.
11        * shmsupp/Makefile.am: Reflect having moved automake/.
12        * start/Makefile.am: Reflect having moved automake/.
13        * startup/Makefile.am: Reflect having moved automake/.
14        * timer/Makefile.am: Reflect having moved automake/.
15        * wrapup/Makefile.am: Reflect having moved automake/.
16
172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
20
212003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        PR 445/bsps
24        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
25        Remove cpp, old_cpp (now unused).
26
272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove AC_CONFIG_AUX_DIR.
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
34
352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: AC_PREREQ(2.57).
38
392003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Use install-data-local to install startfile.
51
522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55
562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Reformat.
59        Add autom4te*cache.
60        Remove autom4te.cache.
61
622002-08-21      Joel Sherrill <joel@OARcorp.com>
63
64        * bsp_specs: Added support for -nostdlibs.
65
662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
75
762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Eliminate PGM.
79        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
80
812002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
84
852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
88        Remove $(OBJS) from all-local.
89
902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Add $(LIB) to all-local.
93
942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
97
982001-05-09      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: In support of gcc 3.1, added one of more
101        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
102        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
103        and direction of segments to memory regions may also have been
104        addressed.  This was a sweep across all BSPs.
105 
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120
1212001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
124        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
133        * configure.in: Remove.
134        * configure.ac: New file, generated from configure.in by autoupdate.
135
1362001-09-27      Joel Sherrill <joel@OARcorp.com>
137
138        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
139        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
140
1412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * include/Makefile.am: Use 'CLEANFILES ='.
144        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
145
1462001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
149
1502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.in: Add bspopts.h.
153        * include/.cvsignore: Add bspopts.h*, stamp-h*.
154        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
155        * include/bsp.h: Include bspopts.h.
156
1572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
184        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
185        wrapup/Makefile.am: Include compile.am
186
1872000-08-10      Joel Sherrill <joel@OARcorp.com>
188
189        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.