source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 5ceaa08

4.104.114.84.95
Last change on this file since 5ceaa08 was 5ceaa08, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:03

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * start/Makefile.am: Remove all-local: $(ARCH).
6        * startup/Makefile.am: Remove all-local: $(ARCH).
7        * timer/Makefile.am: Remove all-local: $(ARCH).
8        * wrapup/Makefile.am: Remove all-local: $(ARCH).
9
102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in include/Makefile.am.
13        Reflect changes to bsp.am.
14        * include/Makefile.am: Remove.
15        * configure.ac: Reflect changes above.
16
172003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * bsp_specs: Remove *lib:.
20
212003-09-04      Joel Sherrill <joel@OARcorp.com>
22
23        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
24        URL for license changed.
25
262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect having moved aclocal/.
29
302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect having moved automake/.
33        * clock/Makefile.am: Reflect having moved automake/.
34        * console/Makefile.am: Reflect having moved automake/.
35        * include/Makefile.am: Reflect having moved automake/.
36        * start/Makefile.am: Reflect having moved automake/.
37        * startup/Makefile.am: Reflect having moved automake/.
38        * timer/Makefile.am: Reflect having moved automake/.
39        * wrapup/Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        PR 452/bsps
44        * startup/Makefile.am: Remove USE_INIT_FINI.
45
462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
49
502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        PR 445/bsps
53        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
54        Remove cpp, old_cpp (now unused).
55
562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove AC_CONFIG_AUX_DIR.
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AC_PREREQ(2.57).
67
682003-01-20      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds*: Add FreeBSD sysctl() sections.
71
722002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79
802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Use install-data-local to install startfile.
83
842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87
882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * bsp_specs: Added support for -nostdlibs.
101
1022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Eliminate PGM.
114        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
115
1162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
119
1202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
123        Remove $(OBJS) from all-local.
124
1252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
128
1292001-05-09      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: In support of gcc 3.1, added one of more
132        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
133        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
134        and direction of segments to memory regions may also have been
135        addressed.  This was a sweep across all BSPs.
136 
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
150
1512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * include/Makefile.am: Use 'CLEANFILES ='.
164        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
165
1662001-06-19      Joel Sherrill <joel@OARcorp.com>
167
168        * include/Makefile.am: Fixed typo.
169
1702001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: Add bspopts.h.
173        * include/.cvsignore: Add bspopts.h*, stamp-h*.
174        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
175        * include/bsp.h: Include bspopts.h.
176
1772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
178
179        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
180
1812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
192        and libcsupport.h moved from libc to lib/include/rtems and
193        now must be referenced as <rtems/XXX.h>.   Header file order
194        was cleaned up while doing this.
195
1962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
202
203        * startup/linkcmds: Added lines so DWARF debug information
204        would be available.  Otherwise gdb complains that the offsets
205        for the debug info are incorrect and doesn't load the files.
206
2072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
210        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
211        compile.am
212
2132000-08-10      Joel Sherrill <joel@OARcorp.com>
214
215        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.