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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * ChangeLog: Add FreeBSD sysctl() sections.
20
212003-01-20      Joel Sherrill <joel@OARcorp.com>
22
23        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
24
252003-01-20      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add FreeBSD sysctl() sections.
28
292002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * start/Makefile.am: Use install-data-local to install startfile.
40
412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44
452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Reformat.
52        Add autom4te*cache.
53        Remove autom4te.cache.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Added support for -nostdlibs.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
67
682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Eliminate PGM.
71        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
72
732002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
76
772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
80        Remove $(OBJS) from all-local.
81
822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
85
862001-05-09      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: In support of gcc 3.1, added one of more
89        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
90        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
91        and direction of segments to memory regions may also have been
92        addressed.  This was a sweep across all BSPs.
93 
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac:
97        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
98        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
99        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
111
1122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
115        * configure.in: Remove.
116        * configure.ac: New file, generated from configure.in by autoupdate.
117
1182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
121
1222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.in: Add bspopts.h.
125        * include/.cvsignore: Add bspopts.h*, stamp-h*.
126        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
127        * include/bsp.h: Include bspopts.h.
128
1292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
132
1332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
136
1372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
140
1412000-11-01      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
144        and libcsupport.h moved from libc to lib/include/rtems and
145        now must be referenced as <rtems/XXX.h>.   Header file order
146        was cleaned up while doing this.
147
1482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
151        Switch to GNU canonicalization.
152
1532000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
154
155        * startup/linkcmds: Added lines so DWARF debug information
156        would be available.  Otherwise gdb complains that the offsets
157        for the debug info are incorrect and doesn't load the files.
158
1592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
162        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
163        compile.am
164
1652000-08-10      Joel Sherrill <joel@OARcorp.com>
166
167        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.