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

4.104.114.84.95
Last change on this file since 6d871a5f was a692823e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 12:23:14

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

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
15        startup/setvec.c: URL for license changed.
16
172003-09-04      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/bspstart.c: Removed incorrect statement about copyright
20        assignment.
21
222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved aclocal/.
25
262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect having moved automake/.
29        * dlentry/Makefile.am: Reflect having moved automake/.
30        * include/Makefile.am: Reflect having moved automake/.
31        * startup/Makefile.am: Reflect having moved automake/.
32        * wrapup/Makefile.am: Reflect having moved automake/.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        PR 445/bsps
41        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
42        Remove cpp, old_cpp (now unused).
43
442003-03-24      Joel Sherrill <joel@OARcorp.com>
45
46        PR 378/bsps
47        * bsp_specs: Did not include ecrtn in endfile sections. Reported
48        and fixed by elkolli@crf.canon.fr.
49
502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove AC_CONFIG_AUX_DIR.
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AC_PREREQ(2.57).
61
622003-01-20      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds*: Add FreeBSD sysctl() sections.
65
662003-01-20      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
69
702002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74
752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78
792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Reformat.
82        Add autom4te*cache.
83        Remove autom4te.cache.
84
852002-08-21      Joel Sherrill <joel@OARcorp.com>
86
87        * bsp_specs: Added support for -nostdlibs.
88
892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
98        the real one provided by gcc.  I don't know if this makes this
99        BSP work for C++ but it at least lets simple programs link again.
100
1012002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
104
1052002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
108        Remove $(OBJS) from all-local.
109
1102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
113
1142002-06-14      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/linkcmds: Fixed typo.
1172001-05-09      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds: In support of gcc 3.1, added one of more
120        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
121        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
122        and direction of segments to memory regions may also have been
123        addressed.  This was a sweep across all BSPs.
124 
1252001-04-08      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
128        add .eh_frame.
129 
1302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac:
133        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
134        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
135        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
140
1412001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
144
1452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
148
1492001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
152        rules, add @exceptions@ to SUBDIRS.
153        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
154        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
155        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
156        * include/Makefile.am: Convert PREINSTALL_FILES to
157        TMPINSTALL_FILES, include force-preinstall.am.
158        * wrapup/Makefile.am: Apply @exceptions@.
159
1602001-11-20      Joel Sherrill <joel@OARcorp.com>
161
162        * include/bspopts.h.in: Automatically generated file that should not
163        be in CVS.
164
1652001-11-14      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Fixed syntax error in my previous addition
168        of __init.
169
1702001-11-13      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Added _init, and _fini symbols.
173
1742001-11-13      Joel Sherrill <joel@OARcorp.com>
175
176        * .cvsignore: New file.
177
1782001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
179
180        This modification is part of the submitted modifications necessary to
181        support the IBM PPC405 family.  This submission was reviewed by
182        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
183        not negatively impact the ppc403 BSPs.  The submission and tracking
184        process was captured as PR50.
185        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
186        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
187        include/.cvsignore, include/Makefile.am, include/bsp.h,
188        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
189        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
190        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
191        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
192        part of the new gen405 BSP.
193
Note: See TracBrowser for help on using the repository browser.