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

4.104.114.84.95
Last change on this file since baee0fb6 was baee0fb6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 14:26:16

2002-11-04 Joel Sherrill <joel@…>

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