source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ df25c998

4.104.114.84.95
Last change on this file since df25c998 was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-27      Joel Sherrill <joel@OARcorp.com>
8
9        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
10
112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
14        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
15
162001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
19
202001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
21
22        * include/bsp.h: Disabled redefinition of
23        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
24        * console/config.c: New file. Definitions of externs referenced
25        from libbsp/shared/console.c.
26        * console/Makefile.am: Changed VPATH to point to
27        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
28
292001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.in: Add bspopts.h.
32        * include/.cvsignore: Add bspopts.h*, stamp-h*.
33        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
34        * include/bsp.h: Include bspopts.h.
35        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
36
372001-06-19      Joel Sherrill <joel@OARcorp.com>
38
39        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
40        it is called in configure.in instead of HZ.
41
422001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
43
44        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
45        bspopts.h.     
46        * include/.cvsignore: Add stamp-h*, bspopts.h*.
47        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
48        * include/bsp.h: Add bspopts.h.
49        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
50
512001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * startup/linkcmds: Remove OUTPUT_FORMAT.
54
552001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
56
57        * README.EVB7045F: New file.
58        * README: Additions and corrections.
59        * include/bsp.h: Switch console to sci0.
60
612001-01-05      Joel Sherrill <joel@OARcorp.com>
62
63        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
64        the movement of this component to libmisc.
65        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
66
672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
70
712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
74
752000-11-01      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
78        and libcsupport.h moved from libc to lib/include/rtems and
79        now must be referenced as <rtems/XXX.h>.   Header file order
80        was cleaned up while doing this.
81
822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
85        Switch to GNU canonicalization.
86
872000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * scitab/Makefile.am: PROJECT_TOPdir.
90
912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
94        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
95
962000-08-10      Joel Sherrill <joel@OARcorp.com>
97
98        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.