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

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

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