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

4.104.114.84.95
Last change on this file since 4f44fb1 was 4f44fb1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 03:25:28

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

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