source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ b35414a

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Misc cleanups and fixes.
18        * startup/Makefile.am: Misc cleanups and fixes.
19        * wrapup/Makefile.am: Misc cleanups and fixes.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add preinstallation dirstamp support.
24        * clock/Makefile.am: Cosmetics.
25        * console/Makefile.am: Cosmetics.
26        * shmsupp/Makefile.am: Cosmetics.
27        * startup/Makefile.am: Cosmetics.
28        * timer/Makefile.am: Cosmetics.
29        * wrapup/Makefile.am: Cosmetics.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Remove all-local: $(ARCH).
34        * console/Makefile.am: Remove all-local: $(ARCH).
35        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
36        * start/Makefile.am: Remove all-local: $(ARCH).
37        * startup/Makefile.am: Remove all-local: $(ARCH).
38        * timer/Makefile.am: Remove all-local: $(ARCH).
39        * wrapup/Makefile.am: Remove all-local: $(ARCH).
40
412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in include/Makefile.am.
44        Reflect changes to bsp.am.
45        * include/Makefile.am: Remove.
46        * configure.ac: Reflect changes above.
47
482003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * bsp_specs: Remove *lib:.
51
522003-09-04      Joel Sherrill <joel@OARcorp.com>
53
54        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
55        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
56        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
57        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
58        changed.
59
602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved aclocal/.
63
642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Reflect having moved automake/.
67        * clock/Makefile.am: Reflect having moved automake/.
68        * console/Makefile.am: Reflect having moved automake/.
69        * include/Makefile.am: Reflect having moved automake/.
70        * shmsupp/Makefile.am: Reflect having moved automake/.
71        * start/Makefile.am: Reflect having moved automake/.
72        * startup/Makefile.am: Reflect having moved automake/.
73        * timer/Makefile.am: Reflect having moved automake/.
74        * wrapup/Makefile.am: Reflect having moved automake/.
75
762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        PR 452/bsps
79        * startup/Makefile.am: Remove USE_INIT_FINI.
80
812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
84
852003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        PR 445/bsps
88        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
89        Remove cpp, old_cpp (now unused).
90
912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove AC_CONFIG_AUX_DIR.
94
952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
98
992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: AC_PREREQ(2.57).
102
1032003-01-20      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/linkcmds*: Add FreeBSD sysctl() sections.
106
1072002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
112        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
114        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115
1162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Use install-data-local to install startfile.
119
1202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
123
1242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Reformat.
127        Add autom4te*cache.
128        Remove autom4te.cache.
129
1302002-08-21      Joel Sherrill <joel@OARcorp.com>
131
132        * bsp_specs: Added support for -nostdlibs.
133
1342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
143
1442002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Eliminate PGM.
147        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
148
1492002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
152
1532002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
156        Remove $(OBJS) from all-local.
157
1582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
161
1622001-05-09      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: In support of gcc 3.1, added one of more
165        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
166        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
167        and direction of segments to memory regions may also have been
168        addressed.  This was a sweep across all BSPs.
169 
1702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac:
173        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
174        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
175        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
184
1852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
188
1892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
192        * configure.in: Remove.
193        * configure.ac: New file, generated from configure.in by autoupdate.
194
1952001-09-27      Joel Sherrill <joel@OARcorp.com>
196
197        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
198
1992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
202
2032001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
206        happy.
207
2082001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.in: Add bspopts.h.
211        * include/.cvsignore: Add bspopts.h*, stamp-h*.
212        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
213        * include/bsp.h: Include bspopts.h.
214
2152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
216
217        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
218
2192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
222
2232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
226
2272000-11-01      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
230        and libcsupport.h moved from libc to lib/include/rtems and
231        now must be referenced as <rtems/XXX.h>.   Header file order
232        was cleaned up while doing this.
233
2342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
237        Switch to GNU canonicalization.
238
2392000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
240
241        * startup/linkcmds: Added lines so DWARF debug information
242        would be available.  Otherwise gdb complains that the offsets
243        for the debug info are incorrect and doesn't load the files.
244
2452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
248        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
249        wrapup/Makefile.am: Include compile.am
250
2512000-08-10      Joel Sherrill <joel@OARcorp.com>
252
253        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.