source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 935773b

4.104.114.84.95
Last change on this file since 935773b was 935773b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:30:06

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

  • start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
9
102003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Misc cleanups and fixes.
13        * startup/Makefile.am: Misc cleanups and fixes.
14        * wrapup/Makefile.am: Misc cleanups and fixes.
15
162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add preinstallation dirstamp support.
19        * clock/Makefile.am: Cosmetics.
20        * console/Makefile.am: Cosmetics.
21        * startup/Makefile.am: Cosmetics.
22        * timer/Makefile.am: Cosmetics.
23        * wrapup/Makefile.am: Cosmetics.
24
252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Remove all-local: $(ARCH).
28        * console/Makefile.am: Remove all-local: $(ARCH).
29        * start/Makefile.am: Remove all-local: $(ARCH).
30        * startup/Makefile.am: Remove all-local: $(ARCH).
31        * timer/Makefile.am: Remove all-local: $(ARCH).
32        * wrapup/Makefile.am: Remove all-local: $(ARCH).
33
342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in include/Makefile.am.
37        Reflect changes to bsp.am.
38        * include/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * bsp_specs: Remove *lib:.
44
452003-09-04      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
48        URL for license changed.
49
502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect having moved aclocal/.
53
542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved automake/.
57        * clock/Makefile.am: Reflect having moved automake/.
58        * console/Makefile.am: Reflect having moved automake/.
59        * include/Makefile.am: Reflect having moved automake/.
60        * start/Makefile.am: Reflect having moved automake/.
61        * startup/Makefile.am: Reflect having moved automake/.
62        * timer/Makefile.am: Reflect having moved automake/.
63        * wrapup/Makefile.am: Reflect having moved automake/.
64
652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        PR 452/bsps
68        * startup/Makefile.am: Remove USE_INIT_FINI.
69
702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
73
742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        PR 445/bsps
77        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
78        Remove cpp, old_cpp (now unused).
79
802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove AC_CONFIG_AUX_DIR.
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
87
882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: AC_PREREQ(2.57).
91
922003-01-20      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds*: Add FreeBSD sysctl() sections.
95
962002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103
1042002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Use install-data-local to install startfile.
107
1082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111
1122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115
1162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Reformat.
119        Add autom4te*cache.
120        Remove autom4te.cache.
121
1222002-08-21      Joel Sherrill <joel@OARcorp.com>
123
124        * bsp_specs: Added support for -nostdlibs.
125
1262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
129        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
130        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
131        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
134
1352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Eliminate PGM.
138        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
139
1402002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
143
1442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
147        Remove $(OBJS) from all-local.
148
1492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
152
1532001-05-09      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/linkcmds: In support of gcc 3.1, added one of more
156        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
157        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
158        and direction of segments to memory regions may also have been
159        addressed.  This was a sweep across all BSPs.
160 
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac:
164        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
166        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
174
1752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
178
1792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
182        * configure.in: Remove.
183        * configure.ac: New file, generated from configure.in by autoupdate.
184
1852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * include/Makefile.am: Use 'CLEANFILES ='.
188        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
189
1902001-06-19      Joel Sherrill <joel@OARcorp.com>
191
192        * include/Makefile.am: Fixed typo.
193
1942001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Add bspopts.h.
197        * include/.cvsignore: Add bspopts.h*, stamp-h*.
198        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
199        * include/bsp.h: Include bspopts.h.
200
2012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
204
2052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
208
2092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
212
2132000-11-01      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
216        and libcsupport.h moved from libc to lib/include/rtems and
217        now must be referenced as <rtems/XXX.h>.   Header file order
218        was cleaned up while doing this.
219
2202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
223        Switch to GNU canonicalization.
224
2252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
226
227        * startup/linkcmds: Added lines so DWARF debug information
228        would be available.  Otherwise gdb complains that the offsets
229        for the debug info are incorrect and doesn't load the files.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
234        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
235        compile.am
236
2372000-08-10      Joel Sherrill <joel@OARcorp.com>
238
239        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.