source: rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog @ c98110a

4.104.114.84.95
Last change on this file since c98110a was 536f5f94, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 19:39:16

2002-09-14 Joel Sherrill <joel@…>

  • startup/bspstart.c: As part of fixing PR281 on gensh4, a review of all calls to bsp_libc_init() resulted in some cleanup here.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-09-14      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
4        of all calls to bsp_libc_init() resulted in some cleanup here.
5
62002-08-21      Joel Sherrill <joel@OARcorp.com>
7
8        * bsp_specs: Added support for -nostdlibs.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
13
142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
20
212002-07-25      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
24        to remove problems linking empty main(){} with BSP.
25
262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Eliminate PGMS.
29        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
30
312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
34        linkcmds.rom2ram.
35
362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
39        Remove $(OBJS) from all-local.
40
412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
44
452001-05-09      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: In support of gcc 3.1, added one of more
48        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
49        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
50        and direction of segments to memory regions may also have been
51        addressed.  This was a sweep across all BSPs.
52 
532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac:
56        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
57        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
58        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
65
662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
69
702001-10-29      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: Remove explicit force of output format.
73
742001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
75
76        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
77        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
78
792001-10-15      Joel Sherrill <joel@OARcorp.com>
80
81        * console/.cvsignore: New file.
82
832001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
86        START_HW_INIT-support macros, add console/Makefile.
87        * Makefile.am: Add console SUBDIR.
88        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
89        * include/Makefile.am: Add bspopts.h.
90        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
91        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
92        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
93        compatibility.
94        * wrapup/Makefile.am: Add console to BSP_PIECES.
95        * console/Makefile.am: New.
96        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
97
982001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
101        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
102        * include/.cvsignore: Add stamp-h*, bspopts.h*.
103        * include/bsp.h: Add bspopts.h.
104
1052001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
106
107        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
108        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
109        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
110        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
111        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
112        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
113        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
114        Reviewed and updated to latest automake and autoconf standards
115        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
116
Note: See TracBrowser for help on using the repository browser.