source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 75fcb394

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 452/bsps
4        * startup/Makefile.am: Remove USE_INIT_FINI.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        PR 445/bsps
13        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
14        Remove cpp, old_cpp (now unused).
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        * ChangeLog: Add FreeBSD sysctl() sections.
35
362003-01-20      Joel Sherrill <joel@OARcorp.com>
37
38        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
39
402003-01-20      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds: Add FreeBSD sysctl() sections.
43
442002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use install-data-local to install startfile.
55
562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-08-21      Joel Sherrill <joel@OARcorp.com>
71
72        * bsp_specs: Added support for -nostdlibs.
73
742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
82
832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Eliminate PGM.
86        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
87
882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
91
922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
95        Remove $(OBJS) from all-local.
96
972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
100
1012001-05-09      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: In support of gcc 3.1, added one of more
104        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
105        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
106        and direction of segments to memory regions may also have been
107        addressed.  This was a sweep across all BSPs.
108 
1092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac:
112        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
113        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
114        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
126
1272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
130        * configure.in: Remove.
131        * configure.ac: New file, generated from configure.in by autoupdate.
132
1332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
136
1372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Add bspopts.h.
140        * include/.cvsignore: Add bspopts.h*, stamp-h*.
141        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
142        * include/bsp.h: Include bspopts.h.
143
1442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-11-01      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
159        and libcsupport.h moved from libc to lib/include/rtems and
160        now must be referenced as <rtems/XXX.h>.   Header file order
161        was cleaned up while doing this.
162
1632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
166        Switch to GNU canonicalization.
167
1682000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
169
170        * startup/linkcmds: Added lines so DWARF debug information
171        would be available.  Otherwise gdb complains that the offsets
172        for the debug info are incorrect and doesn't load the files.
173
1742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
177        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
178        compile.am
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.