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
Line 
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
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
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
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
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/.
32
332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        PR 452/bsps
36        * startup/Makefile.am: Remove USE_INIT_FINI.
37
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
422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 445/bsps
45        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
46        Remove cpp, old_cpp (now unused).
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602003-01-20      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds*: Add FreeBSD sysctl() sections.
63
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
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
842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Use install-data-local to install startfile.
87
882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91
922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95
962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * .cvsignore: Reformat.
99        Add autom4te*cache.
100        Remove autom4te.cache.
101
1022002-08-21      Joel Sherrill <joel@OARcorp.com>
103
104        * bsp_specs: Added support for -nostdlibs.
105
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
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
1202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
123
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
1292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
132
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 
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
1552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
158
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
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
168
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
1762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
177
178        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
179
1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
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
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
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
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
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.