source: rtems/c/src/lib/libbsp/m68k/efi68k/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.7 KB
Line 
12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds*: Add FreeBSD sysctl() sections.
4
52002-12-19      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        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13
142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/Makefile.am: Use install-data-local to install startfile.
17
182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-11-02      Joel Sherrill <joel@OARcorp.com>
23
24        * console/console.c, start/start.c: Removed warnings.
25
262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Reformat.
29        Add autom4te*cache.
30        Remove autom4te.cache.
31
322002-08-21      Joel Sherrill <joel@OARcorp.com>
33
34        * wrapup/Makefile.am: PR217 required that the idle task be moved to
35        libcpu so it could be more acutely aware of the CPU model.  This
36        file was modified to pick up the idle task from there.
37
382002-08-21      Joel Sherrill <joel@OARcorp.com>
39
40        * bsp_specs: Added support for -nostdlibs.
41
422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-08-05      Joel Sherrill <joel@OARcorp.com>
53
54        * Per PR260 eliminate use of make-target-options.  This impacted
55        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
56        SuperCore and required that the m68k optimized memcpy be moved
57        to libcpu.
58        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
59
602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Eliminate PGM.
63        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
64
652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
68
692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
72        Remove $(OBJS) from all-local.
73
742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
77
782001-05-09      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: In support of gcc 3.1, added one of more
81        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
82        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
83        and direction of segments to memory regions may also have been
84        addressed.  This was a sweep across all BSPs.
85 
862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:
89        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
90        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
91        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
100
1012001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
104        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
105
1062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
109
1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.in: Remove.
114        * configure.ac: New file, generated from configure.in by autoupdate.
115
1162001-09-27      Joel Sherrill <joel@OARcorp.com>
117
118        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
119
1202001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * include/Makefile.am: Use 'CLEANFILES ='.
123        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
124
1252001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/Makefile.am: Fix typo in include_HEADERS.
128
1292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Add bspopts.h.
132        * include/.cvsignore: Add bspopts.h*, stamp-h*.
133        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
134        * include/bsp.h: Include bspopts.h.
135
1362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
139
1402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
143
1442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
147
1482000-11-01      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
151        and libcsupport.h moved from libc to lib/include/rtems and
152        now must be referenced as <rtems/XXX.h>.   Header file order
153        was cleaned up while doing this.
154
1552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159
1602000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
161
162        * startup/linkcmds: Added lines so DWARF debug information
163        would be available.  Otherwise gdb complains that the offsets
164        for the debug info are incorrect and doesn't load the files.
165
1662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
169        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
170        wrapup/Makefile.am: Include compile.am
171
1722000-08-10      Joel Sherrill <joel@OARcorp.com>
173
174        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.