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

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
13
142002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Eliminate PGM.
17        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
18
192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
22
232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
26        Remove $(OBJS) from all-local.
27
282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Add $(LIB) to all-local.
31
322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
35
362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac:
39        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
40        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
41        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
53        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
54
552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
58
592001-10-12      Joel Sherrill <joel@OARcorp.com>
60
61        * console/console-io.c: Fixed typo.
62
632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
66        * configure.in: Remove.
67        * configure.ac: New file, generated from configure.in by autoupdate.
68
692001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * include/Makefile.am: Use 'CLEANFILES ='.
72        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
73
742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.in: Add bspopts.h.
77        * include/.cvsignore: Add bspopts.h*, stamp-h*.
78        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
79        * include/bsp.h: Include bspopts.h.
80
812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
84
852001-01-03      Joel Sherrill <joel@OARcorp.com>
86
87        * console/console-io.c: Added console_initialize_hardware().
88
892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
92
932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
96
972000-11-01      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
100        and libcsupport.h moved from libc to lib/include/rtems and
101        now must be referenced as <rtems/XXX.h>.   Header file order
102        was cleaned up while doing this.
103
1042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
107        Switch to GNU canonicalization.
108
1092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
112        wrapup/Makefile.am, clock/Makefile.am: Include compile.am
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.