source: rtems/c/src/lib/libbsp/powerpc/gen405/ChangeLog @ 8730f45

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
16
172002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
20        the real one provided by gcc.  I don't know if this makes this
21        BSP work for C++ but it at least lets simple programs link again.
22
232002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
26
272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
30        Remove $(OBJS) from all-local.
31
322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
35
362002-06-14      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds: Fixed typo.
392001-05-09      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: In support of gcc 3.1, added one of more
42        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
43        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
44        and direction of segments to memory regions may also have been
45        addressed.  This was a sweep across all BSPs.
46 
472001-04-08      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
50        add .eh_frame.
51 
522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac:
55        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
56        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
57        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
66
672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
70
712001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
74        rules, add @exceptions@ to SUBDIRS.
75        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
76        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
77        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
78        * include/Makefile.am: Convert PREINSTALL_FILES to
79        TMPINSTALL_FILES, include force-preinstall.am.
80        * wrapup/Makefile.am: Apply @exceptions@.
81
822001-11-20      Joel Sherrill <joel@OARcorp.com>
83
84        * include/bspopts.h.in: Automatically generated file that should not
85        be in CVS.
86
872001-11-14      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: Fixed syntax error in my previous addition
90        of __init.
91
922001-11-13      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Added _init, and _fini symbols.
95
962001-11-13      Joel Sherrill <joel@OARcorp.com>
97
98        * .cvsignore: New file.
99
1002001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
101
102        This modification is part of the submitted modifications necessary to
103        support the IBM PPC405 family.  This submission was reviewed by
104        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
105        not negatively impact the ppc403 BSPs.  The submission and tracking
106        process was captured as PR50.
107        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
108        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
109        include/.cvsignore, include/Makefile.am, include/bsp.h,
110        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
111        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
112        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
113        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
114        part of the new gen405 BSP.
115
Note: See TracBrowser for help on using the repository browser.