source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog @ 85c92574

4.104.114.84.95
Last change on this file since 85c92574 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12001-05-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: In support of gcc 3.1, added one of more
4        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
5        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
6        and direction of segments to memory regions may also have been
7        addressed.  This was a sweep across all BSPs.
8 
92002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Update, remove code rott.
12
132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac:
16        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
17        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
18        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
27
282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
31
322001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
35        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
36
372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
40
412001-10-17      Joel Sherrill <joel@OARcorp.com>
42
43        * timer: New subdirectory.
44        * timer/Makefile.am: New file.
45        * timer/.cvsignore: New file.
46        * Makefile.am: Modified to reflect above.
47        * configure.ac: Ditto.
48        * wrapup/Makefile.am: Ditto.
49        * include/bsp.h: Stubs to let tm27 compile and link.
50
512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
54        * configure.in: Remove.
55        * configure.ac: New file, generated from configure.in by autoupdate.
56
572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * include/Makefile.am: Use 'CLEANFILES ='.
60        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
61        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
62
632001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.in: Add include/bspopts.h.
66        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
67        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
68        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
69        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
70        * include/bsp.h: Add bspopts.h.
71
722001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
75
762001-01-08      Joel Sherrill <joel@OARcorp.com>
77
78        * include/bsp.h: Added closing brace for extern C.
79
802000-12-06      Joel Sherrill <joel@OARcorp.com>
81
82        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
83        * configure.in: Add clock subdirectory.
84        * include/Makefile.am: Add coverhd.h.
85
862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
89
902000-11-02      Joel Sherrill <joel@OARcorp.com>
91
92        * bsp_specs: Remove -Tlinkcmds from *link rule.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-11-01      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
101        and libcsupport.h moved from libc to lib/include/rtems and
102        now must be referenced as <rtems/XXX.h>.   Header file order
103        was cleaned up while doing this.
104
1052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
113        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
114        Include compile.am.
115
1162000-08-10      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.