source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/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.6 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-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
12
132002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/start.S: remove targopts.h.
16
172001-04-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
20 
212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac:
24        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
25        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
26        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
44
452001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Add @exceptions@ to SUBDIRS.
48        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
49        make/custom/ppcn_60x.cfg;
50        Add RTEMS_PPC_EXCEPTIONS([old]).
51        * include/Makefile.am: include force-preinstall.am.
52        * wrapup/Makefile.am: Apply @exceptions@.
53
542001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
55
56        This modification is part of the submitted modifications necessary to
57        support the IBM PPC405 family.  This submission was reviewed by
58        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
59        not negatively impact the ppc403 BSPs.  The submission and tracking
60        process was captured as PR50.
61        * startup/spurious.c: Added ppc405 support.
62
632001-10-25      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: Added _init and _fini.
66
672001-10-12      Joel Sherrill <joel@OARcorp.com>
68
69        * clock/clock.c, console/console.c, console/debugio.c,
70        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
71        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
72        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
73        timer/timer.c: Fixed typo.
74
752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
78        * configure.in: Remove.
79        * configure.ac: New file, generated from configure.in by autoupdate.
80
812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
84
852001-06-19      Joel Sherrill <joel@OARcorp.com>
86
87        * include/Makefile.am: Fixed typo.
88
892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.in: Add bspopts.h.
92        * include/.cvsignore: Add bspopts.h*, stamp-h*.
93        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
94        * include/bsp.h: Include bspopts.h.
95
962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
97
98        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
99
1002001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
103        CVS-Id.
104        * include/chain.h: Remove.
105        * include/Makefile.am: Remove chain.h.
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-11-01      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
118        and libcsupport.h moved from libc to lib/include/rtems and
119        now must be referenced as <rtems/XXX.h>.   Header file order
120        was cleaned up while doing this.
121
1222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
130        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
131        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
132        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
133        Include compile.am
134
1352000-08-10      Joel Sherrill <joel@OARcorp.com>
136
137        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.