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

4.104.114.84.95
Last change on this file since d16e950 was d16e950, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/02 at 13:07:55

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

  • startup/nulsystbl.c: Fix braces.
  • startup/Makefile.am: Remove types.h.
  • startup/types.h: Remove.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/nulsystbl.c: Fix braces.
4        * startup/Makefile.am: Remove types.h.
5        * startup/types.h: Remove.
6
72002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac:
10        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
11        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
12        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
20
212002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
24
252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
28        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
29
302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
33
342001-10-12      Joel Sherrill <joel@OARcorp.com>
35
36        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
37        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
38        Fixed typo.
39
402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
462001-09-27      Joel Sherrill <joel@OARcorp.com>
47
48        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
49
502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * include/Makefile.am: Use 'CLEANFILES ='.
53        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
54
552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.in: Add bspopts.h.
58        * include/.cvsignore: Add bspopts.h*, stamp-h*.
59        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
60        * include/bsp.h: Include bspopts.h.
61
622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
65
662001-01-09      Joel Sherrill <joel@OARcorp.com>
67
68        * Removing non-function shmsupp directory.
69        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
70        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
71        * configure.in, Makefile.am, wrapup/Makefile.am
72
732000-12-06      Joel Sherrill <joel@OARcorp.com>
74
75        * include/bsp.h: Removed incorrect error case.
76
772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
80
812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
84
852000-11-01      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
88        and libcsupport.h moved from libc to lib/include/rtems and
89        now must be referenced as <rtems/XXX.h>.   Header file order
90        was cleaned up while doing this.
91
922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
95        Switch to GNU canonicalization.
96
972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
100        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
101        start/Makefile.am: Include compile.am
102
1032000-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.