source: rtems/c/src/lib/libbsp/i960/cvme961/ChangeLog @ 6411947

4.104.114.84.95
Last change on this file since 6411947 was 6411947, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 06:14:08

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate $(LIB).
4        Use noinst_DATA to trigger building libbsp.a.
5
62003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove GENERIC_FILES.
9
102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
13        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
18        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
19
202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
23
242003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Misc cleanups and fixes.
27        * startup/Makefile.am: Misc cleanups and fixes.
28        * wrapup/Makefile.am: Misc cleanups and fixes.
29
302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add preinstallation dirstamp support.
33        * clock/Makefile.am: Cosmetics.
34        * console/Makefile.am: Cosmetics.
35        * shmsupp/Makefile.am: Cosmetics.
36        * startup/Makefile.am: Cosmetics.
37        * timer/Makefile.am: Cosmetics.
38        * wrapup/Makefile.am: Cosmetics.
39
402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * clock/Makefile.am: Remove all-local: $(ARCH).
43        * console/Makefile.am: Remove all-local: $(ARCH).
44        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
45        * start/Makefile.am: Remove all-local: $(ARCH).
46        * startup/Makefile.am: Remove all-local: $(ARCH).
47        * timer/Makefile.am: Remove all-local: $(ARCH).
48        * wrapup/Makefile.am: Remove all-local: $(ARCH).
49
502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in include/Makefile.am.
53        Reflect changes to bsp.am.
54        * include/Makefile.am: Remove.
55        * configure.ac: Reflect changes above.
56
572003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * bsp_specs: Remove *lib:.
60
612003-09-04      Joel Sherrill <joel@OARcorp.com>
62
63        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
64        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, start/start.S,
65        startup/bspclean.c, startup/bspstart.c, startup/exit.c,
66        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S:
67        URL for license changed.
68
692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved aclocal/.
72
732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved automake/.
76        * clock/Makefile.am: Reflect having moved automake/.
77        * console/Makefile.am: Reflect having moved automake/.
78        * include/Makefile.am: Reflect having moved automake/.
79        * shmsupp/Makefile.am: Reflect having moved automake/.
80        * start/Makefile.am: Reflect having moved automake/.
81        * startup/Makefile.am: Reflect having moved automake/.
82        * timer/Makefile.am: Reflect having moved automake/.
83        * wrapup/Makefile.am: Reflect having moved automake/.
84
852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
88
892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 445/bsps
92        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
93        Remove cpp, old_cpp (now unused).
94
952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove AC_CONFIG_AUX_DIR.
98
992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
102
1032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: AC_PREREQ(2.57).
106
1072003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
112        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
114        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115
1162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Use install-data-local to install startfile.
119
1202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
123
1242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Reformat.
127        Add autom4te*cache.
128        Remove autom4te.cache.
129
1302002-08-21      Joel Sherrill <joel@OARcorp.com>
131
132        * bsp_specs: Added support for -nostdlibs.
133
1342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
143
1442002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Eliminate PGM.
147        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
148
1492002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
152
1532002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
156        Remove $(OBJS) from all-local.
157
1582002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Add $(LIB) to all-local.
161
1622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
165
1662001-05-09      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds: In support of gcc 3.1, added one of more
169        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
170        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
171        and direction of segments to memory regions may also have been
172        addressed.  This was a sweep across all BSPs.
173 
1742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac:
177        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
178        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
179        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
188
1892001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
192        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
193
1942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
197
1982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
201        * configure.in: Remove.
202        * configure.ac: New file, generated from configure.in by autoupdate.
203
2042001-09-27      Joel Sherrill <joel@OARcorp.com>
205
206        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
207        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
208
2092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * include/Makefile.am: Use 'CLEANFILES ='.
212        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
213
2142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
217
2182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: Add bspopts.h.
221        * include/.cvsignore: Add bspopts.h*, stamp-h*.
222        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
223        * include/bsp.h: Include bspopts.h.
224
2252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
226
227        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
228
2292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
232
2332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
236
2372000-11-01      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
240        and libcsupport.h moved from libc to lib/include/rtems and
241        now must be referenced as <rtems/XXX.h>.   Header file order
242        was cleaned up while doing this.
243
2442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
247        Switch to GNU canonicalization.
248
2492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
252        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
253        wrapup/Makefile.am: Include compile.am
254
2552000-08-10      Joel Sherrill <joel@OARcorp.com>
256
257        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.