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

4.104.114.84.95
Last change on this file since b9288fb1 was b9288fb1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 04:23:04

2002-07-21 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGM.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
62002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
13        Remove $(OBJS) from all-local.
14
152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
18
192001-05-09      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: In support of gcc 3.1, added one of more
22        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
23        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
24        and direction of segments to memory regions may also have been
25        addressed.  This was a sweep across all BSPs.
26 
272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac:
30        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
31        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
32        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
43
442001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
47
482001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
51        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
52
532001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
56
572001-10-12      Joel Sherrill <joel@OARcorp.com>
58
59        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
60        startup/bspstart.c, startup/linkcmds: Fixed typo.
61
622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
65        * configure.in: Remove.
66        * configure.ac: New file, generated from configure.in by autoupdate.
67
682001-09-27      Joel Sherrill <joel@OARcorp.com>
69
70        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
71
722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
75
762001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.in: Add bspopts.h.
79        * include/.cvsignore: Add bspopts.h*, stamp-h*.
80        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
81        * include/bsp.h: Include bspopts.h.
82        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
83
842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
85
86        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
87        add bspopts.h.
88        * include/.cvsignore: Add stamp-h*, bspopts.h*.
89        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
90        * include/bsp.h: Add bspopts.h.
91
922001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/linkcmds: Remove OUTPUT_FORMAT.
95
962001-01-05      Joel Sherrill <joel@OARcorp.com>
97
98        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
99        rest of make-target-options and moved them to BSP configure options.
100
1012001-01-05      Joel Sherrill <joel@OARcorp.com>
102
103        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
104        the movement of this component to libmisc.
105        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-11-01      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
118        libcsupport.h moved from libc to lib/include/rtems and
119        now must be referenced as <rtems/XXX.h>.   Header file order
120        was cleaned up while doing this.
121
1222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126
1272000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * scitab/Makefile.am: PROJECT_TOPdir.
130
1312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
134        startup/Makefile.am, 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.