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

4.104.114.84.95
Last change on this file since 85c92574 was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[85c92574]12001-05-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: In support of gcc 3.1, added one of more
4        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
5        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
6        and direction of segments to memory regions may also have been
7        addressed.  This was a sweep across all BSPs.
8 
[0b5da30a]92001-04-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
12        add .eh_frame.
13 
[aedbd45]142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac:
17        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
18        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
19        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
25
[85ca769]262001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
29
[9e1ae79]302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
33
[b64367d]342001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
37        SUBDIRS.
38        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
39        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
40        RTEMS_PPC_EXCEPTIONS([old]).
41        * include/Makefile.am: Convert PREINSTALL_FILES to
42        TMPINSTALL_FILES, include force-preinstall.am.
43        * wrapup/Makefile.am: Apply @exceptions@.
44
[357a9f0]452001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
46
47        This modification is part of the submitted modifications necessary to
48        support the IBM PPC405 family.  This submission was reviewed by
49        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
50        not negatively impact the ppc403 BSPs.  The submission and tracking
51        process was captured as PR50.
52        * include/bsp.h: Increase the interrupt stack size to 16K.
53
[ac9253e]542001-10-25      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Added _init and _fini.
57
[df25c998]582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
61        * configure.in: Remove.
62        * configure.ac: New file, generated from configure.in by autoupdate.
63
[c1767be0]642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
67
[4906d72f]682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.in: Add bspopts.h.
71        * include/.cvsignore: Add bspopts.h*, stamp-h*.
72        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
73        * include/bsp.h: Include bspopts.h.
74
[6f21328]752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
76
77        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
78
[feead226]792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
82
[a314d3b4]832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
86
[eba2e4f]872000-11-01      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
90        and libcsupport.h moved from libc to lib/include/rtems and
91        now must be referenced as <rtems/XXX.h>.   Header file order
92        was cleaned up while doing this.
93
[e83378d]942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
97        Switch to GNU canonicalization.
98
[4cb5d29]992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
100
101        * startup/linkcmds: Added lines so DWARF debug information
102        would be available.  Otherwise gdb complains that the offsets
103        for the debug info are incorrect and doesn't load the files.
104
[b93db2d]1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
108        wrapup/Makefile.am: Include compile.am
109
[e94ad1fe]1102000-08-10      Joel Sherrill <joel@OARcorp.com>
111
112        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.