source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 9c8d2f00

4.104.114.84.95
Last change on this file since 9c8d2f00 was 9c8d2f00, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 11:35:38

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * start/Makefile.am: Use install-data-local to install startfile.
12
132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
172002-11-07      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Include all .rodata* sections.
20
212002-11-01      Joel Sherrill <joel@OARcorp.com>
22
23        * clock/ckinit.c, console/console.c: Removed warnings.
24
252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Reformat.
28        Add autom4te*cache.
29        Remove autom4te.cache.
30
312002-09-14      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
34        of all calls to bsp_libc_init() resulted in some cleanup here.
35
362002-08-21      Joel Sherrill <joel@OARcorp.com>
37
38        * bsp_specs: Added support for -nostdlibs.
39
402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * console/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        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Eliminate PGMS.
55        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
56
572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
60
612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
64        Remove $(OBJS) from all-local.
65
662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
69
702001-05-09      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: In support of gcc 3.1, added one of more
73        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
74        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
75        and direction of segments to memory regions may also have been
76        addressed.  This was a sweep across all BSPs.
77 
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92
932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
96
972001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
98
99        * tools: New subdirectory.
100        * tools/Makefile.am, tools/runtest: New files.
101
1022001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Added support for START_HW_INIT.
105        * console/Makefile.am: Removed VPATH.
106        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
107        * startup/linkcmds: Do not force output format to coff-sh.
108        * startup/linkcmds-le: Comment out force of output format and add
109        comment questioning need to have special linkcmds for little endian.
110        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
111
1122001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
115        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
116        * include/.cvsignore: Add stamp-h* bspopts.h*
117        * include/bsp.h: Add bspopts.h.
118
1192001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
120
121        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
122        README, bsp_specs, console/Makefile.am, console/console.c,
123        console/.cvsignore, include/Makefile.am, include/bsp.h,
124        include/coverhd.h, include/syscall.h, include/ramdisk.h,
125        include/.cvsignore, start/Makefile.am, start/start.S,
126        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
127        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
128        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
129        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
130        configure.ac, .cvsignore, ChangeLog:  New files. 
131        Reviewed and updated to latest automake and autoconf standards
132        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
133
Note: See TracBrowser for help on using the repository browser.