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

4.104.114.84.95
Last change on this file since c112760a was c112760a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:43:54

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Eliminate PGM.
13        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
14
152002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
18
192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
22        Remove $(OBJS) from all-local.
23
242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
27
282001-05-09      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: In support of gcc 3.1, added one of more
31        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
32        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
33        and direction of segments to memory regions may also have been
34        addressed.  This was a sweep across all BSPs.
35 
362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac:
39        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
40        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
41        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
53
542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
57        * configure.in: Remove.
58        * configure.ac: New file, generated from configure.in by autoupdate.
59
602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
63
642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.in: Add bspopts.h.
67        * include/.cvsignore: Add bspopts.h*, stamp-h*.
68        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
69        * include/bsp.h: Include bspopts.h.
70
712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
72
73        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
74
752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
78
792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
82
832000-11-01      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
86        and libcsupport.h moved from libc to lib/include/rtems and
87        now must be referenced as <rtems/XXX.h>.   Header file order
88        was cleaned up while doing this.
89
902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
93        Switch to GNU canonicalization.
94
952000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
96
97        * startup/linkcmds: Added lines so DWARF debug information
98        would be available.  Otherwise gdb complains that the offsets
99        for the debug info are incorrect and doesn't load the files.
100
1012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
104        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
105        compile.am
106
1072000-08-10      Joel Sherrill <joel@OARcorp.com>
108
109        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.