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

4.104.114.84.95
Last change on this file since d30b703 was d30b703, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 07:00:09

2002-08-11 Ralf Corsepius <corsepiu@…>

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