source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 4d5d97b

4.104.114.84.95
Last change on this file since 4d5d97b was 4d5d97b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/03 at 12:37:33

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

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