source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ f4d43dd

4.104.114.84.95
Last change on this file since f4d43dd was f4d43dd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:37:30

2002-07-19 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
13
142001-05-09      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: In support of gcc 3.1, added one of more
17        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
18        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
19        and direction of segments to memory regions may also have been
20        addressed.  This was a sweep across all BSPs.
21 
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
40
412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
44        * configure.in: Remove.
45        * configure.ac: New file, generated from configure.in by autoupdate.
46
472001-09-27      Joel Sherrill <joel@OARcorp.com>
48
49        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
50
512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
54
552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.in: Add bspopts.h.
58        * include/.cvsignore: Add bspopts.h*, stamp-h*.
59        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
60        * include/bsp.h: Include bspopts.h.
61
622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
65
662000-12-14      Joel Sherrill <joel@OARcorp.com>
67
68        * network/network.c: Removed unused variable warnings.
69
702000-12-11      Joel Sherrill <joel@OARcorp.com>
71
72        * Makefile.am, configure.in, include/Makefile.am,
73        wrapup/Makefile.am: Updated to reflect addition of network driver
74        by  Franck Julien <FranckJ@cxr.fr>.
75        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
76        network/network.c: New file.
77
782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
81
822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
85
862000-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
89        libcsupport.h moved from libc to lib/include/rtems and
90        now must be referenced as <rtems/XXX.h>.   Header file order
91        was cleaned up while doing this.
92
932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
99
100        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
101
1022000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
103
104        * startup/linkcmds: Added lines so DWARF debug information
105        would be available.  Otherwise gdb complains that the offsets
106        for the debug info are incorrect and doesn't load the files.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
111        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
112        compile.am
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.