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

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

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