source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 445c0a0

4.104.114.84.95
Last change on this file since 445c0a0 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: 4.0 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-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
9
102001-05-09      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds: In support of gcc 3.1, added one of more
13        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
14        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
15        and direction of segments to memory regions may also have been
16        addressed.  This was a sweep across all BSPs.
17        * startup/linkcmds.real: Ditto.
18        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
19 
202002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * startup/nulsystbl.c: Fix braces.
23        * startup/Makefile.am: Remove types.h.
24        * startup/types.h: Remove.
25
262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac:
29        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
30        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
31        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
402002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
43
442001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
47        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
48
492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
52
532001-10-12      Joel Sherrill <joel@OARcorp.com>
54
55        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
56        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
57        Fixed typo.
58
592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
62        * configure.in: Remove.
63        * configure.ac: New file, generated from configure.in by autoupdate.
64
652001-09-27      Joel Sherrill <joel@OARcorp.com>
66
67        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
68
692001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * include/Makefile.am: Use 'CLEANFILES ='.
72        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
73
742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.in: Add bspopts.h.
77        * include/.cvsignore: Add bspopts.h*, stamp-h*.
78        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
79        * include/bsp.h: Include bspopts.h.
80
812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
84
852001-01-09      Joel Sherrill <joel@OARcorp.com>
86
87        * Removing non-function shmsupp directory.
88        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
89        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
90        * configure.in, Makefile.am, wrapup/Makefile.am
91
922000-12-06      Joel Sherrill <joel@OARcorp.com>
93
94        * include/bsp.h: Removed incorrect error case.
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-11-01      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
107        and libcsupport.h moved from libc to lib/include/rtems and
108        now must be referenced as <rtems/XXX.h>.   Header file order
109        was cleaned up while doing this.
110
1112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
114        Switch to GNU canonicalization.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
119        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
120        start/Makefile.am: Include compile.am
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.