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

4.104.114.84.95
Last change on this file since dfdab22f was dfdab22f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 13:32:13

2003-01-15 Ralf Corsepius <corsepiu@…>

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