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

4.104.114.84.95
Last change on this file since ad5c7fe was ad5c7fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 12:08:14

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-08-21      Joel Sherrill <joel@OARcorp.com>
12
13        * bsp_specs: Added support for -nostdlibs.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
24
252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Eliminate PGM.
28        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
29
302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
33
342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
37        Remove $(OBJS) from all-local.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Add $(LIB) to all-local.
42
432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
46
472001-05-09      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: In support of gcc 3.1, added one of more
50        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
51        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
52        and direction of segments to memory regions may also have been
53        addressed.  This was a sweep across all BSPs.
54 
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
73        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
74
752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
78
792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
82        * configure.in: Remove.
83        * configure.ac: New file, generated from configure.in by autoupdate.
84
852001-09-27      Joel Sherrill <joel@OARcorp.com>
86
87        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
88        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
89
902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * include/Makefile.am: Use 'CLEANFILES ='.
93        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
94
952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
98
992001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.in: Add bspopts.h.
102        * include/.cvsignore: Add bspopts.h*, stamp-h*.
103        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
104        * include/bsp.h: Include bspopts.h.
105
1062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
109
1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
113
1142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
117
1182000-11-01      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
121        and libcsupport.h moved from libc to lib/include/rtems and
122        now must be referenced as <rtems/XXX.h>.   Header file order
123        was cleaned up while doing this.
124
1252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
128        Switch to GNU canonicalization.
129
1302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
133        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
134        wrapup/Makefile.am: Include compile.am
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.