source: rtems/c/src/lib/libbsp/powerpc/gen405/ChangeLog @ 4a679419

4.104.114.84.95
Last change on this file since 4a679419 was 4a679419, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:18

2003-12-02 Ralf Corsepius <corsepiu@…>

  • dlentry/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[4a679419]12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * dlentry/Makefile.am: Remove all-local: $(ARCH).
4        * startup/Makefile.am: Remove all-local: $(ARCH).
5        * wrapup/Makefile.am: Remove all-local: $(ARCH).
6
[a692823e]72003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Merge-in include/Makefile.am.
10        Reflect changes to bsp.am.
11        * include/Makefile.am: Remove.
12        * configure.ac: Reflect changes above.
13
[e05490a8]142003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * bsp_specs: Remove *lib:.
17
[756e5c0]182003-09-04      Joel Sherrill <joel@OARcorp.com>
19
20        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
21        startup/setvec.c: URL for license changed.
22
[aa286a9e]232003-09-04      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/bspstart.c: Removed incorrect statement about copyright
26        assignment.
27
[fe8bc62f]282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect having moved aclocal/.
31
[bc92457]322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
[c483a4e]34        * Makefile.am: Reflect having moved automake/.
35        * dlentry/Makefile.am: Reflect having moved automake/.
36        * include/Makefile.am: Reflect having moved automake/.
37        * startup/Makefile.am: Reflect having moved automake/.
38        * wrapup/Makefile.am: Reflect having moved automake/.
[bc92457]39
[7dcc3fe]402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
43
[d266acd2]442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
[75fcb394]46        PR 445/bsps
[d266acd2]47        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
48        Remove cpp, old_cpp (now unused).
49
[81aa167]502003-03-24      Joel Sherrill <joel@OARcorp.com>
51
52        PR 378/bsps
53        * bsp_specs: Did not include ecrtn in endfile sections. Reported
54        and fixed by elkolli@crf.canon.fr.
55
[7a97f26]562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove AC_CONFIG_AUX_DIR.
59
[ccd81b60]602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
63
[9b5c258]642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AC_PREREQ(2.57).
67
[1d36d2af]682003-01-20      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds*: Add FreeBSD sysctl() sections.
71
[87910b3]722003-01-20      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
75
[d030746b]762002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
[8361b50]812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84
[8730f45]852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
[a2ae30c2]912002-08-21      Joel Sherrill <joel@OARcorp.com>
92
93        * bsp_specs: Added support for -nostdlibs.
94
[d30b703]952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
100
[025e3128]1012002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
104        the real one provided by gcc.  I don't know if this makes this
105        BSP work for C++ but it at least lets simple programs link again.
106
[f1feebb]1072002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
110
[445c0a0]1112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
114        Remove $(OBJS) from all-local.
115
[80defac]1162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
119
[22501172]1202002-06-14      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Fixed typo.
[85c92574]1232001-05-09      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: In support of gcc 3.1, added one of more
126        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
127        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
128        and direction of segments to memory regions may also have been
129        addressed.  This was a sweep across all BSPs.
130 
[0b5da30a]1312001-04-08      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
134        add .eh_frame.
135 
[9d9400ac]1362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac:
139        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
140        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
141        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
146
[85ca769]1472001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
150
[9e1ae79]1512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
154
[fc16e17]1552001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
158        rules, add @exceptions@ to SUBDIRS.
159        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
160        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
161        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
162        * include/Makefile.am: Convert PREINSTALL_FILES to
163        TMPINSTALL_FILES, include force-preinstall.am.
164        * wrapup/Makefile.am: Apply @exceptions@.
165
[524c7414]1662001-11-20      Joel Sherrill <joel@OARcorp.com>
167
168        * include/bspopts.h.in: Automatically generated file that should not
169        be in CVS.
170
[4fa90c0]1712001-11-14      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/linkcmds: Fixed syntax error in my previous addition
174        of __init.
175
[bb0ea09]1762001-11-13      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: Added _init, and _fini symbols.
179
[1ef9056f]1802001-11-13      Joel Sherrill <joel@OARcorp.com>
181
182        * .cvsignore: New file.
183
[57ed393]1842001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
185
186        This modification is part of the submitted modifications necessary to
187        support the IBM PPC405 family.  This submission was reviewed by
188        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
189        not negatively impact the ppc403 BSPs.  The submission and tracking
190        process was captured as PR50.
191        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
192        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
193        include/.cvsignore, include/Makefile.am, include/bsp.h,
194        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
195        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
196        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
197        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
198        part of the new gen405 BSP.
199
Note: See TracBrowser for help on using the repository browser.