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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds*: Add FreeBSD sysctl() sections.
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
20
212002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-08-21      Joel Sherrill <joel@OARcorp.com>
37
38        * bsp_specs: Added support for -nostdlibs.
39
402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
45
462002-08-09      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with
49        the real one provided by gcc.  I don't know if this makes this
50        BSP work for C++ but it at least lets simple programs link again.
51
522002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
55
562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
59        Remove $(OBJS) from all-local.
60
612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
64
652002-06-14      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: Fixed typo.
682001-05-09      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: In support of gcc 3.1, added one of more
71        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
72        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
73        and direction of segments to memory regions may also have been
74        addressed.  This was a sweep across all BSPs.
75 
762001-04-08      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
79        add .eh_frame.
80 
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
95
962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
99
1002001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs
103        rules, add @exceptions@ to SUBDIRS.
104        * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
105        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
106        RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52.
107        * include/Makefile.am: Convert PREINSTALL_FILES to
108        TMPINSTALL_FILES, include force-preinstall.am.
109        * wrapup/Makefile.am: Apply @exceptions@.
110
1112001-11-20      Joel Sherrill <joel@OARcorp.com>
112
113        * include/bspopts.h.in: Automatically generated file that should not
114        be in CVS.
115
1162001-11-14      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Fixed syntax error in my previous addition
119        of __init.
120
1212001-11-13      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Added _init, and _fini symbols.
124
1252001-11-13      Joel Sherrill <joel@OARcorp.com>
126
127        * .cvsignore: New file.
128
1292001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
130
131        This modification is part of the submitted modifications necessary to
132        support the IBM PPC405 family.  This submission was reviewed by
133        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
134        not negatively impact the ppc403 BSPs.  The submission and tracking
135        process was captured as PR50.
136        * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac,
137        times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S,
138        include/.cvsignore, include/Makefile.am, include/bsp.h,
139        include/bspopts.h.in, include/coverhd.h, startup/.cvsignore,
140        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
141        startup/linkcmds, startup/linkcmds.dl, startup/setvec.c,
142        wrapup/.cvsignore, wrapup/Makefile.am: New files that are
143        part of the new gen405 BSP.
144
Note: See TracBrowser for help on using the repository browser.