source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 1310fff

4.104.114.84.95
Last change on this file since 1310fff was 1310fff, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/20/02 at 16:08:18

2002-12-20 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * start/Makefile.am: Use install-data-local to install startfile.
12
132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * .cvsignore: Reformat.
24        Add autom4te*cache.
25        Remove autom4te.cache.
26
272002-08-21      Joel Sherrill <joel@OARcorp.com>
28
29        * bsp_specs: Added support for -nostdlibs.
30
312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
39
402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Eliminate PGM.
43        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
44
452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
48
492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
52        Remove $(OBJS) from all-local.
53
542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
57
582001-05-09      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: In support of gcc 3.1, added one of more
61        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
62        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
63        and direction of segments to memory regions may also have been
64        addressed.  This was a sweep across all BSPs.
65 
662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac:
69        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
70        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
71        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
79
802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
83
842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
87        * configure.in: Remove.
88        * configure.ac: New file, generated from configure.in by autoupdate.
89
902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
93
942001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Add bspopts.h.
97        * include/.cvsignore: Add bspopts.h*, stamp-h*.
98        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
99        * include/bsp.h: Include bspopts.h.
100
1012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
102
103        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
104
1052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
108
1092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
112
1132000-11-01      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
116        and libcsupport.h moved from libc to lib/include/rtems and
117        now must be referenced as <rtems/XXX.h>.   Header file order
118        was cleaned up while doing this.
119
1202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
1252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
126
127        * startup/linkcmds: Added lines so DWARF debug information
128        would be available.  Otherwise gdb complains that the offsets
129        for the debug info are incorrect and doesn't load the files.
130
1312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
134        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
135        compile.am
136
1372000-08-10      Joel Sherrill <joel@OARcorp.com>
138
139        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.