source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ efe9ef4

4.104.114.84.95
Last change on this file since efe9ef4 was 6fea97df, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:29:08

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

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
9
102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Misc cleanups and fixes.
13        * startup/Makefile.am: Misc cleanups and fixes.
14        * startup/linkcmds: Preparations for gcc-3.3.x.
15        * wrapup/Makefile.am: Misc cleanups and fixes.
16
172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Add preinstallation dirstamp support.
20        Don't preinstall bsp_specs.dl.
21        * dlentry/Makefile.am: Cosmetics.
22        * flashentry/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        * flashentry/Makefile.am: Remove all-local: $(ARCH).
30        * startup/Makefile.am: Remove all-local: $(ARCH).
31        * wrapup/Makefile.am: Remove all-local: $(ARCH).
32
332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Merge-in include/Makefile.am.
36        Reflect changes to bsp.am.
37        * include/Makefile.am: Remove.
38        * configure.ac: Reflect changes above.
39
402003-09-04      Joel Sherrill <joel@OARcorp.com>
41
42        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
43        startup/setvec.c: URL for license changed.
44
452003-09-04      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/bspstart.c: Removed incorrect statement about copyright
48        assignment.
49
502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect having moved aclocal/.
53
542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved automake/.
57        * dlentry/Makefile.am: Reflect having moved automake/.
58        * flashentry/Makefile.am: Reflect having moved automake/.
59        * include/Makefile.am: Reflect having moved automake/.
60        * startup/Makefile.am: Reflect having moved automake/.
61        * wrapup/Makefile.am: Reflect having moved automake/.
62
632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
66
672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        PR 445/bsps
70        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
71        Remove cpp, old_cpp (now unused).
72
732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove AC_CONFIG_AUX_DIR.
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
80
812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: AC_PREREQ(2.57).
84
852003-01-20      Joel Sherrill <joel@OARcorp.com>
86
87        * startup/linkcmds*: Add FreeBSD sysctl() sections.
88
892003-01-20      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
92
932002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98
992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102
1032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Reformat.
106        Add autom4te*cache.
107        Remove autom4te.cache.
108
1092002-08-21      Joel Sherrill <joel@OARcorp.com>
110
111        * bsp_specs: Added support for -nostdlibs.
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
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 and added gnu.linkonce.t and
136        gnu.linkonce.r sections.
1372001-05-09      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: In support of gcc 3.1, added one of more
140        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
141        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
142        and direction of segments to memory regions may also have been
143        addressed.  This was a sweep across all BSPs.
144 
1452001-04-08      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
148        add .eh_frame.
149 
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
161
1622001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
165
1662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
169
1702001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
173        SUBDIRS.
174        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
175        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
176        RTEMS_PPC_EXCEPTIONS([old]).
177        * include/Makefile.am: Convert PREINSTALL_FILES to
178        TMPINSTALL_FILES, include force-preinstall.am.
179        * wrapup/Makefile.am: Apply @exceptions@.
180
1812001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
182
183        This modification is part of the submitted modifications necessary to
184        support the IBM PPC405 family.  This submission was reviewed by
185        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
186        not negatively impact the ppc403 BSPs.  The submission and tracking
187        process was captured as PR50.
188        * include/bsp.h: Increase the interrupt stack size to 16K.
189
1902001-10-25      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Added _init and _fini.
193
1942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
197        * configure.in: Remove.
198        * configure.ac: New file, generated from configure.in by autoupdate.
199
2002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
203
2042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.in: Add bspopts.h.
207        * include/.cvsignore: Add bspopts.h*, stamp-h*.
208        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
209        * include/bsp.h: Include bspopts.h.
210
2112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
214
2152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
218
2192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
222
2232000-11-01      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
226        and libcsupport.h moved from libc to lib/include/rtems and
227        now must be referenced as <rtems/XXX.h>.   Header file order
228        was cleaned up while doing this.
229
2302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
233        Switch to GNU canonicalization.
234
2352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
236
237        * startup/linkcmds: Added lines so DWARF debug information
238        would be available.  Otherwise gdb complains that the offsets
239        for the debug info are incorrect and doesn't load the files.
240
2412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
244        wrapup/Makefile.am: Include compile.am
245
2462000-08-10      Joel Sherrill <joel@OARcorp.com>
247
248        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.