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

4.104.114.84.95
Last change on this file since 2821666f was 2821666f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 14:11:26

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 6.6 KB
RevLine 
[2821666f]12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
[a1546de]82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
[9e4c801]122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
15        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
16        timer/timer.c: URL for license changed.
17
[fe8bc62f]182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
[a4aeb92]222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
[c483a4e]24        * Makefile.am: Reflect having moved automake/.
25        * clock/Makefile.am: Reflect having moved automake/.
26        * console/Makefile.am: Reflect having moved automake/.
27        * include/Makefile.am: Reflect having moved automake/.
28        * start/Makefile.am: Reflect having moved automake/.
29        * startup/Makefile.am: Reflect having moved automake/.
30        * timer/Makefile.am: Reflect having moved automake/.
31        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]32
[317458ce]332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
[75fcb394]35        PR 452/bsps
[317458ce]36        * startup/Makefile.am: Remove USE_INIT_FINI.
37
[7dcc3fe]382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
41
[d266acd2]422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
[75fcb394]44        PR 445/bsps
[d266acd2]45        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
46        Remove cpp, old_cpp (now unused).
47
[7a97f26]482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
[ccd81b60]522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
[9b5c258]562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
[1d36d2af]602003-01-20      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds*: Add FreeBSD sysctl() sections.
63
[7ca1cea]642003-01-20      Joel Sherrill <joel@OARcorp.com>
65
66        * ChangeLog: Add FreeBSD sysctl() sections.
67
682003-01-20      Joel Sherrill <joel@OARcorp.com>
69
70        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
71
722003-01-20      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Add FreeBSD sysctl() sections.
75
[1310fff]762002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83
[59a01a6e]842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Use install-data-local to install startfile.
87
[b5a2912f]882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91
[d7f7d65]922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95
[8730f45]962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * .cvsignore: Reformat.
99        Add autom4te*cache.
100        Remove autom4te.cache.
101
[a2ae30c2]1022002-08-21      Joel Sherrill <joel@OARcorp.com>
103
104        * bsp_specs: Added support for -nostdlibs.
105
[c112760a]1062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
114
[496686a]1152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Eliminate PGM.
118        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
119
[f4d43dd]1202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
123
[445c0a0]1242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
127        Remove $(OBJS) from all-local.
128
[80defac]1292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
132
[85c92574]1332001-05-09      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: In support of gcc 3.1, added one of more
136        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
137        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
138        and direction of segments to memory regions may also have been
139        addressed.  This was a sweep across all BSPs.
140 
[ddd9abf]1412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac:
144        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
145        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
146        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154
[9e1ae79]1552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
158
[df25c998]1592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
162        * configure.in: Remove.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164
[c1767be0]1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
168
[c4d92216]1692001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Add bspopts.h.
172        * include/.cvsignore: Add bspopts.h*, stamp-h*.
173        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
174        * include/bsp.h: Include bspopts.h.
175
[6f21328]1762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
177
178        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
179
[feead226]1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
[a314d3b4]1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
[eba2e4f]1882000-11-01      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
191        and libcsupport.h moved from libc to lib/include/rtems and
192        now must be referenced as <rtems/XXX.h>.   Header file order
193        was cleaned up while doing this.
194
[e83378d]1952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
198        Switch to GNU canonicalization.
199
[9f30a08b]2002000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
201
202        * startup/linkcmds: Added lines so DWARF debug information
203        would be available.  Otherwise gdb complains that the offsets
204        for the debug info are incorrect and doesn't load the files.
205
[476b632]2062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
209        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
210        compile.am
211
[e94ad1fe]2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.