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

4.104.114.84.95
Last change on this file since ad5c7fe was ad5c7fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 12:08:14

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

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-08-21      Joel Sherrill <joel@OARcorp.com>
12
13        * bsp_specs: Added support for -nostdlibs.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
23
242002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Eliminate PGM.
27        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
28
292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
32
332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
36        Remove $(OBJS) from all-local.
37
382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Add $(LIB) to all-local.
41
422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
45
462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac:
49        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
50        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
51        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
602001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
63        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
64
652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
692001-10-12      Joel Sherrill <joel@OARcorp.com>
70
71        * console/console-io.c: Fixed typo.
72
732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76        * configure.in: Remove.
77        * configure.ac: New file, generated from configure.in by autoupdate.
78
792001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * include/Makefile.am: Use 'CLEANFILES ='.
82        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
83
842001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.in: Add bspopts.h.
87        * include/.cvsignore: Add bspopts.h*, stamp-h*.
88        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
89        * include/bsp.h: Include bspopts.h.
90
912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
92
93        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
94
952001-01-03      Joel Sherrill <joel@OARcorp.com>
96
97        * console/console-io.c: Added console_initialize_hardware().
98
992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
102
1032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
106
1072000-11-01      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
110        and libcsupport.h moved from libc to lib/include/rtems and
111        now must be referenced as <rtems/XXX.h>.   Header file order
112        was cleaned up while doing this.
113
1142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
117        Switch to GNU canonicalization.
118
1192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
122        wrapup/Makefile.am, clock/Makefile.am: Include compile.am
123
1242000-08-10      Joel Sherrill <joel@OARcorp.com>
125
126        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.