source: rtems/c/src/lib/libbsp/powerpc/gen405/ChangeLog @ 75fcb394

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 445/bsps
8        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
9        Remove cpp, old_cpp (now unused).
10
112003-03-24      Joel Sherrill <joel@OARcorp.com>
12
13        PR 378/bsps
14        * bsp_specs: Did not include ecrtn in endfile sections. Reported
15        and fixed by elkolli@crf.canon.fr.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove AC_CONFIG_AUX_DIR.
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_PREREQ(2.57).
28
292003-01-20      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds*: Add FreeBSD sysctl() sections.
32
332003-01-20      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
36
372002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-08-21      Joel Sherrill <joel@OARcorp.com>
53
54        * bsp_specs: Added support for -nostdlibs.
55
562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
61
622002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
65        the real one provided by gcc.  I don't know if this makes this
66        BSP work for C++ but it at least lets simple programs link again.
67
682002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
71
722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
75        Remove $(OBJS) from all-local.
76
772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
80
812002-06-14      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Fixed typo.
842001-05-09      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: In support of gcc 3.1, added one of more
87        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
88        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
89        and direction of segments to memory regions may also have been
90        addressed.  This was a sweep across all BSPs.
91 
922001-04-08      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
95        add .eh_frame.
96 
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
111
1122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
115
1162001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
119        rules, add @exceptions@ to SUBDIRS.
120        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
121        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
122        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
123        * include/Makefile.am: Convert PREINSTALL_FILES to
124        TMPINSTALL_FILES, include force-preinstall.am.
125        * wrapup/Makefile.am: Apply @exceptions@.
126
1272001-11-20      Joel Sherrill <joel@OARcorp.com>
128
129        * include/bspopts.h.in: Automatically generated file that should not
130        be in CVS.
131
1322001-11-14      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Fixed syntax error in my previous addition
135        of __init.
136
1372001-11-13      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: Added _init, and _fini symbols.
140
1412001-11-13      Joel Sherrill <joel@OARcorp.com>
142
143        * .cvsignore: New file.
144
1452001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
146
147        This modification is part of the submitted modifications necessary to
148        support the IBM PPC405 family.  This submission was reviewed by
149        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
150        not negatively impact the ppc403 BSPs.  The submission and tracking
151        process was captured as PR50.
152        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
153        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
154        include/.cvsignore, include/Makefile.am, include/bsp.h,
155        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
156        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
157        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
158        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
159        part of the new gen405 BSP.
160
Note: See TracBrowser for help on using the repository browser.