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

4.104.114.84.95
Last change on this file since e393f28 was e393f28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:53

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

  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
8
92003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
12
132003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * startup/Makefile.am: Misc cleanups and fixes.
16        * startup/linkcmds: Preparations to gcc-3.3.x.
17        * wrapup/Makefile.am: Misc cleanups and fixes.
18
192003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add preinstallation dirstamp support.
22        * dlentry/Makefile.am: Cosmetics.
23        * startup/Makefile.am: Cosmetics.
24        * wrapup/Makefile.am: Cosmetics.
25
262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * dlentry/Makefile.am: Remove all-local: $(ARCH).
29        * startup/Makefile.am: Remove all-local: $(ARCH).
30        * wrapup/Makefile.am: Remove all-local: $(ARCH).
31
322003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Merge-in include/Makefile.am.
35        Reflect changes to bsp.am.
36        * include/Makefile.am: Remove.
37        * configure.ac: Reflect changes above.
38
392003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * bsp_specs: Remove *lib:.
42
432003-09-04      Joel Sherrill <joel@OARcorp.com>
44
45        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
46        startup/setvec.c: URL for license changed.
47
482003-09-04      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/bspstart.c: Removed incorrect statement about copyright
51        assignment.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * dlentry/Makefile.am: Reflect having moved automake/.
61        * include/Makefile.am: Reflect having moved automake/.
62        * startup/Makefile.am: Reflect having moved automake/.
63        * wrapup/Makefile.am: Reflect having moved automake/.
64
652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
68
692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 445/bsps
72        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
73        Remove cpp, old_cpp (now unused).
74
752003-03-24      Joel Sherrill <joel@OARcorp.com>
76
77        PR 378/bsps
78        * bsp_specs: Did not include ecrtn in endfile sections. Reported
79        and fixed by elkolli@crf.canon.fr.
80
812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove AC_CONFIG_AUX_DIR.
84
852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
88
892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: AC_PREREQ(2.57).
92
932003-01-20      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds*: Add FreeBSD sysctl() sections.
96
972003-01-20      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
100
1012002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105
1062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109
1102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Reformat.
113        Add autom4te*cache.
114        Remove autom4te.cache.
115
1162002-08-21      Joel Sherrill <joel@OARcorp.com>
117
118        * bsp_specs: Added support for -nostdlibs.
119
1202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
125
1262002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
129        the real one provided by gcc.  I don't know if this makes this
130        BSP work for C++ but it at least lets simple programs link again.
131
1322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
135
1362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
139        Remove $(OBJS) from all-local.
140
1412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
144
1452002-06-14      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: Fixed typo.
1482001-05-09      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: In support of gcc 3.1, added one of more
151        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
152        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
153        and direction of segments to memory regions may also have been
154        addressed.  This was a sweep across all BSPs.
155 
1562001-04-08      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
159        add .eh_frame.
160 
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac:
164        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
166        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
171
1722001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
175
1762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
179
1802001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
183        rules, add @exceptions@ to SUBDIRS.
184        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
185        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
186        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
187        * include/Makefile.am: Convert PREINSTALL_FILES to
188        TMPINSTALL_FILES, include force-preinstall.am.
189        * wrapup/Makefile.am: Apply @exceptions@.
190
1912001-11-20      Joel Sherrill <joel@OARcorp.com>
192
193        * include/bspopts.h.in: Automatically generated file that should not
194        be in CVS.
195
1962001-11-14      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Fixed syntax error in my previous addition
199        of __init.
200
2012001-11-13      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Added _init, and _fini symbols.
204
2052001-11-13      Joel Sherrill <joel@OARcorp.com>
206
207        * .cvsignore: New file.
208
2092001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
210
211        This modification is part of the submitted modifications necessary to
212        support the IBM PPC405 family.  This submission was reviewed by
213        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
214        not negatively impact the ppc403 BSPs.  The submission and tracking
215        process was captured as PR50.
216        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
217        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
218        include/.cvsignore, include/Makefile.am, include/bsp.h,
219        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
220        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
221        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
222        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
223        part of the new gen405 BSP.
224
Note: See TracBrowser for help on using the repository browser.