source: rtems/c/src/lib/libbsp/m68k/dmv152/ChangeLog @ 352288b

4.104.114.84.95
Last change on this file since 352288b was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
20
212002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * start/Makefile.am: Eliminate PGM.
24        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
25
262002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
29
302002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
33        Remove $(OBJS) from all-local.
34
352002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
38
392001-05-09      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: In support of gcc 3.1, added one of more
42        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
43        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
44        and direction of segments to memory regions may also have been
45        addressed.  This was a sweep across all BSPs.
46 
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
65        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
66
672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
70
712001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
74        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
75
762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
79        * configure.in: Remove.
80        * configure.ac: New file, generated from configure.in by autoupdate.
81
822001-09-27      Joel Sherrill <joel@OARcorp.com>
83
84        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
85
862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
89
902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: Add bspopts.h.
93        * include/.cvsignore: Add bspopts.h*, stamp-h*.
94        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
95        * include/bsp.h: Include bspopts.h.
96
972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
98
99        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
100
1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
1092000-11-01      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
112        and libcsupport.h moved from libc to lib/include/rtems and
113        now must be referenced as <rtems/XXX.h>.   Header file order
114        was cleaned up while doing this.
115
1162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
119        Switch to GNU canonicalization.
120
1212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
122
123        * startup/linkcmds: Added lines so DWARF debug information
124        would be available.  Otherwise gdb complains that the offsets
125        for the debug info are incorrect and doesn't load the files.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
130        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
131        wrapup/Makefile.am: Include compile.am
132
1332000-08-10      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.