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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

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

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds*: Add FreeBSD sysctl() sections.
21
222002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Use install-data-local to install startfile.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * .cvsignore: Reformat.
46        Add autom4te*cache.
47        Remove autom4te.cache.
48
492002-08-21      Joel Sherrill <joel@OARcorp.com>
50
51        * bsp_specs: Added support for -nostdlibs.
52
532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
62
632002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Eliminate PGM.
66        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
67
682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
71
722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
75        Remove $(OBJS) from all-local.
76
772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
80
812001-05-09      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: In support of gcc 3.1, added one of more
84        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
85        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
86        and direction of segments to memory regions may also have been
87        addressed.  This was a sweep across all BSPs.
88 
892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac:
92        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
93        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
94        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
103
1042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
107
1082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
111        * configure.in: Remove.
112        * configure.ac: New file, generated from configure.in by autoupdate.
113
1142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
117
1182001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
121        happy.
122
1232001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Add bspopts.h.
126        * include/.cvsignore: Add bspopts.h*, stamp-h*.
127        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
128        * include/bsp.h: Include bspopts.h.
129
1302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
133
1342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
137
1382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
141
1422000-11-01      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
145        and libcsupport.h moved from libc to lib/include/rtems and
146        now must be referenced as <rtems/XXX.h>.   Header file order
147        was cleaned up while doing this.
148
1492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
152        Switch to GNU canonicalization.
153
1542000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
155
156        * startup/linkcmds: Added lines so DWARF debug information
157        would be available.  Otherwise gdb complains that the offsets
158        for the debug info are incorrect and doesn't load the files.
159
1602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
163        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
164        wrapup/Makefile.am: Include compile.am
165
1662000-08-10      Joel Sherrill <joel@OARcorp.com>
167
168        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.