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

4.104.114.84.95
Last change on this file since 6411947 was 6411947, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 06:14:08

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate $(LIB).
4        Use noinst_DATA to trigger building libbsp.a.
5
62003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * dlentry/Makefile.am: Eliminate VPATH.
9        * startup/Makefile.am: Eliminate VPATH.
10
112003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        PR 333/bsps
14        * startup/linkcmds: Remove SEARCH_DIR.
15
162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * startup/linkcmds: Remove SEARCH_DIR.
19        * startup/linkcmds.dl: Remove SEARCH_DIR.
20
212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
24
252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
32
332003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * startup/Makefile.am: Misc cleanups and fixes.
36        * startup/linkcmds: Preparations to gcc-3.3.x.
37        * wrapup/Makefile.am: Misc cleanups and fixes.
38
392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add preinstallation dirstamp support.
42        * dlentry/Makefile.am: Cosmetics.
43        * startup/Makefile.am: Cosmetics.
44        * wrapup/Makefile.am: Cosmetics.
45
462003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * dlentry/Makefile.am: Remove all-local: $(ARCH).
49        * startup/Makefile.am: Remove all-local: $(ARCH).
50        * wrapup/Makefile.am: Remove all-local: $(ARCH).
51
522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Merge-in include/Makefile.am.
55        Reflect changes to bsp.am.
56        * include/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58
592003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * bsp_specs: Remove *lib:.
62
632003-09-04      Joel Sherrill <joel@OARcorp.com>
64
65        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
66        startup/setvec.c: URL for license changed.
67
682003-09-04      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/bspstart.c: Removed incorrect statement about copyright
71        assignment.
72
732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved aclocal/.
76
772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect having moved automake/.
80        * dlentry/Makefile.am: Reflect having moved automake/.
81        * include/Makefile.am: Reflect having moved automake/.
82        * startup/Makefile.am: Reflect having moved automake/.
83        * wrapup/Makefile.am: Reflect having moved automake/.
84
852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
88
892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 445/bsps
92        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
93        Remove cpp, old_cpp (now unused).
94
952003-03-24      Joel Sherrill <joel@OARcorp.com>
96
97        PR 378/bsps
98        * bsp_specs: Did not include ecrtn in endfile sections. Reported
99        and fixed by elkolli@crf.canon.fr.
100
1012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove AC_CONFIG_AUX_DIR.
104
1052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
108
1092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: AC_PREREQ(2.57).
112
1132003-01-20      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds*: Add FreeBSD sysctl() sections.
116
1172003-01-20      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
120
1212002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
124        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125
1262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129
1302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * .cvsignore: Reformat.
133        Add autom4te*cache.
134        Remove autom4te.cache.
135
1362002-08-21      Joel Sherrill <joel@OARcorp.com>
137
138        * bsp_specs: Added support for -nostdlibs.
139
1402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
143        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
144        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
145
1462002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
149        the real one provided by gcc.  I don't know if this makes this
150        BSP work for C++ but it at least lets simple programs link again.
151
1522002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
155
1562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
159        Remove $(OBJS) from all-local.
160
1612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
164
1652002-06-14      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Fixed typo.
1682001-05-09      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: In support of gcc 3.1, added one of more
171        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
172        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
173        and direction of segments to memory regions may also have been
174        addressed.  This was a sweep across all BSPs.
175 
1762001-04-08      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
179        add .eh_frame.
180 
1812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac:
184        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
185        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
186        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
191
1922001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
195
1962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
199
2002001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
203        rules, add @exceptions@ to SUBDIRS.
204        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
205        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
206        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
207        * include/Makefile.am: Convert PREINSTALL_FILES to
208        TMPINSTALL_FILES, include force-preinstall.am.
209        * wrapup/Makefile.am: Apply @exceptions@.
210
2112001-11-20      Joel Sherrill <joel@OARcorp.com>
212
213        * include/bspopts.h.in: Automatically generated file that should not
214        be in CVS.
215
2162001-11-14      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: Fixed syntax error in my previous addition
219        of __init.
220
2212001-11-13      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: Added _init, and _fini symbols.
224
2252001-11-13      Joel Sherrill <joel@OARcorp.com>
226
227        * .cvsignore: New file.
228
2292001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
230
231        This modification is part of the submitted modifications necessary to
232        support the IBM PPC405 family.  This submission was reviewed by
233        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
234        not negatively impact the ppc403 BSPs.  The submission and tracking
235        process was captured as PR50.
236        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
237        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
238        include/.cvsignore, include/Makefile.am, include/bsp.h,
239        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
240        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
241        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
242        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
243        part of the new gen405 BSP.
244
Note: See TracBrowser for help on using the repository browser.