source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 681bd04

4.104.114.84.95
Last change on this file since 681bd04 was 681bd04, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:48:00

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

  • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * scitab/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
82002-07-25      Joel Sherrill <joel@OARcorp.com>
9
10        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
11        to remove problems linking empty main(){} with BSP.
12
132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Eliminate PGMS.
16        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
17
182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
21
222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
25        Remove $(OBJS) from all-local.
26
272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
30
312001-05-09      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: In support of gcc 3.1, added one of more
34        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
35        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
36        and direction of segments to memory regions may also have been
37        addressed.  This was a sweep across all BSPs.
38 
392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac:
42        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
43        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
44        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
55
562001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
59        RTEMS_BSPOPTS_*(START_HW_INIT),
60        RTEMS_BSPOPTS_*(STANDALONE_EVB).
61        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
62
632001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
66
672001-10-12      Joel Sherrill <joel@OARcorp.com>
68
69        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
70        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
71        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
72
732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76        * configure.in: Remove.
77        * configure.ac: New file, generated from configure.in by autoupdate.
78
792001-09-27      Joel Sherrill <joel@OARcorp.com>
80
81        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
82
832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
86        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
87
882001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
91
922001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
93
94        * include/bsp.h: Disabled redefinition of
95        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
96        * console/config.c: New file. Definitions of externs referenced
97        from libbsp/shared/console.c.
98        * console/Makefile.am: Changed VPATH to point to
99        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
100
1012001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.in: Add bspopts.h.
104        * include/.cvsignore: Add bspopts.h*, stamp-h*.
105        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
106        * include/bsp.h: Include bspopts.h.
107        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
108
1092001-06-19      Joel Sherrill <joel@OARcorp.com>
110
111        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
112        it is called in configure.in instead of HZ.
113
1142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
117        bspopts.h.     
118        * include/.cvsignore: Add stamp-h*, bspopts.h*.
119        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
120        * include/bsp.h: Add bspopts.h.
121        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
122
1232001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * startup/linkcmds: Remove OUTPUT_FORMAT.
126
1272001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
128
129        * README.EVB7045F: New file.
130        * README: Additions and corrections.
131        * include/bsp.h: Switch console to sci0.
132
1332001-01-05      Joel Sherrill <joel@OARcorp.com>
134
135        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
136        the movement of this component to libmisc.
137        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
138
1392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
142
1432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
146
1472000-11-01      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
150        and libcsupport.h moved from libc to lib/include/rtems and
151        now must be referenced as <rtems/XXX.h>.   Header file order
152        was cleaned up while doing this.
153
1542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
157        Switch to GNU canonicalization.
158
1592000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * scitab/Makefile.am: PROJECT_TOPdir.
162
1632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
166        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
167
1682000-08-10      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.