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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

2003-08-06 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 5.7 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
21
222002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28
292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * start/Makefile.am: Use install-data-local to install startfile.
32
332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
372002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
40        a routine to call.
41
422002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * startup/bspstart.c: Remove ramStart to eliminate warning.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-08-21      Joel Sherrill <joel@OARcorp.com>
53
54        * bsp_specs: Added support for -nostdlibs.
55
562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
63
642002-08-05      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
67        to avoid overlapping sections and reworked the way the heap and
68        workspace are calculated.
69
702002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Eliminate PGM.
73        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
74
752002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
82        Remove $(OBJS) from all-local.
83
842002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Add $(LIB) to all-local.
87
882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
91
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
104
1052002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
108
1092001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
112        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
113
1142001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
117        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
118
1192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
122
1232001-10-12      Joel Sherrill <joel@OARcorp.com>
124
125        * console/console-io.c: Fixed typo.
126
1272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
130        * configure.in: Remove.
131        * configure.ac: New file, generated from configure.in by autoupdate.
132
1332001-09-27      Joel Sherrill <joel@OARcorp.com>
134
135        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
136
1372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * include/Makefile.am: Use 'CLEANFILES ='.
140        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
141
1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * include/bsp.h: Include bspopts.h.
148
1492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
1532001-01-03      Joel Sherrill <joel@OARcorp.com>
154
155        * console/console-io.c: Added console_initialize_hardware().
156
1572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
160
1612000-11-09      Joel Sherrill <joel@OARcorp.com>
162
163        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
164        wrapup/Makefile.am: Added include of stub clock driver so ticker
165        would link.
166
1672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
170
1712000-11-01      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
174        libcsupport.h moved from libc to lib/include/rtems and
175        now must be referenced as <rtems/XXX.h>.   Header file order
176        was cleaned up while doing this.
177
1782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
181        Switch to GNU canonicalization.
182
1832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
186        wrapup/Makefile.am: Include compile.am
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.