source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ 445c0a0

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
62002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
9
102001-05-09      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds: In support of gcc 3.1, added one of more
13        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
14        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
15        and direction of segments to memory regions may also have been
16        addressed.  This was a sweep across all BSPs.
17 
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
35
362001-11-27      Joel Sherrill <joel@OARcorp.com>,
37
38        This was tracked as PR39.
39        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
40        startup/linkcmds, startup/rom: Eliminated required definition of
41        macros in the custom file for the BSP to compile.  The ROM and ROM
42        address and size settings are now linker script items. 
43
442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
47        * configure.in: Remove.
48        * configure.ac: New file, generated from configure.in by autoupdate.
49
502001-09-27      Joel Sherrill <joel@OARcorp.com>
51
52        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
53
542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
57
582001-06-19      Joel Sherrill <joel@OARcorp.com>
59
60        * include/Makefile.am: Fixed typo.
61
622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add bspopts.h.
65        * include/.cvsignore: Add bspopts.h*, stamp-h*.
66        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
67        * include/bsp.h: Include bspopts.h.
68
692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
70
71        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
72
732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
76
772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
80
812000-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
84        and libcsupport.h moved from libc to lib/include/rtems and
85        now must be referenced as <rtems/XXX.h>.   Header file order
86        was cleaned up while doing this.
87
882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
94
95        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
96
972000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
98
99        * startup/linkcmds: Added lines so DWARF debug information
100        would be available.  Otherwise gdb complains that the offsets
101        for the debug info are incorrect and doesn't load the files.
102
1032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
106        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
107        compile.am
108
1092000-08-10      Joel Sherrill <joel@OARcorp.com>
110
111        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.