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

4.104.114.84.95
Last change on this file since ad5c7fe was ad5c7fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 12:08:14

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-11-07      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Include all .rodata* sections.
8
92002-11-01      Joel Sherrill <joel@OARcorp.com>
10
11        * clock/ckinit.c, console/console.c: Removed warnings.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-09-14      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
22        of all calls to bsp_libc_init() resulted in some cleanup here.
23
242002-08-21      Joel Sherrill <joel@OARcorp.com>
25
26        * bsp_specs: Added support for -nostdlibs.
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
39
402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Eliminate PGMS.
43        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
44
452002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
48
492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
52        Remove $(OBJS) from all-local.
53
542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
57
582001-05-09      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: In support of gcc 3.1, added one of more
61        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
62        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
63        and direction of segments to memory regions may also have been
64        addressed.  This was a sweep across all BSPs.
65 
662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac:
69        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
70        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
71        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
80
812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
84
852001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
86
87        * tools: New subdirectory.
88        * tools/Makefile.am, tools/runtest: New files.
89
902001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Added support for START_HW_INIT.
93        * console/Makefile.am: Removed VPATH.
94        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
95        * startup/linkcmds: Do not force output format to coff-sh.
96        * startup/linkcmds-le: Comment out force of output format and add
97        comment questioning need to have special linkcmds for little endian.
98        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
99
1002001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
103        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
104        * include/.cvsignore: Add stamp-h* bspopts.h*
105        * include/bsp.h: Add bspopts.h.
106
1072001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
108
109        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
110        README, bsp_specs, console/Makefile.am, console/console.c,
111        console/.cvsignore, include/Makefile.am, include/bsp.h,
112        include/coverhd.h, include/syscall.h, include/ramdisk.h,
113        include/.cvsignore, start/Makefile.am, start/start.S,
114        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
115        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
116        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
117        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
118        configure.ac, .cvsignore, ChangeLog:  New files. 
119        Reviewed and updated to latest automake and autoconf standards
120        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
121
Note: See TracBrowser for help on using the repository browser.