source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 2762e39a

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

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

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • network/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: 4.6 KB
RevLine 
[2762e39a]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        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
10
[75adbe5f]112002-08-05      Joel Sherrill <joel@OARcorp.com>
12
13        * Per PR260 eliminate use of make-target-options.  This impacted
14        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
15        SuperCore and required that the m68k optimized memcpy be moved
16        to libcpu.
17        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
18
[8880e223]192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: Eliminate PGM.
22        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
23
[f4d43dd]242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
27
[445c0a0]282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
31        Remove $(OBJS) from all-local.
32
[80defac]332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
36
[85c92574]372001-05-09      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: In support of gcc 3.1, added one of more
40        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
41        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
42        and direction of segments to memory regions may also have been
43        addressed.  This was a sweep across all BSPs.
44 
[134dceb]452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
[9e1ae79]602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
63
[df25c998]642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
67        * configure.in: Remove.
68        * configure.ac: New file, generated from configure.in by autoupdate.
69
[cf282090]702001-09-27      Joel Sherrill <joel@OARcorp.com>
71
72        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
73
[c1767be0]742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
77
[ebf3adc]782001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.in: Add bspopts.h.
81        * include/.cvsignore: Add bspopts.h*, stamp-h*.
82        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
83        * include/bsp.h: Include bspopts.h.
84
[6f21328]852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
88
[da8d470]892000-12-14      Joel Sherrill <joel@OARcorp.com>
90
91        * network/network.c: Removed unused variable warnings.
92
[8b868a11]932000-12-11      Joel Sherrill <joel@OARcorp.com>
94
95        * Makefile.am, configure.in, include/Makefile.am,
96        wrapup/Makefile.am: Updated to reflect addition of network driver
97        by  Franck Julien <FranckJ@cxr.fr>.
98        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
99        network/network.c: New file.
100
[feead226]1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
[a314d3b4]1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
[8262fda]1092000-11-01      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
112        libcsupport.h moved from libc to lib/include/rtems and
113        now must be referenced as <rtems/XXX.h>.   Header file order
114        was cleaned up while doing this.
115
[e83378d]1162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
119        Switch to GNU canonicalization.
120
[f52111f]1212000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
122
123        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
124
[9f30a08b]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
[476b632]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
[e94ad1fe]1372000-08-10      Joel Sherrill <joel@OARcorp.com>
138
139        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.