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

4.104.114.84.95
Last change on this file since 4d9c92b0 was 4d9c92b0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:21

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

  • dlentry/Makefile.am: Remove all-local: $(ARCH).
  • flashentry/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 7.0 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * dlentry/Makefile.am: Remove all-local: $(ARCH).
4        * flashentry/Makefile.am: Remove all-local: $(ARCH).
5        * startup/Makefile.am: Remove all-local: $(ARCH).
6        * wrapup/Makefile.am: Remove all-local: $(ARCH).
7
82003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Merge-in include/Makefile.am.
11        Reflect changes to bsp.am.
12        * include/Makefile.am: Remove.
13        * configure.ac: Reflect changes above.
14
152003-09-04      Joel Sherrill <joel@OARcorp.com>
16
17        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
18        startup/setvec.c: URL for license changed.
19
202003-09-04      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/bspstart.c: Removed incorrect statement about copyright
23        assignment.
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved aclocal/.
28
292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved automake/.
32        * dlentry/Makefile.am: Reflect having moved automake/.
33        * flashentry/Makefile.am: Reflect having moved automake/.
34        * include/Makefile.am: Reflect having moved automake/.
35        * startup/Makefile.am: Reflect having moved automake/.
36        * wrapup/Makefile.am: Reflect having moved automake/.
37
382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
41
422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 445/bsps
45        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
46        Remove cpp, old_cpp (now unused).
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602003-01-20      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds*: Add FreeBSD sysctl() sections.
63
642003-01-20      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
67
682002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73
742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77
782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Reformat.
81        Add autom4te*cache.
82        Remove autom4te.cache.
83
842002-08-21      Joel Sherrill <joel@OARcorp.com>
85
86        * bsp_specs: Added support for -nostdlibs.
87
882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * flashentry/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-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
98
992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
102        Remove $(OBJS) from all-local.
103
1042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
107
1082002-06-14      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
111        gnu.linkonce.r sections.
1122001-05-09      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: In support of gcc 3.1, added one of more
115        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
116        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
117        and direction of segments to memory regions may also have been
118        addressed.  This was a sweep across all BSPs.
119 
1202001-04-08      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
123        add .eh_frame.
124 
1252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac:
128        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
129        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
130        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
136
1372001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
140
1412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
144
1452001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
148        SUBDIRS.
149        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
150        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
151        RTEMS_PPC_EXCEPTIONS([old]).
152        * include/Makefile.am: Convert PREINSTALL_FILES to
153        TMPINSTALL_FILES, include force-preinstall.am.
154        * wrapup/Makefile.am: Apply @exceptions@.
155
1562001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
157
158        This modification is part of the submitted modifications necessary to
159        support the IBM PPC405 family.  This submission was reviewed by
160        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
161        not negatively impact the ppc403 BSPs.  The submission and tracking
162        process was captured as PR50.
163        * include/bsp.h: Increase the interrupt stack size to 16K.
164
1652001-10-25      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Added _init and _fini.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
178
1792001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Add bspopts.h.
182        * include/.cvsignore: Add bspopts.h*, stamp-h*.
183        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
184        * include/bsp.h: Include bspopts.h.
185
1862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
187
188        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
189
1902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
193
1942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
197
1982000-11-01      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
201        and libcsupport.h moved from libc to lib/include/rtems and
202        now must be referenced as <rtems/XXX.h>.   Header file order
203        was cleaned up while doing this.
204
2052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
208        Switch to GNU canonicalization.
209
2102000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
211
212        * startup/linkcmds: Added lines so DWARF debug information
213        would be available.  Otherwise gdb complains that the offsets
214        for the debug info are incorrect and doesn't load the files.
215
2162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
219        wrapup/Makefile.am: Include compile.am
220
2212000-08-10      Joel Sherrill <joel@OARcorp.com>
222
223        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.