source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ 1d36d2af

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

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

  • startup/linkcmds*: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13
142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Use install-data-local to install startfile.
17
182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Reformat.
29        Add autom4te*cache.
30        Remove autom4te.cache.
31
322002-08-21      Joel Sherrill <joel@OARcorp.com>
33
34        * bsp_specs: Added support for -nostdlibs.
35
362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
45
462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Eliminate PGM.
49        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
50
512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
54
552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
58        Remove $(OBJS) from all-local.
59
602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
63
642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
90
912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
94        * configure.in: Remove.
95        * configure.ac: New file, generated from configure.in by autoupdate.
96
972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
100
1012001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
104        happy.
105
1062001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: Add bspopts.h.
109        * include/.cvsignore: Add bspopts.h*, stamp-h*.
110        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
111        * include/bsp.h: Include bspopts.h.
112
1132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
116
1172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
120
1212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
124
1252000-11-01      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
128        and libcsupport.h moved from libc to lib/include/rtems and
129        now must be referenced as <rtems/XXX.h>.   Header file order
130        was cleaned up while doing this.
131
1322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
135        Switch to GNU canonicalization.
136
1372000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
138
139        * startup/linkcmds: Added lines so DWARF debug information
140        would be available.  Otherwise gdb complains that the offsets
141        for the debug info are incorrect and doesn't load the files.
142
1432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
146        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
147        wrapup/Makefile.am: Include compile.am
148
1492000-08-10      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.