source: rtems/c/src/lib/libbsp/powerpc/helas403/ChangeLog @ 87910b3

4.104.114.84.95
Last change on this file since 87910b3 was 87910b3, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:07:24

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds.dl: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[87910b3]12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds.dl: Add FreeBSD sysctl() sections.
4
[d8709d0]52002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * flashentry/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10
[8361b50]112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14
[8730f45]152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * .cvsignore: Reformat.
18        Add autom4te*cache.
19        Remove autom4te.cache.
20
[a2ae30c2]212002-08-21      Joel Sherrill <joel@OARcorp.com>
22
23        * bsp_specs: Added support for -nostdlibs.
24
[8f8dd40c]252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
31
[f1feebb]322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
35
[445c0a0]362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
39        Remove $(OBJS) from all-local.
40
[80defac]412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
44
[b221cd3d]452002-06-14      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Fixed typo and added gnu.linkonce.t and
48        gnu.linkonce.r sections.
[85c92574]492001-05-09      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: In support of gcc 3.1, added one of more
52        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
53        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
54        and direction of segments to memory regions may also have been
55        addressed.  This was a sweep across all BSPs.
56 
[0b5da30a]572001-04-08      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172
60        add .eh_frame.
61 
[aedbd45]622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac:
65        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
66        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
67        * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
[85ca769]742001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
77
[9e1ae79]782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
81
[b64367d]822001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Remove . from SUBDIRS, add @exceptions@ to
85        SUBDIRS.
86        * configure.ac:  Add RTEMS_BSPOPTS_*(PPC_USE_SPRG),
87        RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE),
88        RTEMS_PPC_EXCEPTIONS([old]).
89        * include/Makefile.am: Convert PREINSTALL_FILES to
90        TMPINSTALL_FILES, include force-preinstall.am.
91        * wrapup/Makefile.am: Apply @exceptions@.
92
[357a9f0]932001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
94
95        This modification is part of the submitted modifications necessary to
96        support the IBM PPC405 family.  This submission was reviewed by
97        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
98        not negatively impact the ppc403 BSPs.  The submission and tracking
99        process was captured as PR50.
100        * include/bsp.h: Increase the interrupt stack size to 16K.
101
[ac9253e]1022001-10-25      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Added _init and _fini.
105
[df25c998]1062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
109        * configure.in: Remove.
110        * configure.ac: New file, generated from configure.in by autoupdate.
111
[c1767be0]1122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
115
[4906d72f]1162001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add bspopts.h.
119        * include/.cvsignore: Add bspopts.h*, stamp-h*.
120        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * include/bsp.h: Include bspopts.h.
122
[6f21328]1232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
126
[feead226]1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
[a314d3b4]1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
[eba2e4f]1352000-11-01      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
138        and libcsupport.h moved from libc to lib/include/rtems and
139        now must be referenced as <rtems/XXX.h>.   Header file order
140        was cleaned up while doing this.
141
[e83378d]1422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
[4cb5d29]1472000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
148
149        * startup/linkcmds: Added lines so DWARF debug information
150        would be available.  Otherwise gdb complains that the offsets
151        for the debug info are incorrect and doesn't load the files.
152
[b93db2d]1532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * dlentry/Makefile.am, flashentry/Makefile.am, startup/Makefile.am,
156        wrapup/Makefile.am: Include compile.am
157
[e94ad1fe]1582000-08-10      Joel Sherrill <joel@OARcorp.com>
159
160        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.