source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 64eb0c7

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove noinst_PROGRAMS (Unused).
13
142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
17
182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * configure.ac: Make letting boot_card() handle work area allocation
21        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
22        BSP_BOOTCARD_OPTIONS.
23
242008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
27        optionally print a message, poll for user to press key, and call
28        bsp_reset(). Using this eliminates the various bsp_cleanup()
29        implementations which had their own implementation and variety of
30        string constants.
31        * startup/bspclean.c: Removed.
32
332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, startup/linkcmds: Use top level shared
36        bsp_get_work_area() implementation.
37
382008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
41        shared bsp_get_work_area() in its own file and rely on BSP Framework
42        to perform more initialization. After factoring this out, it turned
43        out that all SuperH BSPs has the same bsp_start() implementation so
44        this was made shared.
45        * startup/bspstart.c: Removed.
46
472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
50        phase, all prototypes were removed from bsp.h and empty
51        implementations were removed and made to use the shared stub.
52
532008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
56        Framework to ask the BSP where it has memory for the RTEMS Workspace
57        and C Program Heap. These collectively are referred to as work area.
58        If the BSP supports this, then it does not have to include code to
59        split the available memory between the two areas. This reduces the
60        amount of code in the BSP specific bspstart.c file. Additionally, the
61        shared framework can initialize the C Library, call
62        rtems_debug_enable(), and dirty the work area memory. Until most/all
63        BSPs support this new capability, if the BSP supports this, it should
64        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
65        When the transition is complete, this autoconf macro can be removed.
66
672008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * Makefile.am: Rework to avoid .rel files.
70
712008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * startup/bspstart.c: Refactored and renamed initialization routines to
74        rtems_initialize_data_structures, rtems_initialize_before_drivers,
75        rtems_initialize_device_drivers, and
76        rtems_initialize_start_multitasking. This opened the sequence up so
77        that bootcard() could provide a more robust and flexible framework
78        which is easier to explain and understand. This also lays the
79        groundwork for sharing the division of available memory between the
80        RTEMS workspace and heap and the C library initialization across all
81        BSPs.
82
832008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/linkcmds: Add wildcard to gcc_except_table section so
86        programs compiled with gcc 4.3.x can link.
87
882007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
91        Configuration Table. Use the RTEMS provided accessor macros to obtain
92        configuration fields.
93
942007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
97        from CPU Table to Configuration Table. Eliminate CPU Table from all
98        ports. Delete references to CPU Table in all forms.
99
1002007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
103        Table fields to the Configuration Table. This included
104        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
105        do_zero_of_workspace, extra_mpci_receive_server_stack,
106        stack_allocate_hook, and stack_free_hook. As a side-effect of this
107        effort some multiprocessing code was made conditional and some style
108        clean up occurred.
109
1102007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
113        SuperH CPU Table and define another mechanism for drivers to obtain
114        this information.
115
1162007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am: Separate debug IO from console so console driver is not
119        linked in all the time. This manaifested itself when the IO manager
120        optional manager stub dropped some symbols.
121
1222007-05-03      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: Handle .data.* sections. Also change directive
125        placing stack on onchip_ram to make ld happy.
126
1272007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * bsp_specs: Remove qrtems_debug.
130
1312007-04-02      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am: Add dummy printk support so all tests link.
134
1352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * configure.ac: New BUG-REPORT address.
138
1392006-11-15      Joel Sherrill <joel@OARcorp.com>
140
141        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
142        file and simplified initialization.
143
1442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Remove superfluous -DASM.
147
1482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * configure.ac: Require autoconf-2.60. Require automake-1.10.
151
1522006-06-24      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Add .rela.dyn sections.
155
1562006-03-08      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: Add .gnu.linkonce.b.* section.
159
1602006-02-08      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Add sections required by newer gcc versions.
163
1642006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Add preinstall.am.
167
1682005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * include/bsp.h: New header guard.
171
1722005-05-11      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/linkcmds: Add .rodata.* sections.
175
1762005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
179
1802005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Remove build-variant support.
183
1842004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
185
186        * configure.ac: Require automake > 1.9.
187
1882004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        PR 610/bsps
191        * Makefile.am: Add include/tm27.h, Cosmetics.
192        * include/tm27.h: Final cosmetics.
193
1942004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * include/bsp.h: Split out tmtest27 support.
197        * include/tm27.h: New.
198
1992004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        PR 613/bsps
202        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
203
2042004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        PR 614/bsps
207        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
208
2092004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
212
2132004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
216        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
217
2182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
221        types.
222
2232004-03-03      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Add more memory and sections so tests can link.
226        This is a generic BSP for a CPU model so OK to do this.
227
2282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Reflect changes to bsp.am.
231        Preinstall dist_project_lib*.
232
2332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Reflect changes to bsp.am.
236
2372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
240
2412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Pickup files from ../../sh/shared instead of
244        ../shared. Reformat.
245
2462004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Cosmetics.
249
2502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
253        Add RTEMS_PROG_CCAS.
254
2552004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
258        startup/Makefile.am, wrapup/Makefile.am.
259        Use automake-compilation rules.
260        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
261        wrapup/Makefile.am: Remove.
262        * configure.ac: Reflect changes above.
263
2642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Add PREINSTALL_DIRS.
267        * wrapup/Makefile.am: Reflect changes to libcpu.
268
2692004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Reflect changes to libcpu.
272
2732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
276        Add PRE/TMPINSTALL_FILES to CLEANFILES.
277        * startup/Makefile.am: Ditto.
278
2792004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Remove.
282        * Makefile.am: Merge-in start/Makefile.am.
283        * configure.ac: Reflect changes above.
284
2852004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate $(LIB).
288        Use noinst_DATA to trigger building libbsp.a.
289
2902003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
294
2952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
298        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
299
3002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
303
3042003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * start/Makefile.am: Misc cleanups and fixes.
307        * startup/Makefile.am: Misc cleanups and fixes.
308        * wrapup/Makefile.am: Misc cleanups and fixes.
309
3102003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Add preinstallation dirstamp support.
313        * console/Makefile.am: Cosmetics.
314        * scitab/Makefile.am: Cosmetics.
315        * startup/Makefile.am: Cosmetics.
316        * wrapup/Makefile.am: Cosmetics.
317
3182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * console/Makefile.am: Remove all-local: $(ARCH).
321        * scitab/Makefile.am: Remove all-local: $(ARCH).
322        * start/Makefile.am: Remove all-local: $(ARCH).
323        * startup/Makefile.am: Remove all-local: $(ARCH).
324        * wrapup/Makefile.am: Remove all-local: $(ARCH).
325
3262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Merge-in include/Makefile.am.
329        Reflect changes to bsp.am.
330        * include/Makefile.am: Remove.
331        * configure.ac: Reflect changes above.
332
3332003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * bsp_specs: Remove *lib:.
336
3372003-09-04      Joel Sherrill <joel@OARcorp.com>
338
339        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
340        startup/bspstart.c, startup/linkcmds: URL for license changed.
341
3422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved aclocal/.
345
3462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect having moved automake/.
349        * console/Makefile.am: Reflect having moved automake/.
350        * include/Makefile.am: Reflect having moved automake/.
351        * scitab/Makefile.am: Reflect having moved automake/.
352        * start/Makefile.am: Reflect having moved automake/.
353        * startup/Makefile.am: Reflect having moved automake/.
354        * wrapup/Makefile.am: Reflect having moved automake/.
355
3562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
359
3602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        PR 445/bsps
363        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
364        Remove cpp, old_cpp (now unused).
365
3662003-06-13      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/linkcmds: Removed warnings.
369
3702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Remove AC_CONFIG_AUX_DIR.
373
3742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
377
3782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: AC_PREREQ(2.57).
381
3822003-01-28      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: Fix to work around truncated section names.
385
3862003-01-20      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/linkcmds*: Add FreeBSD sysctl() sections.
389
3902003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
393
3942002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Use install-data-local to install startfile.
404
4052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-11-07      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds: Include all .rodata* sections.
412
4132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * .cvsignore: Reformat.
416        Add autom4te*cache.
417        Remove autom4te.cache.
418
4192002-09-14      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
422        of all calls to bsp_libc_init() resulted in some cleanup here.
423
4242002-08-21      Joel Sherrill <joel@OARcorp.com>
425
426        * bsp_specs: Added support for -nostdlibs.
427
4282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
431        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
432
4332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
439
4402002-07-25      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
443        to remove problems linking empty main(){} with BSP.
444
4452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * start/Makefile.am: Eliminate PGM.
448        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
449
4502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
453
4542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
457        Remove $(OBJS) from all-local.
458
4592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
462
4632001-05-09      Joel Sherrill <joel@OARcorp.com>
464
465        * startup/linkcmds: In support of gcc 3.1, added one of more
466        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
467        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
468        and direction of segments to memory regions may also have been
469        addressed.  This was a sweep across all BSPs.
470 
4712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac:
474        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
475        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
476        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
483
4842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
487
4882001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
491
4922001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
495        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
496
4972001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
500
5012001-10-12      Joel Sherrill <joel@OARcorp.com>
502
503        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
504        startup/bspstart.c, startup/linkcmds: Fixed typo.
505
5062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
509        * configure.in: Remove.
510        * configure.ac: New file, generated from configure.in by autoupdate.
511
5122001-09-27      Joel Sherrill <joel@OARcorp.com>
513
514        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
515
5162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
519
5202001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.in: Add bspopts.h.
523        * include/.cvsignore: Add bspopts.h*, stamp-h*.
524        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
525        * include/bsp.h: Include bspopts.h.
526        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
527
5282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
529
530        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
531        add bspopts.h.
532        * include/.cvsignore: Add stamp-h*, bspopts.h*.
533        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
534        * include/bsp.h: Add bspopts.h.
535
5362001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * startup/linkcmds: Remove OUTPUT_FORMAT.
539
5402001-01-05      Joel Sherrill <joel@OARcorp.com>
541
542        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
543        rest of make-target-options and moved them to BSP configure options.
544
5452001-01-05      Joel Sherrill <joel@OARcorp.com>
546
547        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
548        the movement of this component to libmisc.
549        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
550
5512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
554
5552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
558
5592000-11-01      Joel Sherrill <joel@OARcorp.com>
560
561        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
562        libcsupport.h moved from libc to lib/include/rtems and
563        now must be referenced as <rtems/XXX.h>.   Header file order
564        was cleaned up while doing this.
565
5662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
569        Switch to GNU canonicalization.
570
5712000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * scitab/Makefile.am: PROJECT_TOPdir.
574
5752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
578        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
579
5802000-08-10      Joel Sherrill <joel@OARcorp.com>
581
582        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.