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

4.104.114.84.95
Last change on this file since 646e0008 was c62c75af, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 11:19:19

2003-01-16 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
4
52002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11
122002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Use install-data-local to install startfile.
15
162002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19
202002-11-07      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/linkcmds: Include all .rodata* sections.
23
242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Reformat.
27        Add autom4te*cache.
28        Remove autom4te.cache.
29
302002-09-14      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
33        of all calls to bsp_libc_init() resulted in some cleanup here.
34
352002-08-21      Joel Sherrill <joel@OARcorp.com>
36
37        * bsp_specs: Added support for -nostdlibs.
38
392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
50
512002-07-25      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
54        to remove problems linking empty main(){} with BSP.
55
562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Eliminate PGM.
59        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
60
612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
64
652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
68        Remove $(OBJS) from all-local.
69
702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
73
742001-05-09      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: In support of gcc 3.1, added one of more
77        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
78        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
79        and direction of segments to memory regions may also have been
80        addressed.  This was a sweep across all BSPs.
81 
822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac:
85        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
86        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
87        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
94
952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
98
992001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
102
1032001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
106        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
107
1082001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
111
1122001-10-12      Joel Sherrill <joel@OARcorp.com>
113
114        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
115        startup/bspstart.c, startup/linkcmds: Fixed typo.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-27      Joel Sherrill <joel@OARcorp.com>
124
125        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
126
1272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
130
1312001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.in: Add bspopts.h.
134        * include/.cvsignore: Add bspopts.h*, stamp-h*.
135        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
136        * include/bsp.h: Include bspopts.h.
137        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
138
1392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
142        add bspopts.h.
143        * include/.cvsignore: Add stamp-h*, bspopts.h*.
144        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
145        * include/bsp.h: Add bspopts.h.
146
1472001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * startup/linkcmds: Remove OUTPUT_FORMAT.
150
1512001-01-05      Joel Sherrill <joel@OARcorp.com>
152
153        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
154        rest of make-target-options and moved them to BSP configure options.
155
1562001-01-05      Joel Sherrill <joel@OARcorp.com>
157
158        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
159        the movement of this component to libmisc.
160        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
161
1622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
165
1662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
169
1702000-11-01      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
173        libcsupport.h moved from libc to lib/include/rtems and
174        now must be referenced as <rtems/XXX.h>.   Header file order
175        was cleaned up while doing this.
176
1772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
180        Switch to GNU canonicalization.
181
1822000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * scitab/Makefile.am: PROJECT_TOPdir.
185
1862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
189        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
190
1912000-08-10      Joel Sherrill <joel@OARcorp.com>
192
193        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.