source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 59a01a6e

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-08-21      Joel Sherrill <joel@OARcorp.com>
20
21        * bsp_specs: Added support for -nostdlibs.
22
232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
32
332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Eliminate PGM.
36        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
37
382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
41
422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
45        Remove $(OBJS) from all-local.
46
472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
50
512001-05-09      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: In support of gcc 3.1, added one of more
54        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
55        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
56        and direction of segments to memory regions may also have been
57        addressed.  This was a sweep across all BSPs.
58 
592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac:
62        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
63        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
64        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
87
882001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
91        happy.
92
932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.in: Add bspopts.h.
96        * include/.cvsignore: Add bspopts.h*, stamp-h*.
97        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
98        * include/bsp.h: Include bspopts.h.
99
1002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
101
102        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
103
1042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
107
1082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
111
1122000-11-01      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
115        and libcsupport.h moved from libc to lib/include/rtems and
116        now must be referenced as <rtems/XXX.h>.   Header file order
117        was cleaned up while doing this.
118
1192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
122        Switch to GNU canonicalization.
123
1242000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
125
126        * startup/linkcmds: Added lines so DWARF debug information
127        would be available.  Otherwise gdb complains that the offsets
128        for the debug info are incorrect and doesn't load the files.
129
1302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
133        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
134        wrapup/Makefile.am: Include compile.am
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.