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

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

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.7 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        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
16        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
17        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
18        changed.
19
202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect having moved aclocal/.
23
242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect having moved automake/.
27        * clock/Makefile.am: Reflect having moved automake/.
28        * console/Makefile.am: Reflect having moved automake/.
29        * include/Makefile.am: Reflect having moved automake/.
30        * shmsupp/Makefile.am: Reflect having moved automake/.
31        * start/Makefile.am: Reflect having moved automake/.
32        * startup/Makefile.am: Reflect having moved automake/.
33        * timer/Makefile.am: Reflect having moved automake/.
34        * wrapup/Makefile.am: Reflect having moved automake/.
35
362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        PR 452/bsps
39        * startup/Makefile.am: Remove USE_INIT_FINI.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
44
452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        PR 445/bsps
48        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
49        Remove cpp, old_cpp (now unused).
50
512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove AC_CONFIG_AUX_DIR.
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AC_PREREQ(2.57).
62
632003-01-20      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds*: Add FreeBSD sysctl() sections.
66
672002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Use install-data-local to install startfile.
79
802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83
842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Reformat.
87        Add autom4te*cache.
88        Remove autom4te.cache.
89
902002-08-21      Joel Sherrill <joel@OARcorp.com>
91
92        * bsp_specs: Added support for -nostdlibs.
93
942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
103
1042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Eliminate PGM.
107        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
108
1092002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
112
1132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
116        Remove $(OBJS) from all-local.
117
1182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
121
1222001-05-09      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: In support of gcc 3.1, added one of more
125        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
126        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
127        and direction of segments to memory regions may also have been
128        addressed.  This was a sweep across all BSPs.
129 
1302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac:
133        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
134        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
135        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
144
1452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
148
1492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
152        * configure.in: Remove.
153        * configure.ac: New file, generated from configure.in by autoupdate.
154
1552001-09-27      Joel Sherrill <joel@OARcorp.com>
156
157        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
158
1592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
162
1632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
166        happy.
167
1682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: Add bspopts.h.
171        * include/.cvsignore: Add bspopts.h*, stamp-h*.
172        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
173        * include/bsp.h: Include bspopts.h.
174
1752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
178
1792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
182
1832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
186
1872000-11-01      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
190        and libcsupport.h moved from libc to lib/include/rtems and
191        now must be referenced as <rtems/XXX.h>.   Header file order
192        was cleaned up while doing this.
193
1942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
197        Switch to GNU canonicalization.
198
1992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
200
201        * startup/linkcmds: Added lines so DWARF debug information
202        would be available.  Otherwise gdb complains that the offsets
203        for the debug info are incorrect and doesn't load the files.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
208        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
209        wrapup/Makefile.am: Include compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.