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

4.104.114.84.95
Last change on this file since 536f5f94 was 536f5f94, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 19:39:16

2002-09-14 Joel Sherrill <joel@…>

  • startup/bspstart.c: As part of fixing PR281 on gensh4, a review of all calls to bsp_libc_init() resulted in some cleanup here.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-09-14      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
4        of all calls to bsp_libc_init() resulted in some cleanup here.
5
62002-08-21      Joel Sherrill <joel@OARcorp.com>
7
8        * bsp_specs: Added support for -nostdlibs.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
13
142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
20
212002-07-25      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
24        to remove problems linking empty main(){} with BSP.
25
262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Eliminate PGMS.
29        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
30
312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
34
352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
38        Remove $(OBJS) from all-local.
39
402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
43
442001-05-09      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds: In support of gcc 3.1, added one of more
47        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
48        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
49        and direction of segments to memory regions may also have been
50        addressed.  This was a sweep across all BSPs.
51 
522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac:
55        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
56        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
57        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
64
652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
692001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
72        RTEMS_BSPOPTS_*(START_HW_INIT),
73        RTEMS_BSPOPTS_*(STANDALONE_EVB).
74        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
75
762001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
79
802001-10-12      Joel Sherrill <joel@OARcorp.com>
81
82        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
83        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
84        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
85
862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
89        * configure.in: Remove.
90        * configure.ac: New file, generated from configure.in by autoupdate.
91
922001-09-27      Joel Sherrill <joel@OARcorp.com>
93
94        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
95
962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
100
1012001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
104
1052001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
106
107        * include/bsp.h: Disabled redefinition of
108        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
109        * console/config.c: New file. Definitions of externs referenced
110        from libbsp/shared/console.c.
111        * console/Makefile.am: Changed VPATH to point to
112        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
113
1142001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Add bspopts.h.
117        * include/.cvsignore: Add bspopts.h*, stamp-h*.
118        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
119        * include/bsp.h: Include bspopts.h.
120        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
121
1222001-06-19      Joel Sherrill <joel@OARcorp.com>
123
124        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
125        it is called in configure.in instead of HZ.
126
1272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
130        bspopts.h.     
131        * include/.cvsignore: Add stamp-h*, bspopts.h*.
132        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
133        * include/bsp.h: Add bspopts.h.
134        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
135
1362001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * startup/linkcmds: Remove OUTPUT_FORMAT.
139
1402001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
141
142        * README.EVB7045F: New file.
143        * README: Additions and corrections.
144        * include/bsp.h: Switch console to sci0.
145
1462001-01-05      Joel Sherrill <joel@OARcorp.com>
147
148        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
149        the movement of this component to libmisc.
150        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
151
1522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
155
1562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
159
1602000-11-01      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
163        and libcsupport.h moved from libc to lib/include/rtems and
164        now must be referenced as <rtems/XXX.h>.   Header file order
165        was cleaned up while doing this.
166
1672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
170        Switch to GNU canonicalization.
171
1722000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * scitab/Makefile.am: PROJECT_TOPdir.
175
1762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
179        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
180
1812000-08-10      Joel Sherrill <joel@OARcorp.com>
182
183        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.