source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 7fb5793

4.104.114.84.95
Last change on this file since 7fb5793 was 7fb5793, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:42:18

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
13
142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
17
182001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
21
222001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
25        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
26
272001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
30
312001-10-12      Joel Sherrill <joel@OARcorp.com>
32
33        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
34        startup/bspstart.c, startup/linkcmds: Fixed typo.
35
362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
39        * configure.in: Remove.
40        * configure.ac: New file, generated from configure.in by autoupdate.
41
422001-09-27      Joel Sherrill <joel@OARcorp.com>
43
44        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
45
462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
49
502001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.in: Add bspopts.h.
53        * include/.cvsignore: Add bspopts.h*, stamp-h*.
54        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
55        * include/bsp.h: Include bspopts.h.
56        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
57
582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
59
60        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
61        add bspopts.h.
62        * include/.cvsignore: Add stamp-h*, bspopts.h*.
63        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
64        * include/bsp.h: Add bspopts.h.
65
662001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/linkcmds: Remove OUTPUT_FORMAT.
69
702001-01-05      Joel Sherrill <joel@OARcorp.com>
71
72        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
73        rest of make-target-options and moved them to BSP configure options.
74
752001-01-05      Joel Sherrill <joel@OARcorp.com>
76
77        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
78        the movement of this component to libmisc.
79        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
80
812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
84
852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
88
892000-11-01      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
92        libcsupport.h moved from libc to lib/include/rtems and
93        now must be referenced as <rtems/XXX.h>.   Header file order
94        was cleaned up while doing this.
95
962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
99        Switch to GNU canonicalization.
100
1012000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * scitab/Makefile.am: PROJECT_TOPdir.
104
1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
108        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
109
1102000-08-10      Joel Sherrill <joel@OARcorp.com>
111
112        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.