1 | 2003-01-28 Joel Sherrill <joel@OARcorp.com> |
---|
2 | |
---|
3 | * startup/linkcmds: Fix to work around truncated section names. |
---|
4 | |
---|
5 | 2003-01-20 Joel Sherrill <joel@OARcorp.com> |
---|
6 | |
---|
7 | * startup/linkcmds*: Add FreeBSD sysctl() sections. |
---|
8 | |
---|
9 | 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
10 | |
---|
11 | * wrapup/Makefile.am: Reflect changes to libcpu/sh/*. |
---|
12 | |
---|
13 | 2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
14 | |
---|
15 | * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
16 | * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
17 | * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
18 | * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
19 | |
---|
20 | 2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
21 | |
---|
22 | * start/Makefile.am: Use install-data-local to install startfile. |
---|
23 | |
---|
24 | 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
25 | |
---|
26 | * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
27 | |
---|
28 | 2002-11-07 Joel Sherrill <joel@OARcorp.com> |
---|
29 | |
---|
30 | * startup/linkcmds: Include all .rodata* sections. |
---|
31 | |
---|
32 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
33 | |
---|
34 | * .cvsignore: Reformat. |
---|
35 | Add autom4te*cache. |
---|
36 | Remove autom4te.cache. |
---|
37 | |
---|
38 | 2002-09-14 Joel Sherrill <joel@OARcorp.com> |
---|
39 | |
---|
40 | * startup/bspstart.c: As part of fixing PR281 on gensh4, a review |
---|
41 | of all calls to bsp_libc_init() resulted in some cleanup here. |
---|
42 | |
---|
43 | 2002-08-21 Joel Sherrill <joel@OARcorp.com> |
---|
44 | |
---|
45 | * bsp_specs: Added support for -nostdlibs. |
---|
46 | |
---|
47 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
48 | |
---|
49 | * start/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
50 | * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
51 | |
---|
52 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
53 | |
---|
54 | * console/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
55 | * scitab/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
56 | * start/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
57 | * startup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
58 | |
---|
59 | 2002-07-25 Joel Sherrill <joel@OARcorp.com> |
---|
60 | |
---|
61 | * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__ |
---|
62 | to remove problems linking empty main(){} with BSP. |
---|
63 | |
---|
64 | 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
65 | |
---|
66 | * start/Makefile.am: Eliminate PGM. |
---|
67 | Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o. |
---|
68 | |
---|
69 | 2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
70 | |
---|
71 | * startup/Makefile.am: Add bsplib_DATA = linkcmds. |
---|
72 | |
---|
73 | 2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
74 | |
---|
75 | * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. |
---|
76 | Remove $(OBJS) from all-local. |
---|
77 | |
---|
78 | 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
79 | |
---|
80 | * wrapup/Makefile.am: Remove preinstallation of libbsp.a, |
---|
81 | |
---|
82 | 2001-05-09 Joel Sherrill <joel@OARcorp.com> |
---|
83 | |
---|
84 | * startup/linkcmds: In support of gcc 3.1, added one of more |
---|
85 | of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, |
---|
86 | .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections |
---|
87 | and direction of segments to memory regions may also have been |
---|
88 | addressed. This was a sweep across all BSPs. |
---|
89 | |
---|
90 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
91 | |
---|
92 | * configure.ac: |
---|
93 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
94 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
95 | * console/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
96 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
97 | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
98 | * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
99 | * start/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
100 | * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
101 | * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
102 | |
---|
103 | 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
104 | |
---|
105 | * configure.ac: Introduce RTEMS_BSP_CONFIGURE. |
---|
106 | |
---|
107 | 2001-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
108 | |
---|
109 | * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo). |
---|
110 | |
---|
111 | 2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
112 | |
---|
113 | * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ). |
---|
114 | * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES. |
---|
115 | |
---|
116 | 2001-10-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
117 | |
---|
118 | * startup/Makefile.am: Remove AC_CFLAGS, HZ. |
---|
119 | |
---|
120 | 2001-10-12 Joel Sherrill <joel@OARcorp.com> |
---|
121 | |
---|
122 | * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c, |
---|
123 | startup/bspstart.c, startup/linkcmds: Fixed typo. |
---|
124 | |
---|
125 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
126 | |
---|
127 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
128 | * configure.in: Remove. |
---|
129 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
130 | |
---|
131 | 2001-09-27 Joel Sherrill <joel@OARcorp.com> |
---|
132 | |
---|
133 | * include/bsp.h: Renamed delay() to rtems_bsp_delay(). |
---|
134 | |
---|
135 | 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
136 | |
---|
137 | * include/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
138 | |
---|
139 | 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
140 | |
---|
141 | * configure.in: Add bspopts.h. |
---|
142 | * include/.cvsignore: Add bspopts.h*, stamp-h*. |
---|
143 | * include/Makefile.am: Use *_HEADERS instead of *H_FILES. |
---|
144 | * include/bsp.h: Include bspopts.h. |
---|
145 | * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@. |
---|
146 | |
---|
147 | 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
148 | |
---|
149 | * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), |
---|
150 | add bspopts.h. |
---|
151 | * include/.cvsignore: Add stamp-h*, bspopts.h*. |
---|
152 | * include/Makefile.am: Use include_HEADERS instead of H_FILES. |
---|
153 | * include/bsp.h: Add bspopts.h. |
---|
154 | |
---|
155 | 2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
156 | |
---|
157 | * startup/linkcmds: Remove OUTPUT_FORMAT. |
---|
158 | |
---|
159 | 2001-01-05 Joel Sherrill <joel@OARcorp.com> |
---|
160 | |
---|
161 | * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed |
---|
162 | rest of make-target-options and moved them to BSP configure options. |
---|
163 | |
---|
164 | 2001-01-05 Joel Sherrill <joel@OARcorp.com> |
---|
165 | |
---|
166 | * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect |
---|
167 | the movement of this component to libmisc. |
---|
168 | * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh. |
---|
169 | |
---|
170 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
171 | |
---|
172 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
173 | |
---|
174 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
175 | |
---|
176 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
177 | |
---|
178 | 2000-11-01 Joel Sherrill <joel@OARcorp.com> |
---|
179 | |
---|
180 | * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and |
---|
181 | libcsupport.h moved from libc to lib/include/rtems and |
---|
182 | now must be referenced as <rtems/XXX.h>. Header file order |
---|
183 | was cleaned up while doing this. |
---|
184 | |
---|
185 | 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
186 | |
---|
187 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
188 | Switch to GNU canonicalization. |
---|
189 | |
---|
190 | 2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
191 | |
---|
192 | * scitab/Makefile.am: PROJECT_TOPdir. |
---|
193 | |
---|
194 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
195 | |
---|
196 | * console/Makefile.am, scitab/Makefile.am, start/Makefile.am, |
---|
197 | startup/Makefile.am, wrapup/Makefile.am: Include compile.am |
---|
198 | |
---|
199 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
200 | |
---|
201 | * ChangeLog: New file. |
---|