source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 608fa2e

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

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

  • startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom linkcmds.bootp.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
4        linkcmds.bootp.
5
62002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
9        Remove $(OBJS) from all-local.
10
112002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
14
152002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
16
17        * startup/Makefile.am: Compile the m68k gdb stub and glue.
18
192002-05-14      Eric Norum <eric.norum@usask.ca>
20
21        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
22        sections needed by gcc 3.1.  linkcmds had already been fixed on
23        a gcc 3.1 clean up sweep.
24
252001-05-09      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: In support of gcc 3.1, added one of more
28        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
29        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
30        and direction of segments to memory regions may also have been
31        addressed.  This was a sweep across all BSPs.
32 
332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac:
36        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
37        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
38        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
47
482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
51
522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
582001-09-27      Joel Sherrill <joel@OARcorp.com>
59
60        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
61
622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
65
662001-09-14      Eric Norum <eric.norum@usask.ca>
67
68        * startup/init68360.c: Modifications to make gcc 3.x happy.
69
702001-09-19      Eric Norum <eric.norum@usask.ca>
71
72        * README: Bring it more in line with reality.
73
742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.in: Add bspopts.h.
77        * include/.cvsignore: Add bspopts.h*, stamp-h*.
78        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
79        * include/bsp.h: Include bspopts.h.
80
812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
84
852001-01-12      Eric Norum <eric.norum@usask.ca>
86
87        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
88        Clock driver updated to use shell driver mechanism.
89        * clock/ckinit.c: Removed.
90        * clock/clock.c: New file.
91
922000-12-19      Joel Sherrill <joel@OARcorp.com>
93
94        * Makefile.am: Removed unneeded blank line.
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-11-01      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
107        and libcsupport.h moved from libc to lib/include/rtems and
108        now must be referenced as <rtems/XXX.h>.   Header file order
109        was cleaned up while doing this.
110
1112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
114        Switch to GNU canonicalization.
115
1162000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
117
118        * startup/linkcmds: Added lines so DWARF debug information
119        would be available.  Otherwise gdb complains that the offsets
120        for the debug info are incorrect and doesn't load the files.
121
1222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
125        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
126        wrapup/Makefile.am: Include compile.am
127
1282000-08-10      Joel Sherrill <joel@OARcorp.com>
129
130        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.