source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ a2ae30c2

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
13
142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Eliminate PGM.
17        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
18
192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
22
232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
26        Remove $(OBJS) from all-local.
27
282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
31
322001-05-09      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: In support of gcc 3.1, added one of more
35        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
36        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
37        and direction of segments to memory regions may also have been
38        addressed.  This was a sweep across all BSPs.
39 
402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac:
43        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
44        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
45        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
57
582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
61        * configure.in: Remove.
62        * configure.ac: New file, generated from configure.in by autoupdate.
63
642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
67
682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.in: Add bspopts.h.
71        * include/.cvsignore: Add bspopts.h*, stamp-h*.
72        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
73        * include/bsp.h: Include bspopts.h.
74
752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
76
77        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
78
792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
82
832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
86
872000-11-01      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
90        and libcsupport.h moved from libc to lib/include/rtems and
91        now must be referenced as <rtems/XXX.h>.   Header file order
92        was cleaned up while doing this.
93
942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
97        Switch to GNU canonicalization.
98
992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
100
101        * startup/linkcmds: Added lines so DWARF debug information
102        would be available.  Otherwise gdb complains that the offsets
103        for the debug info are incorrect and doesn't load the files.
104
1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
108        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
109        compile.am
110
1112000-08-10      Joel Sherrill <joel@OARcorp.com>
112
113        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.