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

4.104.114.84.95
Last change on this file since 74be23a was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

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