source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 85c92574

4.104.114.84.95
Last change on this file since 85c92574 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12001-05-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: In support of gcc 3.1, added one of more
4        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
5        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
6        and direction of segments to memory regions may also have been
7        addressed.  This was a sweep across all BSPs.
8 
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
23
242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
27
282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
31        * configure.in: Remove.
32        * configure.ac: New file, generated from configure.in by autoupdate.
33
342001-09-27      Joel Sherrill <joel@OARcorp.com>
35
36        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
37
382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
41
422001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
45        happy.
46
472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.in: Add bspopts.h.
50        * include/.cvsignore: Add bspopts.h*, stamp-h*.
51        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
52        * include/bsp.h: Include bspopts.h.
53
542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
55
56        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
57
582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
61
622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
65
662000-11-01      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
69        and libcsupport.h moved from libc to lib/include/rtems and
70        now must be referenced as <rtems/XXX.h>.   Header file order
71        was cleaned up while doing this.
72
732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
76        Switch to GNU canonicalization.
77
782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
79
80        * startup/linkcmds: Added lines so DWARF debug information
81        would be available.  Otherwise gdb complains that the offsets
82        for the debug info are incorrect and doesn't load the files.
83
842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
87        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
88        wrapup/Makefile.am: Include compile.am
89
902000-08-10      Joel Sherrill <joel@OARcorp.com>
91
92        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.