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

4.104.114.84.95
Last change on this file since a46e5eb6 was a46e5eb6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:23:24

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
8
92002-08-05      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
12        to avoid overlapping sections and reworked the way the heap and
13        workspace are calculated.
14
152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Eliminate PGM.
18        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
19
202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
23
242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
27        Remove $(OBJS) from all-local.
28
292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Add $(LIB) to all-local.
32
332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
36
372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac:
40        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
41        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
42        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
53
542001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
57        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
58
592001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
62        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
63
642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
67
682001-10-12      Joel Sherrill <joel@OARcorp.com>
69
70        * console/console-io.c: Fixed typo.
71
722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
75        * configure.in: Remove.
76        * configure.ac: New file, generated from configure.in by autoupdate.
77
782001-09-27      Joel Sherrill <joel@OARcorp.com>
79
80        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
81
822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * include/Makefile.am: Use 'CLEANFILES ='.
85        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
86
872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Add bspopts.h.
90        * include/.cvsignore: Add bspopts.h*, stamp-h*.
91        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
92        * include/bsp.h: Include bspopts.h.
93
942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
97
982001-01-03      Joel Sherrill <joel@OARcorp.com>
99
100        * console/console-io.c: Added console_initialize_hardware().
101
1022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
105
1062000-11-09      Joel Sherrill <joel@OARcorp.com>
107
108        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
109        wrapup/Makefile.am: Added include of stub clock driver so ticker
110        would link.
111
1122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
115
1162000-11-01      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
119        libcsupport.h moved from libc to lib/include/rtems and
120        now must be referenced as <rtems/XXX.h>.   Header file order
121        was cleaned up while doing this.
122
1232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
126        Switch to GNU canonicalization.
127
1282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
131        wrapup/Makefile.am: Include compile.am
132
1332000-08-10      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.