source: rtems/c/src/lib/libbsp/m68k/dmv152/ChangeLog @ 9980062

4.104.114.84.95
Last change on this file since 9980062 was 9980062, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:36

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, spurious/spinit.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S: URL for license changed.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
4        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
5        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
6        URL for license changed.
7
82003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect having moved aclocal/.
11
122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect having moved automake/.
15        * clock/Makefile.am: Reflect having moved automake/.
16        * console/Makefile.am: Reflect having moved automake/.
17        * include/Makefile.am: Reflect having moved automake/.
18        * spurious/Makefile.am: Reflect having moved automake/.
19        * start/Makefile.am: Reflect having moved automake/.
20        * startup/Makefile.am: Reflect having moved automake/.
21        * timer/Makefile.am: Reflect having moved automake/.
22        * wrapup/Makefile.am: Reflect having moved automake/.
23
242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        PR 452/bsps
27        * startup/Makefile.am: Remove USE_INIT_FINI.
28
292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
32
332003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        PR 445/bsps
36        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
37        Remove cpp, old_cpp (now unused).
38
392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove AC_CONFIG_AUX_DIR.
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
46
472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: AC_PREREQ(2.57).
50
512003-01-20      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds*: Add FreeBSD sysctl() sections.
54
552002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Use install-data-local to install startfile.
67
682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
782002-08-21      Joel Sherrill <joel@OARcorp.com>
79
80        * bsp_specs: Added support for -nostdlibs.
81
822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Eliminate PGM.
95        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
96
972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
100
1012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
104        Remove $(OBJS) from all-local.
105
1062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
109
1102001-05-09      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: In support of gcc 3.1, added one of more
113        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
114        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
115        and direction of segments to memory regions may also have been
116        addressed.  This was a sweep across all BSPs.
117 
1182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac:
121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
123        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132
1332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
136        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
137
1382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
141
1422001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
145        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
146
1472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
150        * configure.in: Remove.
151        * configure.ac: New file, generated from configure.in by autoupdate.
152
1532001-09-27      Joel Sherrill <joel@OARcorp.com>
154
155        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
156
1572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
160
1612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Add bspopts.h.
164        * include/.cvsignore: Add bspopts.h*, stamp-h*.
165        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
166        * include/bsp.h: Include bspopts.h.
167
1682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
171
1722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
175
1762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
179
1802000-11-01      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
183        and libcsupport.h moved from libc to lib/include/rtems and
184        now must be referenced as <rtems/XXX.h>.   Header file order
185        was cleaned up while doing this.
186
1872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
190        Switch to GNU canonicalization.
191
1922000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
193
194        * startup/linkcmds: Added lines so DWARF debug information
195        would be available.  Otherwise gdb complains that the offsets
196        for the debug info are incorrect and doesn't load the files.
197
1982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
201        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
202        wrapup/Makefile.am: Include compile.am
203
2042000-08-10      Joel Sherrill <joel@OARcorp.com>
205
206        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.