source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 352288b

4.104.114.84.95
Last change on this file since 352288b was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * wrapup/Makefile.am: PR217 required that the idle task be moved to
10        libcpu so it could be more acutely aware of the CPU model.  This
11        file was modified to pick up the idle task from there.
12
132002-08-21      Joel Sherrill <joel@OARcorp.com>
14
15        * bsp_specs: Added support for -nostdlibs.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
25
262002-08-05      Joel Sherrill <joel@OARcorp.com>
27
28        * Per PR260 eliminate use of make-target-options.  This impacted
29        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
30        SuperCore and required that the m68k optimized memcpy be moved
31        to libcpu.
32        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
33
342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Eliminate PGM.
37        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
38
392002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
42
432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
46        Remove $(OBJS) from all-local.
47
482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
51
522001-05-09      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: In support of gcc 3.1, added one of more
55        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
56        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
57        and direction of segments to memory regions may also have been
58        addressed.  This was a sweep across all BSPs.
59 
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-27      Joel Sherrill <joel@OARcorp.com>
85
86        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
87
882001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
91
922001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * include/Makefile.am: Fix typo in include_HEADERS.
95
962001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.in: Add bspopts.h.
99        * include/.cvsignore: Add bspopts.h*, stamp-h*.
100        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
101        * include/bsp.h: Include bspopts.h.
102
1032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
104
105        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-11-01      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
118        and libcsupport.h moved from libc to lib/include/rtems and
119        now must be referenced as <rtems/XXX.h>.   Header file order
120        was cleaned up while doing this.
121
1222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126
1272000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
128
129        * startup/linkcmds: Added lines so DWARF debug information
130        would be available.  Otherwise gdb complains that the offsets
131        for the debug info are incorrect and doesn't load the files.
132
1332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
136        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
137        compile.am
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.