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

4.104.114.84.95
Last change on this file since fdc10e3 was fdc10e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/19/02 at 05:05:55

2002-07-19 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Add $(LIB) to all-local.
13
142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
17
182001-05-09      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: In support of gcc 3.1, added one of more
21        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
22        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
23        and direction of segments to memory regions may also have been
24        addressed.  This was a sweep across all BSPs.
25 
262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac:
29        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
30        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
31        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
44        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
45
462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
49
502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
53        * configure.in: Remove.
54        * configure.ac: New file, generated from configure.in by autoupdate.
55
562001-09-27      Joel Sherrill <joel@OARcorp.com>
57
58        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
59        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
60
612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * include/Makefile.am: Use 'CLEANFILES ='.
64        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
65
662001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
69
702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Add bspopts.h.
73        * include/.cvsignore: Add bspopts.h*, stamp-h*.
74        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
75        * include/bsp.h: Include bspopts.h.
76
772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
78
79        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
80
812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
84
852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
88
892000-11-01      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
92        and libcsupport.h moved from libc to lib/include/rtems and
93        now must be referenced as <rtems/XXX.h>.   Header file order
94        was cleaned up while doing this.
95
962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
99        Switch to GNU canonicalization.
100
1012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
104        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
105        wrapup/Makefile.am: Include compile.am
106
1072000-08-10      Joel Sherrill <joel@OARcorp.com>
108
109        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.