source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 9ace8a74

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

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.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 4.8 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        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am:
13        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
14
152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Eliminate PGM.
18        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(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-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
32
332001-05-09      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: In support of gcc 3.1, added one of more
36        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
37        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
38        and direction of segments to memory regions may also have been
39        addressed.  This was a sweep across all BSPs.
40        * startup/linkcmds.real: Ditto.
41        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
42 
432002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/nulsystbl.c: Fix braces.
46        * startup/Makefile.am: Remove types.h.
47        * startup/types.h: Remove.
48
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
66
672001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
70        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
71
722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
75
762001-10-12      Joel Sherrill <joel@OARcorp.com>
77
78        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
79        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
80        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-09      Joel Sherrill <joel@OARcorp.com>
109
110        * Removing non-function shmsupp directory.
111        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
112        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
113        * configure.in, Makefile.am, wrapup/Makefile.am
114
1152000-12-06      Joel Sherrill <joel@OARcorp.com>
116
117        * include/bsp.h: Removed incorrect error case.
118
1192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
122
1232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
126
1272000-11-01      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
130        and libcsupport.h moved from libc to lib/include/rtems and
131        now must be referenced as <rtems/XXX.h>.   Header file order
132        was cleaned up while doing this.
133
1342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
137        Switch to GNU canonicalization.
138
1392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
142        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
143        start/Makefile.am: Include compile.am
144
1452000-08-10      Joel Sherrill <joel@OARcorp.com>
146
147        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.