source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 4f53e12

4.104.114.84.95
Last change on this file since 4f53e12 was 4f53e12, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 13:11:31

2003-08-14 Joel Sherrill <joel@…>

  • tools/runtest: Add fileio to list of interactive tests.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-08-14      Joel Sherrill <joel@OARcorp.com>
2
3        * tools/runtest: Add fileio to list of interactive tests.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
12        Remove cpp, old_cpp (now unused).
13
142003-06-13      Joel Sherrill <joel@OARcorp.com>
15
16        * console/console.c, startup/linkcmds: Removed warnings.
17
182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove AC_CONFIG_AUX_DIR.
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AC_PREREQ(2.57).
29
302003-01-28      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
33        startup/linkcmds-le.coff: Fix to work around truncated section names.
34
352003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
38
392003-01-20      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds*: Add FreeBSD sysctl() sections.
42
432003-01-20      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
46        sections.
47
482003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
51
522003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * timer/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-11-01      Joel Sherrill <joel@OARcorp.com>
73
74        * clock/ckinit.c, console/console.c: Removed warnings.
75
762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Reformat.
79        Add autom4te*cache.
80        Remove autom4te.cache.
81
822002-09-14      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
85        of all calls to bsp_libc_init() resulted in some cleanup here.
86
872002-08-21      Joel Sherrill <joel@OARcorp.com>
88
89        * bsp_specs: Added support for -nostdlibs.
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
102
1032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Eliminate PGMS.
106        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
107
1082002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
111
1122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
115        Remove $(OBJS) from all-local.
116
1172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
120
1212001-05-09      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: In support of gcc 3.1, added one of more
124        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
125        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
126        and direction of segments to memory regions may also have been
127        addressed.  This was a sweep across all BSPs.
128 
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
143
1442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
147
1482001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
149
150        * tools: New subdirectory.
151        * tools/Makefile.am, tools/runtest: New files.
152
1532001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Added support for START_HW_INIT.
156        * console/Makefile.am: Removed VPATH.
157        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
158        * startup/linkcmds: Do not force output format to coff-sh.
159        * startup/linkcmds-le: Comment out force of output format and add
160        comment questioning need to have special linkcmds for little endian.
161        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
162
1632001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
166        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
167        * include/.cvsignore: Add stamp-h* bspopts.h*
168        * include/bsp.h: Add bspopts.h.
169
1702001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
171
172        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
173        README, bsp_specs, console/Makefile.am, console/console.c,
174        console/.cvsignore, include/Makefile.am, include/bsp.h,
175        include/coverhd.h, include/syscall.h, include/ramdisk.h,
176        include/.cvsignore, start/Makefile.am, start/start.S,
177        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
178        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
179        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
180        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
181        configure.ac, .cvsignore, ChangeLog:  New files. 
182        Reviewed and updated to latest automake and autoconf standards
183        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
184
Note: See TracBrowser for help on using the repository browser.