source: rtems/c/src/lib/libbsp/powerpc/gen405/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: 2.7 KB
Line 
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 
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 
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        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
24
252001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
28
292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
32
332001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
36        rules, add @exceptions@ to SUBDIRS.
37        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
38        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
39        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
40        * include/Makefile.am: Convert PREINSTALL_FILES to
41        TMPINSTALL_FILES, include force-preinstall.am.
42        * wrapup/Makefile.am: Apply @exceptions@.
43
442001-11-20      Joel Sherrill <joel@OARcorp.com>
45
46        * include/bspopts.h.in: Automatically generated file that should not
47        be in CVS.
48
492001-11-14      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Fixed syntax error in my previous addition
52        of __init.
53
542001-11-13      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Added _init, and _fini symbols.
57
582001-11-13      Joel Sherrill <joel@OARcorp.com>
59
60        * .cvsignore: New file.
61
622001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
63
64        This modification is part of the submitted modifications necessary to
65        support the IBM PPC405 family.  This submission was reviewed by
66        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
67        not negatively impact the ppc403 BSPs.  The submission and tracking
68        process was captured as PR50.
69        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
70        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
71        include/.cvsignore, include/Makefile.am, include/bsp.h,
72        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
73        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
74        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
75        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
76        part of the new gen405 BSP.
77
Note: See TracBrowser for help on using the repository browser.