source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
8
92002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15
162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * start/Makefile.am: Use install-data-local to install startfile.
19
202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
27        a routine to call.
28
292002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * startup/bspstart.c: Remove ramStart to eliminate warning.
32
332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Reformat.
36        Add autom4te*cache.
37        Remove autom4te.cache.
38
392002-08-21      Joel Sherrill <joel@OARcorp.com>
40
41        * bsp_specs: Added support for -nostdlibs.
42
432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
50
512002-08-05      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
54        to avoid overlapping sections and reworked the way the heap and
55        workspace are calculated.
56
572002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * start/Makefile.am: Eliminate PGM.
60        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
61
622002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
65
662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
69        Remove $(OBJS) from all-local.
70
712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Add $(LIB) to all-local.
74
752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
78
792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac:
82        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
83        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
84        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
95
962001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
99        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
100
1012001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
104        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
105
1062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
109
1102001-10-12      Joel Sherrill <joel@OARcorp.com>
111
112        * console/console-io.c: Fixed typo.
113
1142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
117        * configure.in: Remove.
118        * configure.ac: New file, generated from configure.in by autoupdate.
119
1202001-09-27      Joel Sherrill <joel@OARcorp.com>
121
122        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
123
1242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * include/Makefile.am: Use 'CLEANFILES ='.
127        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
128
1292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Add bspopts.h.
132        * include/.cvsignore: Add bspopts.h*, stamp-h*.
133        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
134        * include/bsp.h: Include bspopts.h.
135
1362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
139
1402001-01-03      Joel Sherrill <joel@OARcorp.com>
141
142        * console/console-io.c: Added console_initialize_hardware().
143
1442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
147
1482000-11-09      Joel Sherrill <joel@OARcorp.com>
149
150        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
151        wrapup/Makefile.am: Added include of stub clock driver so ticker
152        would link.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-11-01      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
161        libcsupport.h moved from libc to lib/include/rtems and
162        now must be referenced as <rtems/XXX.h>.   Header file order
163        was cleaned up while doing this.
164
1652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
168        Switch to GNU canonicalization.
169
1702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
173        wrapup/Makefile.am: Include compile.am
174
1752000-08-10      Joel Sherrill <joel@OARcorp.com>
176
177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.