source: rtems/c/src/lib/libbsp/sh/gensh4/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: 5.0 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
8        sections.
9
102003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
13
142003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * start/Makefile.am: Use install-data-local to install startfile.
24
252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-09-14      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
38        of all calls to bsp_libc_init() resulted in some cleanup here.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/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        * hw_init/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 PGMS.
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 linkcmds.rom
68        linkcmds.rom2ram.
69
702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
73        Remove $(OBJS) from all-local.
74
752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
78
792001-05-09      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: In support of gcc 3.1, added one of more
82        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
83        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
84        and direction of segments to memory regions may also have been
85        addressed.  This was a sweep across all BSPs.
86 
872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac:
90        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
91        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
92        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
103
1042001-10-29      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/linkcmds: Remove explicit force of output format.
107
1082001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
109
110        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
111        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
112
1132001-10-15      Joel Sherrill <joel@OARcorp.com>
114
115        * console/.cvsignore: New file.
116
1172001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
120        START_HW_INIT-support macros, add console/Makefile.
121        * Makefile.am: Add console SUBDIR.
122        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
123        * include/Makefile.am: Add bspopts.h.
124        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
125        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
126        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
127        compatibility.
128        * wrapup/Makefile.am: Add console to BSP_PIECES.
129        * console/Makefile.am: New.
130        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
131
1322001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
135        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
136        * include/.cvsignore: Add stamp-h*, bspopts.h*.
137        * include/bsp.h: Add bspopts.h.
138
1392001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
140
141        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
142        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
143        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
144        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
145        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
146        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
147        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
148        Reviewed and updated to latest automake and autoconf standards
149        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
150
Note: See TracBrowser for help on using the repository browser.