source: rtems/c/src/lib/libbsp/arm/armulator/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: 4.0 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-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
22
232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
26
272001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
30        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
31
322001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
35        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
36
372001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
40
412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
44
452001-10-17      Joel Sherrill <joel@OARcorp.com>
46
47        * timer: New subdirectory.
48        * timer/Makefile.am: New file.
49        * timer/.cvsignore: New file.
50        * Makefile.am: Modified to reflect above.
51        * configure.ac: Ditto.
52
532001-10-12      Joel Sherrill <joel@OARcorp.com>
54
55        * console/console-io.c: Fixed typo.
56
572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
60        * configure.in: Remove.
61        * configure.ac: New file, generated from configure.in by autoupdate.
62
632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * include/Makefile.am: Use 'CLEANFILES ='.
66        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
67
682001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.in: Add include/bspopts.h.
71        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
72        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
73        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
74        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
75        * include/bsp.h: Add bspopts.h.
76
772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
78
79        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
80
812001-01-03      Joel Sherrill <joel@OARcorp.com>
82
83        * console/console-io.c: Added console_initialize_hardware().
84
852000-12-06      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/bspstart.c: Removed unused variables ramSpace and _end.
88        Added prototype for initialize_monitor_handles().
89        * startup/syscalls.c: Added casts and removed unused variables to
90        eliminate warnings.
91
922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
95
962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
99
1002000-11-01      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
103        and libcsupport.h moved from libc to lib/include/rtems and
104        now must be referenced as <rtems/XXX.h>.   Header file order
105        was cleaned up while doing this.
106
1072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
110        Switch to GNU canonicalization.
111
1122000-09-13      Joel Sherrill <joel@OARcorp.com>
113
114        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
119        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
120
1212000-08-10      Joel Sherrill <joel@OARcorp.com>
122
123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.