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

4.104.114.84.95
Last change on this file since 236b701 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 445/bsps
8        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
9        Remove cpp, old_cpp (now unused).
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272003-01-20      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
30
312002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Reformat.
44        Add autom4te*cache.
45        Remove autom4te.cache.
46
472002-08-21      Joel Sherrill <joel@OARcorp.com>
48
49        * bsp_specs: Added support for -nostdlibs.
50
512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
61
622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
65        Remove $(OBJS) from all-local.
66
672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
70
712002-06-14      Joel Sherrill <joel@OARcorp.com>
72
73        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
74        gnu.linkonce.r sections.
752001-05-09      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: In support of gcc 3.1, added one of more
78        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
79        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
80        and direction of segments to memory regions may also have been
81        addressed.  This was a sweep across all BSPs.
82 
832001-04-08      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
86        add .eh_frame.
87 
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
103
1042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
107
1082001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
111        SUBDIRS.
112        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
113        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
114        RTEMS_PPC_EXCEPTIONS([old]).
115        * include/Makefile.am: Convert PREINSTALL_FILES to
116        TMPINSTALL_FILES, include force-preinstall.am.
117        * wrapup/Makefile.am: Apply @exceptions@.
118
1192001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
120
121        This modification is part of the submitted modifications necessary to
122        support the IBM PPC405 family.  This submission was reviewed by
123        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
124        not negatively impact the ppc403 BSPs.  The submission and tracking
125        process was captured as PR50.
126        * include/bsp.h: Increase the interrupt stack size to 16K.
127
1282001-10-25      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: Added _init and _fini.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
141
1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * include/bsp.h: Include bspopts.h.
148
1492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
1532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
156
1572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
160
1612000-11-01      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
164        and libcsupport.h moved from libc to lib/include/rtems and
165        now must be referenced as <rtems/XXX.h>.   Header file order
166        was cleaned up while doing this.
167
1682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
174
175        * startup/linkcmds: Added lines so DWARF debug information
176        would be available.  Otherwise gdb complains that the offsets
177        for the debug info are incorrect and doesn't load the files.
178
1792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
182        wrapup/Makefile.am: Include compile.am
183
1842000-08-10      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.