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

4.104.114.84.95
Last change on this file since 11a4a3b2 was 11a4a3b2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 14:52:00

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

  • startup/Makefile.am: Misc cleanups and fixes.
  • startup/linkcmds: Preparations to gcc-3.3.x.
  • wrapup/Makefile.am: Misc cleanups and fixes.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Misc cleanups and fixes.
4        * startup/linkcmds: Preparations to gcc-3.3.x.
5        * wrapup/Makefile.am: Misc cleanups and fixes.
6
72003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Add preinstallation dirstamp support.
10        * dlentry/Makefile.am: Cosmetics.
11        * startup/Makefile.am: Cosmetics.
12        * wrapup/Makefile.am: Cosmetics.
13
142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * dlentry/Makefile.am: Remove all-local: $(ARCH).
17        * startup/Makefile.am: Remove all-local: $(ARCH).
18        * wrapup/Makefile.am: Remove all-local: $(ARCH).
19
202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        Reflect changes to bsp.am.
24        * include/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp_specs: Remove *lib:.
30
312003-09-04      Joel Sherrill <joel@OARcorp.com>
32
33        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
34        startup/setvec.c: URL for license changed.
35
362003-09-04      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/bspstart.c: Removed incorrect statement about copyright
39        assignment.
40
412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved aclocal/.
44
452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect having moved automake/.
48        * dlentry/Makefile.am: Reflect having moved automake/.
49        * include/Makefile.am: Reflect having moved automake/.
50        * startup/Makefile.am: Reflect having moved automake/.
51        * wrapup/Makefile.am: Reflect having moved automake/.
52
532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
56
572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        PR 445/bsps
60        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
61        Remove cpp, old_cpp (now unused).
62
632003-03-24      Joel Sherrill <joel@OARcorp.com>
64
65        PR 378/bsps
66        * bsp_specs: Did not include ecrtn in endfile sections. Reported
67        and fixed by elkolli@crf.canon.fr.
68
692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_CONFIG_AUX_DIR.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-20      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds*: Add FreeBSD sysctl() sections.
84
852003-01-20      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
88
892002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97
982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Reformat.
101        Add autom4te*cache.
102        Remove autom4te.cache.
103
1042002-08-21      Joel Sherrill <joel@OARcorp.com>
105
106        * bsp_specs: Added support for -nostdlibs.
107
1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
113
1142002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
117        the real one provided by gcc.  I don't know if this makes this
118        BSP work for C++ but it at least lets simple programs link again.
119
1202002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
123
1242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
127        Remove $(OBJS) from all-local.
128
1292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
132
1332002-06-14      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: Fixed typo.
1362001-05-09      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: In support of gcc 3.1, added one of more
139        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
140        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
141        and direction of segments to memory regions may also have been
142        addressed.  This was a sweep across all BSPs.
143 
1442001-04-08      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
147        add .eh_frame.
148 
1492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac:
152        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
153        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
154        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
159
1602001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
163
1642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
167
1682001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
171        rules, add @exceptions@ to SUBDIRS.
172        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
173        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
174        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
175        * include/Makefile.am: Convert PREINSTALL_FILES to
176        TMPINSTALL_FILES, include force-preinstall.am.
177        * wrapup/Makefile.am: Apply @exceptions@.
178
1792001-11-20      Joel Sherrill <joel@OARcorp.com>
180
181        * include/bspopts.h.in: Automatically generated file that should not
182        be in CVS.
183
1842001-11-14      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Fixed syntax error in my previous addition
187        of __init.
188
1892001-11-13      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Added _init, and _fini symbols.
192
1932001-11-13      Joel Sherrill <joel@OARcorp.com>
194
195        * .cvsignore: New file.
196
1972001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
198
199        This modification is part of the submitted modifications necessary to
200        support the IBM PPC405 family.  This submission was reviewed by
201        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
202        not negatively impact the ppc403 BSPs.  The submission and tracking
203        process was captured as PR50.
204        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
205        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
206        include/.cvsignore, include/Makefile.am, include/bsp.h,
207        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
208        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
209        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
210        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
211        part of the new gen405 BSP.
212
Note: See TracBrowser for help on using the repository browser.