source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ a2ae30c2

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
13
142002-08-07      Joel Sherrill <joel@OARcorp.com>
15
16        * start/Makefile.am: Pick up rest of Ralf'f changes and use
17        cp not make-rel since there is no point in this case.
18        * start/debugreset.S: Rights were not assigned.
19        * start/reset.S: Add ifdef to avoid core dump until Chris can
20        track it down.
21        * start/cpuboot.c: Moved to startup.
22        * startup/Makefile.am: Account for above.
23
242002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
27        anywhere).
28        Add ODS60302_DEBUG conditional.
29        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
30        * configure.ac: Add --enable-ods60302-debug.
31        Add ODS60302_DEBUG conditional.
32
332002-08-05      Joel Sherrill <joel@OARcorp.com>
34
35        * Per PR260 eliminate use of make-target-options.  This impacted
36        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
37        SuperCore and required that the m68k optimized memcpy be moved
38        to libcpu.
39        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
40
412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * start/Makefile.am: Fix bug in previous patch.
44        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
45
462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Eliminate PGM.
49        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
50
512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
54
552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
58        Remove $(OBJS) from all-local.
59
602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
63
642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
89
902001-11-27      Joel Sherrill <joel@OARcorp.com>,
91
92        This was tracked as PR39.
93        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
94        startup/linkcmds, startup/rom: Eliminated required definition of
95        macros in the custom file for the BSP to compile.  The ROM and ROM
96        address and size settings are now linker script items. 
97
982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
101        * configure.in: Remove.
102        * configure.ac: New file, generated from configure.in by autoupdate.
103
1042001-09-27      Joel Sherrill <joel@OARcorp.com>
105
106        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
107
1082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
111
1122001-06-19      Joel Sherrill <joel@OARcorp.com>
113
114        * include/Makefile.am: Fixed typo.
115
1162001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Add bspopts.h.
119        * include/.cvsignore: Add bspopts.h*, stamp-h*.
120        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * include/bsp.h: Include bspopts.h.
122
1232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
124
125        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-11-01      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
138        and libcsupport.h moved from libc to lib/include/rtems and
139        now must be referenced as <rtems/XXX.h>.   Header file order
140        was cleaned up while doing this.
141
1422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
148
149        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
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.