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

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13
142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Use install-data-local to install startfile.
17
182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
282002-08-21      Joel Sherrill <joel@OARcorp.com>
29
30        * bsp_specs: Added support for -nostdlibs.
31
322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
41
422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Eliminate PGM.
45        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
46
472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
50
512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
54        Remove $(OBJS) from all-local.
55
562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Add $(LIB) to all-local.
59
602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
63
642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
90        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
91
922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
95
962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
99        * configure.in: Remove.
100        * configure.ac: New file, generated from configure.in by autoupdate.
101
1022001-09-27      Joel Sherrill <joel@OARcorp.com>
103
104        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
105        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
106
1072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * include/Makefile.am: Use 'CLEANFILES ='.
110        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
111
1122001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
115
1162001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add bspopts.h.
119        * include/.cvsignore: Add bspopts.h*, stamp-h*.
120        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * include/bsp.h: Include bspopts.h.
122
1232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-11-01      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
138        and libcsupport.h moved from libc to lib/include/rtems and
139        now must be referenced as <rtems/XXX.h>.   Header file order
140        was cleaned up while doing this.
141
1422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
150        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
151        wrapup/Makefile.am: Include compile.am
152
1532000-08-10      Joel Sherrill <joel@OARcorp.com>
154
155        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.