source: rtems/c/src/lib/libbsp/powerpc/psim/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: 5.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-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * startup/bspstart.c: Include <rtems/bspIo.h>.
12        * vectors/align_h.S: Use <> instead of "" for include files.
13
142001-04-08      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
17 
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
33
342002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
37
382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
41
422001-11-26      Joel Sherrill <joel@OARcorp.com>
43
44        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
45
462001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Add @exceptions@ to SUBDIRS.
49        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
50        make/custom/psim.cfg;
51        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
52        Add RTEMS_PPC_EXCEPTIONS([old]).
53        * include/Makefile.am: include force-preinstall.am.
54        * wrapup/Makefile.am: Apply @exceptions@.
55
562001-11-20      Joel Sherrill <joel@OARcorp.com>
57
58        * console/console-io.c: Fix incorrect comment.
59
602001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
61
62        This modification is part of the submitted modifications necessary to
63        support the IBM PPC405 family.  This submission was reviewed by
64        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
65        not negatively impact the ppc403 BSPs.  The submission and tracking
66        process was captured as PR50.
67        * vectors/align_h.S: Added ppc405 support.
68
692001-10-25      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Added _init and _fini.
72
732001-10-12      Joel Sherrill <joel@OARcorp.com>
74
75        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
76
772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
80        * configure.in: Remove.
81        * configure.ac: New file, generated from configure.in by autoupdate.
82
832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
86
872001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
90        happy.
91
922001-08-16      Joel Sherrill <joel@OARcorp.com>
93
94        * clock/clock.c: Ensure that clock ticks are long enough to
95        make forward progress.  This was modified to improve results
96        on the RTEMS tests and the ACATS.
97        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
98        gnat 3.13p.
99
1002001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.in: Add bspopts.h.
103        * include/.cvsignore: Add bspopts.h*, stamp-h*.
104        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
105        * include/bsp.h: Include bspopts.h.
106
1072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
110
1112001-01-03      Joel Sherrill <joel@OARcorp.com>
112
113        * clock/clock.c: Use shared clock driver shell.
114        * console/console.c: Removed.  Now use shared polling shell.
115        * console/console-io.c: New file.
116        * console/Makefile.am: Correct to use shared polling shell.
117        * startup/bspstart.c: Remove all fast idle references.
118
1192000-12-19      Joel Sherrill <joel@OARcorp.com>
120
121        * timer/timer.c: Removed incorrect comments about ERC32.
122
1232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
126
1272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
130
1312000-11-01      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
134        and libcsupport.h moved from libc to lib/include/rtems and
135        now must be referenced as <rtems/XXX.h>.   Header file order
136        was cleaned up while doing this.
137
1382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
141        Switch to GNU canonicalization.
142
1432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
146        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
147        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
148
1492000-08-10      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.