source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 496686a

4.104.114.84.95
Last change on this file since 496686a was 496686a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 04:05:17

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

  • start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGM.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
62002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
13        Remove $(OBJS) from all-local.
14
152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
18
192001-05-09      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: In support of gcc 3.1, added one of more
22        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
23        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
24        and direction of segments to memory regions may also have been
25        addressed.  This was a sweep across all BSPs.
26 
272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac:
30        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
31        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
32        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
44
452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
48        * configure.in: Remove.
49        * configure.ac: New file, generated from configure.in by autoupdate.
50
512001-09-27      Joel Sherrill <joel@OARcorp.com>
52
53        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
54
552001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
58
592001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * include/Makefile.am: Fix typo in include_HEADERS.
62
632001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.in: Add bspopts.h.
66        * include/.cvsignore: Add bspopts.h*, stamp-h*.
67        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
68        * include/bsp.h: Include bspopts.h.
69
702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
73
742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
77
782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
81
822000-11-01      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
85        and libcsupport.h moved from libc to lib/include/rtems and
86        now must be referenced as <rtems/XXX.h>.   Header file order
87        was cleaned up while doing this.
88
892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
92        Switch to GNU canonicalization.
93
942000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
95
96        * startup/linkcmds: Added lines so DWARF debug information
97        would be available.  Otherwise gdb complains that the offsets
98        for the debug info are incorrect and doesn't load the files.
99
1002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
103        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
104        compile.am
105
1062000-08-10      Joel Sherrill <joel@OARcorp.com>
107
108        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.