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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 5.0 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        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
8        Remove cpp, old_cpp (now unused).
9
102003-03-24      Joel Sherrill <joel@OARcorp.com>
11
12        PR 378/bsps
13        * bsp_specs: Did not include ecrtn in endfile sections. Reported
14        and fixed by elkolli@crf.canon.fr.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds*: Add FreeBSD sysctl() sections.
31
322003-01-20      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
35
362002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-08-21      Joel Sherrill <joel@OARcorp.com>
52
53        * bsp_specs: Added support for -nostdlibs.
54
552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
64        the real one provided by gcc.  I don't know if this makes this
65        BSP work for C++ but it at least lets simple programs link again.
66
672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
70
712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
74        Remove $(OBJS) from all-local.
75
762002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
79
802002-06-14      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: Fixed typo.
832001-05-09      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: In support of gcc 3.1, added one of more
86        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
87        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
88        and direction of segments to memory regions may also have been
89        addressed.  This was a sweep across all BSPs.
90 
912001-04-08      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
94        add .eh_frame.
95 
962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac:
99        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
100        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
101        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
106
1072001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
110
1112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
114
1152001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
118        rules, add @exceptions@ to SUBDIRS.
119        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
120        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
121        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
122        * include/Makefile.am: Convert PREINSTALL_FILES to
123        TMPINSTALL_FILES, include force-preinstall.am.
124        * wrapup/Makefile.am: Apply @exceptions@.
125
1262001-11-20      Joel Sherrill <joel@OARcorp.com>
127
128        * include/bspopts.h.in: Automatically generated file that should not
129        be in CVS.
130
1312001-11-14      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Fixed syntax error in my previous addition
134        of __init.
135
1362001-11-13      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Added _init, and _fini symbols.
139
1402001-11-13      Joel Sherrill <joel@OARcorp.com>
141
142        * .cvsignore: New file.
143
1442001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
145
146        This modification is part of the submitted modifications necessary to
147        support the IBM PPC405 family.  This submission was reviewed by
148        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
149        not negatively impact the ppc403 BSPs.  The submission and tracking
150        process was captured as PR50.
151        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
152        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
153        include/.cvsignore, include/Makefile.am, include/bsp.h,
154        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
155        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
156        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
157        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
158        part of the new gen405 BSP.
159
Note: See TracBrowser for help on using the repository browser.