source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 317458ce

4.104.114.84.95
Last change on this file since 317458ce was 317458ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 16:07:24

2003-08-11 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Remove USE_INIT_FINI.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Remove USE_INIT_FINI.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
12        Remove cpp, old_cpp (now unused).
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AC_PREREQ(2.57).
25
262003-01-20      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds*: Add FreeBSD sysctl() sections.
29
302002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Use install-data-local to install startfile.
41
422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-08-21      Joel Sherrill <joel@OARcorp.com>
57
58        * bsp_specs: Added support for -nostdlibs.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Eliminate PGM.
72        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
73
742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
77
782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
81        Remove $(OBJS) from all-local.
82
832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
86
872001-05-09      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/linkcmds: In support of gcc 3.1, added one of more
90        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
91        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
92        and direction of segments to memory regions may also have been
93        addressed.  This was a sweep across all BSPs.
94 
952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac:
98        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
99        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
100        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
108
1092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * include/Makefile.am: Use 'CLEANFILES ='.
122        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
123
1242001-06-19      Joel Sherrill <joel@OARcorp.com>
125
126        * include/Makefile.am: Fixed typo.
127
1282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.in: Add bspopts.h.
131        * include/.cvsignore: Add bspopts.h*, stamp-h*.
132        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
133        * include/bsp.h: Include bspopts.h.
134
1352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
136
137        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
138
1392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
142
1432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
146
1472000-11-01      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
150        and libcsupport.h moved from libc to lib/include/rtems and
151        now must be referenced as <rtems/XXX.h>.   Header file order
152        was cleaned up while doing this.
153
1542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
157        Switch to GNU canonicalization.
158
1592000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
160
161        * startup/linkcmds: Added lines so DWARF debug information
162        would be available.  Otherwise gdb complains that the offsets
163        for the debug info are incorrect and doesn't load the files.
164
1652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
168        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
169        compile.am
170
1712000-08-10      Joel Sherrill <joel@OARcorp.com>
172
173        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.