source: rtems/c/src/lib/libbsp/m68k/mvme136/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-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * bsp_specs: Added support for -nostdlibs.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
28
292002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * start/Makefile.am: Eliminate PGM.
32        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
33
342002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
37
382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
41        Remove $(OBJS) from all-local.
42
432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
46
472001-05-09      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: In support of gcc 3.1, added one of more
50        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
51        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
52        and direction of segments to memory regions may also have been
53        addressed.  This was a sweep across all BSPs.
54 
552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:
58        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
59        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
60        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-27      Joel Sherrill <joel@OARcorp.com>
81
82        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
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.