source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 80defac

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52002-06-14      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
8        gnu.linkonce.r sections.
92001-05-09      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: In support of gcc 3.1, added one of more
12        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
13        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
14        and direction of segments to memory regions may also have been
15        addressed.  This was a sweep across all BSPs.
16 
172001-04-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
20        add .eh_frame.
21 
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
33
342001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
37
382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
41
422001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
45        SUBDIRS.
46        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
47        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
48        RTEMS_PPC_EXCEPTIONS([old]).
49        * include/Makefile.am: Convert PREINSTALL_FILES to
50        TMPINSTALL_FILES, include force-preinstall.am.
51        * wrapup/Makefile.am: Apply @exceptions@.
52
532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
54
55        This modification is part of the submitted modifications necessary to
56        support the IBM PPC405 family.  This submission was reviewed by
57        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
58        not negatively impact the ppc403 BSPs.  The submission and tracking
59        process was captured as PR50.
60        * include/bsp.h: Increase the interrupt stack size to 16K.
61
622001-10-25      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds: Added _init and _fini.
65
662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
69        * configure.in: Remove.
70        * configure.ac: New file, generated from configure.in by autoupdate.
71
722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
75
762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.in: Add bspopts.h.
79        * include/.cvsignore: Add bspopts.h*, stamp-h*.
80        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
81        * include/bsp.h: Include bspopts.h.
82
832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
84
85        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
86
872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
90
912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
94
952000-11-01      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
98        and libcsupport.h moved from libc to lib/include/rtems and
99        now must be referenced as <rtems/XXX.h>.   Header file order
100        was cleaned up while doing this.
101
1022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
105        Switch to GNU canonicalization.
106
1072000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
108
109        * startup/linkcmds: Added lines so DWARF debug information
110        would be available.  Otherwise gdb complains that the offsets
111        for the debug info are incorrect and doesn't load the files.
112
1132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
116        wrapup/Makefile.am: Include compile.am
117
1182000-08-10      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.