source: rtems/c/src/lib/libbsp/i960/i960sim/ChangeLog @ 23e7c74f

4.104.114.84.95
Last change on this file since 23e7c74f was 23e7c74f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/03 at 11:27:08

2003-09-24 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
8        license changed.
9
102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved aclocal/.
13
142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect having moved automake/.
17        * clock/Makefile.am: Reflect having moved automake/.
18        * console/Makefile.am: Reflect having moved automake/.
19        * include/Makefile.am: Reflect having moved automake/.
20        * start/Makefile.am: Reflect having moved automake/.
21        * startup/Makefile.am: Reflect having moved automake/.
22        * timer/Makefile.am: Reflect having moved automake/.
23        * wrapup/Makefile.am: Reflect having moved automake/.
24
252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
28
292003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        PR 445/bsps
32        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
33        Remove cpp, old_cpp (now unused).
34
352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove AC_CONFIG_AUX_DIR.
38
392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AC_PREREQ(2.57).
46
472003-01-20      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds*: Add FreeBSD sysctl() sections.
50
512003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58
592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Use install-data-local to install startfile.
62
632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66
672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Reformat.
70        Add autom4te*cache.
71        Remove autom4te.cache.
72
732002-08-21      Joel Sherrill <joel@OARcorp.com>
74
75        * bsp_specs: Added support for -nostdlibs.
76
772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Eliminate PGM.
89        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
90
912002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
94
952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
98        Remove $(OBJS) from all-local.
99
1002002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Add $(LIB) to all-local.
103
1042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
107
1082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac:
111        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
112        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
113        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
121
1222001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
125        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
126
1272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
130
1312001-10-12      Joel Sherrill <joel@OARcorp.com>
132
133        * console/console-io.c: Fixed typo.
134
1352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
138        * configure.in: Remove.
139        * configure.ac: New file, generated from configure.in by autoupdate.
140
1412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * include/Makefile.am: Use 'CLEANFILES ='.
144        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
145
1462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Add bspopts.h.
149        * include/.cvsignore: Add bspopts.h*, stamp-h*.
150        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
151        * include/bsp.h: Include bspopts.h.
152
1532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
156
1572001-01-03      Joel Sherrill <joel@OARcorp.com>
158
159        * console/console-io.c: Added console_initialize_hardware().
160
1612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
1652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
1692000-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
172        and libcsupport.h moved from libc to lib/include/rtems and
173        now must be referenced as <rtems/XXX.h>.   Header file order
174        was cleaned up while doing this.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
184        wrapup/Makefile.am, clock/Makefile.am: Include compile.am
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.