source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

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

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Misc cleanups and fixes.
8        * startup/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add preinstallation dirstamp support.
14        * clock/Makefile.am: Cosmetics.
15        * console/Makefile.am: Cosmetics.
16        * startup/Makefile.am: Cosmetics.
17        * timer/Makefile.am: Cosmetics.
18        * wrapup/Makefile.am: Cosmetics.
19
202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * clock/Makefile.am: Remove all-local: $(ARCH).
23        * console/Makefile.am: Remove all-local: $(ARCH).
24        * start/Makefile.am: Remove all-local: $(ARCH).
25        * startup/Makefile.am: Remove all-local: $(ARCH).
26        * timer/Makefile.am: Remove all-local: $(ARCH).
27        * wrapup/Makefile.am: Remove all-local: $(ARCH).
28
292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge-in include/Makefile.am.
32        Reflect changes to bsp.am.
33        * include/Makefile.am: Remove.
34        * configure.ac: Reflect changes above.
35
362003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * bsp_specs: Remove *lib:.
39
402003-09-04      Joel Sherrill <joel@OARcorp.com>
41
42        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
43        URL for license changed.
44
452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect having moved aclocal/.
48
492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect having moved automake/.
52        * clock/Makefile.am: Reflect having moved automake/.
53        * console/Makefile.am: Reflect having moved automake/.
54        * include/Makefile.am: Reflect having moved automake/.
55        * start/Makefile.am: Reflect having moved automake/.
56        * startup/Makefile.am: Reflect having moved automake/.
57        * timer/Makefile.am: Reflect having moved automake/.
58        * wrapup/Makefile.am: Reflect having moved automake/.
59
602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        PR 452/bsps
63        * startup/Makefile.am: Remove USE_INIT_FINI.
64
652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
68
692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 445/bsps
72        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
73        Remove cpp, old_cpp (now unused).
74
752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Remove AC_CONFIG_AUX_DIR.
78
792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
82
832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: AC_PREREQ(2.57).
86
872003-01-20      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds*: Add FreeBSD sysctl() sections.
90
912002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98
992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Use install-data-local to install startfile.
102
1032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106
1072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110
1112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Reformat.
114        Add autom4te*cache.
115        Remove autom4te.cache.
116
1172002-08-21      Joel Sherrill <joel@OARcorp.com>
118
119        * bsp_specs: Added support for -nostdlibs.
120
1212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
127        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
128        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
129
1302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Eliminate PGM.
133        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
134
1352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
138
1392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
142        Remove $(OBJS) from all-local.
143
1442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
147
1482001-05-09      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: In support of gcc 3.1, added one of more
151        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
152        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
153        and direction of segments to memory regions may also have been
154        addressed.  This was a sweep across all BSPs.
155 
1562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac:
159        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
160        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
161        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
169
1702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
173
1742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
177        * configure.in: Remove.
178        * configure.ac: New file, generated from configure.in by autoupdate.
179
1802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * include/Makefile.am: Use 'CLEANFILES ='.
183        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
184
1852001-06-19      Joel Sherrill <joel@OARcorp.com>
186
187        * include/Makefile.am: Fixed typo.
188
1892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.in: Add bspopts.h.
192        * include/.cvsignore: Add bspopts.h*, stamp-h*.
193        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
194        * include/bsp.h: Include bspopts.h.
195
1962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
197
198        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
199
2002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
203
2042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
207
2082000-11-01      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
211        and libcsupport.h moved from libc to lib/include/rtems and
212        now must be referenced as <rtems/XXX.h>.   Header file order
213        was cleaned up while doing this.
214
2152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
218        Switch to GNU canonicalization.
219
2202000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
221
222        * startup/linkcmds: Added lines so DWARF debug information
223        would be available.  Otherwise gdb complains that the offsets
224        for the debug info are incorrect and doesn't load the files.
225
2262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
229        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
230        compile.am
231
2322000-08-10      Joel Sherrill <joel@OARcorp.com>
233
234        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.