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

4.104.114.84.95
Last change on this file since 9563a3a was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * console/Makefile.am: Reflect having moved automake/.
9        * include/Makefile.am: Reflect having moved automake/.
10        * scitab/Makefile.am: Reflect having moved automake/.
11        * start/Makefile.am: Reflect having moved automake/.
12        * startup/Makefile.am: Reflect having moved automake/.
13        * wrapup/Makefile.am: Reflect having moved automake/.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        PR 445/bsps
22        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
23        Remove cpp, old_cpp (now unused).
24
252003-06-13      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Removed warnings.
28
292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove AC_CONFIG_AUX_DIR.
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AC_PREREQ(2.57).
40
412003-01-28      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: Fix to work around truncated section names.
44
452003-01-20      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds*: Add FreeBSD sysctl() sections.
48
492003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
52
532002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Use install-data-local to install startfile.
63
642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67
682002-11-07      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Include all .rodata* sections.
71
722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
782002-09-14      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
81        of all calls to bsp_libc_init() resulted in some cleanup here.
82
832002-08-21      Joel Sherrill <joel@OARcorp.com>
84
85        * bsp_specs: Added support for -nostdlibs.
86
872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
98
992002-07-25      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
102        to remove problems linking empty main(){} with BSP.
103
1042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Eliminate PGM.
107        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
108
1092002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
112
1132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
116        Remove $(OBJS) from all-local.
117
1182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
121
1222001-05-09      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: In support of gcc 3.1, added one of more
125        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
126        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
127        and direction of segments to memory regions may also have been
128        addressed.  This was a sweep across all BSPs.
129 
1302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac:
133        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
134        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
135        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142
1432001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
146
1472001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
150
1512001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
154        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
155
1562001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
159
1602001-10-12      Joel Sherrill <joel@OARcorp.com>
161
162        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
163        startup/bspstart.c, startup/linkcmds: Fixed typo.
164
1652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
168        * configure.in: Remove.
169        * configure.ac: New file, generated from configure.in by autoupdate.
170
1712001-09-27      Joel Sherrill <joel@OARcorp.com>
172
173        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
174
1752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
178
1792001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Add bspopts.h.
182        * include/.cvsignore: Add bspopts.h*, stamp-h*.
183        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
184        * include/bsp.h: Include bspopts.h.
185        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
186
1872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
190        add bspopts.h.
191        * include/.cvsignore: Add stamp-h*, bspopts.h*.
192        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
193        * include/bsp.h: Add bspopts.h.
194
1952001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * startup/linkcmds: Remove OUTPUT_FORMAT.
198
1992001-01-05      Joel Sherrill <joel@OARcorp.com>
200
201        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
202        rest of make-target-options and moved them to BSP configure options.
203
2042001-01-05      Joel Sherrill <joel@OARcorp.com>
205
206        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
207        the movement of this component to libmisc.
208        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
209
2102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
213
2142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
217
2182000-11-01      Joel Sherrill <joel@OARcorp.com>
219
220        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
221        libcsupport.h moved from libc to lib/include/rtems and
222        now must be referenced as <rtems/XXX.h>.   Header file order
223        was cleaned up while doing this.
224
2252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
228        Switch to GNU canonicalization.
229
2302000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * scitab/Makefile.am: PROJECT_TOPdir.
233
2342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
237        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
238
2392000-08-10      Joel Sherrill <joel@OARcorp.com>
240
241        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.