source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ 8730f45

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

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

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
18
192002-08-05      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
22        to avoid overlapping sections and reworked the way the heap and
23        workspace are calculated.
24
252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Eliminate PGM.
28        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
29
302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
33
342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
37        Remove $(OBJS) from all-local.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Add $(LIB) to all-local.
42
432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
46
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
602002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
63
642001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
67        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
68
692001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
72        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
73
742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
77
782001-10-12      Joel Sherrill <joel@OARcorp.com>
79
80        * console/console-io.c: Fixed typo.
81
822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
85        * configure.in: Remove.
86        * configure.ac: New file, generated from configure.in by autoupdate.
87
882001-09-27      Joel Sherrill <joel@OARcorp.com>
89
90        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
91
922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * include/Makefile.am: Use 'CLEANFILES ='.
95        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
96
972001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.in: Add bspopts.h.
100        * include/.cvsignore: Add bspopts.h*, stamp-h*.
101        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
102        * include/bsp.h: Include bspopts.h.
103
1042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
105
106        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
107
1082001-01-03      Joel Sherrill <joel@OARcorp.com>
109
110        * console/console-io.c: Added console_initialize_hardware().
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-09      Joel Sherrill <joel@OARcorp.com>
117
118        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
119        wrapup/Makefile.am: Added include of stub clock driver so ticker
120        would link.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
1262000-11-01      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
129        libcsupport.h moved from libc to lib/include/rtems and
130        now must be referenced as <rtems/XXX.h>.   Header file order
131        was cleaned up while doing this.
132
1332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
136        Switch to GNU canonicalization.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
141        wrapup/Makefile.am: Include compile.am
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.