source: rtems/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @ 6ac101b

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect changes to bsp.am.
8
92004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
12
132004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Pickup files from ../../c4x/shared instead of
16        ../shared. Reformat.
17
182004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
21        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
22        wrapup/Makefile.am.
23        Use automake compilation rules.
24        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
25        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
26        Remove.
27        * configure.ac: Reflect changes above.
28
292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
32        Add RTEMS_PROG_CCAS.
33
342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add PREINSTALL_DIRS.
37
382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
41        Add PRE/TMPINSTALL_FILES to CLEANFILES.
42        * start/Makefile.am: Ditto.
43        * startup/Makefile.am: Ditto.
44
452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Eliminate $(LIB).
48        Use noinst_DATA to trigger building libbsp.a.
49
502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
53        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
54
552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
58        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
59
602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
63
642003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Misc cleanups and fixes.
67        * startup/Makefile.am: Misc cleanups and fixes.
68        * wrapup/Makefile.am: Misc cleanups and fixes.
69
702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add preinstallation dirstamp support.
73        * clock/Makefile.am: Cosmetics.
74        * console/Makefile.am: Cosmetics.
75        * startup/Makefile.am: Cosmetics.
76        * timer/Makefile.am: Cosmetics.
77        * wrapup/Makefile.am: Cosmetics.
78
792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am: Remove all-local: $(ARCH).
82        * console/Makefile.am: Remove all-local: $(ARCH).
83        * start/Makefile.am: Remove all-local: $(ARCH).
84        * startup/Makefile.am: Remove all-local: $(ARCH).
85        * timer/Makefile.am: Remove all-local: $(ARCH).
86        * wrapup/Makefile.am: Remove all-local: $(ARCH).
87
882003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in include/Makefile.am.
91        Reflect changes to bsp.am.
92        * include/Makefile.am: Remove.
93        * configure.ac: Reflect changes above.
94
952003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * bsp_specs: Remove *lib:.
98
992003-09-04      Joel Sherrill <joel@OARcorp.com>
100
101        * clock/clock.c, console/console.c, console/consolereserveresources.c,
102        console/debugio.c, include/bsp.h, startup/bspstart.c,
103        startup/spurious.c, timer/timer.c: URL for license changed.
104
1052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect having moved aclocal/.
108
1092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect having moved automake/.
112        * clock/Makefile.am: Reflect having moved automake/.
113        * console/Makefile.am: Reflect having moved automake/.
114        * include/Makefile.am: Reflect having moved automake/.
115        * start/Makefile.am: Reflect having moved automake/.
116        * startup/Makefile.am: Reflect having moved automake/.
117        * timer/Makefile.am: Reflect having moved automake/.
118        * wrapup/Makefile.am: Reflect having moved automake/.
119
1202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        PR 452/bsps
123        * startup/Makefile.am: Remove USE_INIT_FINI.
124
1252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
128
1292003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        PR 445/bsps
132        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
133        Remove cpp, old_cpp (now unused).
134
1352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove AC_CONFIG_AUX_DIR.
138
1392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
142
1432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: AC_PREREQ(2.57).
146
1472003-01-20      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
150
1512002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158
1592002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166
1672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Use install-data-local to install startfile.
170
1712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174
1752002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
178        changes.
179
1802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Reformat.
183        Add autom4te*cache.
184        Remove autom4te.cache.
185
1862002-09-14      Joel Sherrill <joel@OARcorp.com>
187
188        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
189        c4x variant should use c4x_set_iie().
190
1912002-08-21      Joel Sherrill <joel@OARcorp.com>
192
193        * bsp_specs: Added support for -nostdlibs.
194
1952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
203
2042002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * start/Makefile.am: Eliminate PGM.
207        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
208
2092002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
212
2132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
216        Remove $(OBJS) from all-local.
217
2182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
221
2222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac:
225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
227        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
235
2362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
239        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
240
2412001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
244        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
245
2462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
249
2502001-10-12      Joel Sherrill <joel@OARcorp.com>
251
252        * console/console.c: Fixed typo.
2532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
256        * configure.in: Remove.
257        * configure.ac: New file, generated from configure.in by autoupdate.
258
2592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * include/Makefile.am: Use 'CLEANFILES ='.
262        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
263
2642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.in: Add bspopts.h, fix PACKAGE.
267        * include/.cvsignore: Add bspopts.h*, stamp-h*.
268        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
269        * include/bsp.h: Include bspopts.h.
270
2712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
272
273        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
274
2752000-12-06      Joel Sherrill <joel@OARcorp.com>
276
277        * console/consolereserveresources.c: Removed code NOT file (YET).
278
2792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
282
2832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
286
2872000-11-01      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
290        and libcsupport.h moved from libc to lib/include/rtems and
291        now must be referenced as <rtems/XXX.h>.   Header file order
292        was cleaned up while doing this.
293
2942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
297        Switch to GNU canonicalization.
298
2992000-09-22      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/linkcmds: Use default object format to avoid name
302        changes in object format due to tool version changes.
303
3042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
307        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
308        Include compile.am
309
3102000-08-10      Joel Sherrill <joel@OARcorp.com>
311
312        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.