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

4.104.114.84.95
Last change on this file since 1d36d2af was 1d36d2af, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:22:01

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds*: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Use install-data-local to install startfile.
16
172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-11-04      Joel Sherrill <joel@OARcorp.com>
22
23        * console/console.c, console/m340uart.c: Removed warnings.
24
252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Reformat.
28        Add autom4te*cache.
29        Remove autom4te.cache.
30
312002-08-21      Joel Sherrill <joel@OARcorp.com>
32
33        * wrapup/Makefile.am: PR217 required that the idle task be moved to
34        libcpu so it could be more acutely aware of the CPU model.  This
35        file was modified to pick up the idle task from there.
36
372002-08-21      Joel Sherrill <joel@OARcorp.com>
38
39        * bsp_specs: Added support for -nostdlibs.
40
412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
49
502002-08-05      Joel Sherrill <joel@OARcorp.com>
51
52        * Per PR260 eliminate use of make-target-options.  This impacted
53        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
54        SuperCore and required that the m68k optimized memcpy be moved
55        to libcpu.
56        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
57
582002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Eliminate PGM.
61        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
62
632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
66
672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
70        Remove $(OBJS) from all-local.
71
722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
75
762001-05-09      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: In support of gcc 3.1, added one of more
79        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
80        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
81        and direction of segments to memory regions may also have been
82        addressed.  This was a sweep across all BSPs.
83 
842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac:
87        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
88        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
89        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
101
1022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
105        * configure.in: Remove.
106        * configure.ac: New file, generated from configure.in by autoupdate.
107
1082001-09-27      Joel Sherrill <joel@OARcorp.com>
109
110        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
111
1122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
115
1162001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * include/Makefile.am: Fix typo in include_HEADERS.
119
1202001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Add bspopts.h.
123        * include/.cvsignore: Add bspopts.h*, stamp-h*.
124        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
125        * include/bsp.h: Include bspopts.h.
126
1272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
130
1312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
134
1352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
138
1392000-11-01      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
142        and libcsupport.h moved from libc to lib/include/rtems and
143        now must be referenced as <rtems/XXX.h>.   Header file order
144        was cleaned up while doing this.
145
1462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
149        Switch to GNU canonicalization.
150
1512000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
152
153        * startup/linkcmds: Added lines so DWARF debug information
154        would be available.  Otherwise gdb complains that the offsets
155        for the debug info are incorrect and doesn't load the files.
156
1572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
160        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
161        compile.am
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.