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

4.104.114.84.95
Last change on this file since db0b369 was db0b369, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 13:11:22

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.7 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-04      Joel Sherrill <joel@OARcorp.com>
9
10        * include/bsp.h, include/coverhd.h, startup/bspclean.c,
11        startup/setvec.c: URL for license changed.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/bspstart.c: Removed incorrect statement about copyright
16        assignment.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25        * dlentry/Makefile.am: Reflect having moved automake/.
26        * flashentry/Makefile.am: Reflect having moved automake/.
27        * include/Makefile.am: Reflect having moved automake/.
28        * startup/Makefile.am: Reflect having moved automake/.
29        * wrapup/Makefile.am: Reflect having moved automake/.
30
312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
34
352003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        PR 445/bsps
38        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
39        Remove cpp, old_cpp (now unused).
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
48
492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: AC_PREREQ(2.57).
52
532003-01-20      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds*: Add FreeBSD sysctl() sections.
56
572003-01-20      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
60
612002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66
672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70
712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Reformat.
74        Add autom4te*cache.
75        Remove autom4te.cache.
76
772002-08-21      Joel Sherrill <joel@OARcorp.com>
78
79        * bsp_specs: Added support for -nostdlibs.
80
812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
87
882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
91
922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
95        Remove $(OBJS) from all-local.
96
972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
100
1012002-06-14      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
104        gnu.linkonce.r sections.
1052001-05-09      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: In support of gcc 3.1, added one of more
108        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
109        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
110        and direction of segments to memory regions may also have been
111        addressed.  This was a sweep across all BSPs.
112 
1132001-04-08      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
116        add .eh_frame.
117 
1182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac:
121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
123        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129
1302001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
133
1342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
137
1382001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
141        SUBDIRS.
142        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
143        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
144        RTEMS_PPC_EXCEPTIONS([old]).
145        * include/Makefile.am: Convert PREINSTALL_FILES to
146        TMPINSTALL_FILES, include force-preinstall.am.
147        * wrapup/Makefile.am: Apply @exceptions@.
148
1492001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
150
151        This modification is part of the submitted modifications necessary to
152        support the IBM PPC405 family.  This submission was reviewed by
153        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
154        not negatively impact the ppc403 BSPs.  The submission and tracking
155        process was captured as PR50.
156        * include/bsp.h: Increase the interrupt stack size to 16K.
157
1582001-10-25      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds: Added _init and _fini.
161
1622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
165        * configure.in: Remove.
166        * configure.ac: New file, generated from configure.in by autoupdate.
167
1682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
171
1722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Add bspopts.h.
175        * include/.cvsignore: Add bspopts.h*, stamp-h*.
176        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
177        * include/bsp.h: Include bspopts.h.
178
1792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
182
1832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
186
1872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
190
1912000-11-01      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
194        and libcsupport.h moved from libc to lib/include/rtems and
195        now must be referenced as <rtems/XXX.h>.   Header file order
196        was cleaned up while doing this.
197
1982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
201        Switch to GNU canonicalization.
202
2032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
204
205        * startup/linkcmds: Added lines so DWARF debug information
206        would be available.  Otherwise gdb complains that the offsets
207        for the debug info are incorrect and doesn't load the files.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
212        wrapup/Makefile.am: Include compile.am
213
2142000-08-10      Joel Sherrill <joel@OARcorp.com>
215
216        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.