source: rtems/c/src/lib/libbsp/i960/i960sim/ChangeLog @ 36e20a0

4.104.114.84.95
Last change on this file since 36e20a0 was 36e20a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/04 at 10:25:01

2004-02-02 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
  • clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
4        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
5        wrapup/Makefile.am. Use automake compilation rules.
6        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
7        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
8        * configure.ac: Reflect changes above.
9
102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
13        Add RTEMS_PROG_CCAS.
14
152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Add PREINSTALL_DIRS.
18        * wrapup/Makefile.am: Reflect changes to libcpu.
19
202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
23        Add PRE/TMPINSTALL_FILES to CLEANFILES.
24        * startup/Makefile.am: Ditto.
25
262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Eliminate $(LIB).
29        Use noinst_DATA to trigger building libbsp.a.
30
312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
34        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
39        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
40
412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
44
452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Misc cleanups and fixes.
48        * startup/Makefile.am: Misc cleanups and fixes.
49        * wrapup/Makefile.am: Misc cleanups and fixes.
50
512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add preinstallation dirstamp support.
54        * clock/Makefile.am: Cosmetics.
55        * console/Makefile.am: Cosmetics.
56        * startup/Makefile.am: Cosmetics.
57        * timer/Makefile.am: Cosmetics.
58        * wrapup/Makefile.am: Cosmetics.
59
602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Remove all-local: $(ARCH).
63        * console/Makefile.am: Remove all-local: $(ARCH).
64        * start/Makefile.am: Remove all-local: $(ARCH).
65        * startup/Makefile.am: Remove all-local: $(ARCH).
66        * timer/Makefile.am: Remove all-local: $(ARCH).
67        * wrapup/Makefile.am: Remove all-local: $(ARCH).
68
692003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Merge-in include/Makefile.am.
72        Reflect changes to bsp.am.
73        * include/Makefile.am: Remove.
74        * configure.ac: Reflect changes above.
75
762003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * bsp_specs: Remove *lib:.
79
802003-09-04      Joel Sherrill <joel@OARcorp.com>
81
82        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
83        license changed.
84
852003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Reflect having moved aclocal/.
88
892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect having moved automake/.
92        * clock/Makefile.am: Reflect having moved automake/.
93        * console/Makefile.am: Reflect having moved automake/.
94        * include/Makefile.am: Reflect having moved automake/.
95        * start/Makefile.am: Reflect having moved automake/.
96        * startup/Makefile.am: Reflect having moved automake/.
97        * timer/Makefile.am: Reflect having moved automake/.
98        * wrapup/Makefile.am: Reflect having moved automake/.
99
1002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
103
1042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        PR 445/bsps
107        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
108        Remove cpp, old_cpp (now unused).
109
1102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove AC_CONFIG_AUX_DIR.
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
117
1182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: AC_PREREQ(2.57).
121
1222003-01-20      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds*: Add FreeBSD sysctl() sections.
125
1262003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-08-21      Joel Sherrill <joel@OARcorp.com>
149
150        * bsp_specs: Added support for -nostdlibs.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
160
1612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: Eliminate PGM.
164        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
165
1662002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
169
1702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
173        Remove $(OBJS) from all-local.
174
1752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Add $(LIB) to all-local.
178
1792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
182
1832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac:
186        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
187        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
188        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
196
1972001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
200        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
201
2022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
205
2062001-10-12      Joel Sherrill <joel@OARcorp.com>
207
208        * console/console-io.c: Fixed typo.
209
2102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
213        * configure.in: Remove.
214        * configure.ac: New file, generated from configure.in by autoupdate.
215
2162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * include/Makefile.am: Use 'CLEANFILES ='.
219        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
220
2212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.in: Add bspopts.h.
224        * include/.cvsignore: Add bspopts.h*, stamp-h*.
225        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
226        * include/bsp.h: Include bspopts.h.
227
2282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
229
230        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
231
2322001-01-03      Joel Sherrill <joel@OARcorp.com>
233
234        * console/console-io.c: Added console_initialize_hardware().
235
2362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
239
2402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
243
2442000-11-01      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
247        and libcsupport.h moved from libc to lib/include/rtems and
248        now must be referenced as <rtems/XXX.h>.   Header file order
249        was cleaned up while doing this.
250
2512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
254        Switch to GNU canonicalization.
255
2562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
259        wrapup/Makefile.am, clock/Makefile.am: Include compile.am
260
2612000-08-10      Joel Sherrill <joel@OARcorp.com>
262
263        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.