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

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52001-05-09      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: In support of gcc 3.1, added one of more
8        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
9        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
10        and direction of segments to memory regions may also have been
11        addressed.  This was a sweep across all BSPs.
12 
132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac:
16        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
17        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
18        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
27
282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
31
322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
35        * configure.in: Remove.
36        * configure.ac: New file, generated from configure.in by autoupdate.
37
382001-09-27      Joel Sherrill <joel@OARcorp.com>
39
40        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
41
422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
45
462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.in: Add bspopts.h.
49        * include/.cvsignore: Add bspopts.h*, stamp-h*.
50        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
51        * include/bsp.h: Include bspopts.h.
52
532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
54
55        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
56
572000-12-14      Joel Sherrill <joel@OARcorp.com>
58
59        * network/network.c: Removed unused variable warnings.
60
612000-12-11      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am, configure.in, include/Makefile.am,
64        wrapup/Makefile.am: Updated to reflect addition of network driver
65        by  Franck Julien <FranckJ@cxr.fr>.
66        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
67        network/network.c: New file.
68
692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
72
732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
76
772000-11-01      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
80        libcsupport.h moved from libc to lib/include/rtems and
81        now must be referenced as <rtems/XXX.h>.   Header file order
82        was cleaned up while doing this.
83
842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
87        Switch to GNU canonicalization.
88
892000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
90
91        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
92
932000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
94
95        * startup/linkcmds: Added lines so DWARF debug information
96        would be available.  Otherwise gdb complains that the offsets
97        for the debug info are incorrect and doesn't load the files.
98
992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
102        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
103        compile.am
104
1052000-08-10      Joel Sherrill <joel@OARcorp.com>
106
107        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.