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

4.104.114.84.95
Last change on this file since bc9037d was bc9037d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/02 at 21:00:25

2002-07-25 Joel Sherrill <joel@…>

  • startup/linkcmds: Added EH_FRAME_BEGIN and EH_FRAME_END to remove problems linking empty main(){} with BSP.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12002-07-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
4        to remove problems linking empty main(){} with BSP.
5
62002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Eliminate PGMS.
9        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
10
112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
14
152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
18        Remove $(OBJS) from all-local.
19
202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
23
242001-05-09      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds: In support of gcc 3.1, added one of more
27        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
28        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
29        and direction of segments to memory regions may also have been
30        addressed.  This was a sweep across all BSPs.
31 
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
48
492001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
52        RTEMS_BSPOPTS_*(START_HW_INIT),
53        RTEMS_BSPOPTS_*(STANDALONE_EVB).
54        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
55
562001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
59
602001-10-12      Joel Sherrill <joel@OARcorp.com>
61
62        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
63        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
64        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
65
662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
69        * configure.in: Remove.
70        * configure.ac: New file, generated from configure.in by autoupdate.
71
722001-09-27      Joel Sherrill <joel@OARcorp.com>
73
74        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
75
762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
79        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
80
812001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
84
852001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
86
87        * include/bsp.h: Disabled redefinition of
88        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
89        * console/config.c: New file. Definitions of externs referenced
90        from libbsp/shared/console.c.
91        * console/Makefile.am: Changed VPATH to point to
92        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
93
942001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Add bspopts.h.
97        * include/.cvsignore: Add bspopts.h*, stamp-h*.
98        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
99        * include/bsp.h: Include bspopts.h.
100        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
101
1022001-06-19      Joel Sherrill <joel@OARcorp.com>
103
104        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
105        it is called in configure.in instead of HZ.
106
1072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
110        bspopts.h.     
111        * include/.cvsignore: Add stamp-h*, bspopts.h*.
112        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
113        * include/bsp.h: Add bspopts.h.
114        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
115
1162001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/linkcmds: Remove OUTPUT_FORMAT.
119
1202001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
121
122        * README.EVB7045F: New file.
123        * README: Additions and corrections.
124        * include/bsp.h: Switch console to sci0.
125
1262001-01-05      Joel Sherrill <joel@OARcorp.com>
127
128        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
129        the movement of this component to libmisc.
130        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
131
1322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
1362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
1402000-11-01      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
143        and libcsupport.h moved from libc to lib/include/rtems and
144        now must be referenced as <rtems/XXX.h>.   Header file order
145        was cleaned up while doing this.
146
1472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
150        Switch to GNU canonicalization.
151
1522000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * scitab/Makefile.am: PROJECT_TOPdir.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
159        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
160
1612000-08-10      Joel Sherrill <joel@OARcorp.com>
162
163        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.