source: rtems/c/src/lib/libbsp/h8300/h8sim/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: 4.7 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-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
8        a routine to call.
9
102002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * startup/bspstart.c: Remove ramStart to eliminate warning.
13
142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Reformat.
17        Add autom4te*cache.
18        Remove autom4te.cache.
19
202002-08-21      Joel Sherrill <joel@OARcorp.com>
21
22        * bsp_specs: Added support for -nostdlibs.
23
242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-08-05      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
35        to avoid overlapping sections and reworked the way the heap and
36        workspace are calculated.
37
382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Eliminate PGM.
41        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
42
432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
46
472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
50        Remove $(OBJS) from all-local.
51
522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Add $(LIB) to all-local.
55
562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
59
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
732002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
76
772001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
80        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
81
822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
85        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
86
872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
90
912001-10-12      Joel Sherrill <joel@OARcorp.com>
92
93        * console/console-io.c: Fixed typo.
94
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-09-27      Joel Sherrill <joel@OARcorp.com>
102
103        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
104
1052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * include/Makefile.am: Use 'CLEANFILES ='.
108        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
109
1102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: Add bspopts.h.
113        * include/.cvsignore: Add bspopts.h*, stamp-h*.
114        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
115        * include/bsp.h: Include bspopts.h.
116
1172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
118
119        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
120
1212001-01-03      Joel Sherrill <joel@OARcorp.com>
122
123        * console/console-io.c: Added console_initialize_hardware().
124
1252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
128
1292000-11-09      Joel Sherrill <joel@OARcorp.com>
130
131        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
132        wrapup/Makefile.am: Added include of stub clock driver so ticker
133        would link.
134
1352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
138
1392000-11-01      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
142        libcsupport.h moved from libc to lib/include/rtems and
143        now must be referenced as <rtems/XXX.h>.   Header file order
144        was cleaned up while doing this.
145
1462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
149        Switch to GNU canonicalization.
150
1512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
154        wrapup/Makefile.am: Include compile.am
155
1562000-08-10      Joel Sherrill <joel@OARcorp.com>
157
158        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.