source: rtems/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @ b18646c9

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
16
172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24
252002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32
332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Use install-data-local to install startfile.
36
372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
44        changes.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-09-14      Joel Sherrill <joel@OARcorp.com>
53
54        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
55        c4x variant should use c4x_set_iie().
56
572002-08-21      Joel Sherrill <joel@OARcorp.com>
58
59        * bsp_specs: Added support for -nostdlibs.
60
612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Eliminate PGM.
73        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
74
752002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
82        Remove $(OBJS) from all-local.
83
842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
87
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
101
1022002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
105        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
106
1072001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
110        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
111
1122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
115
1162001-10-12      Joel Sherrill <joel@OARcorp.com>
117
118        * console/console.c: Fixed typo.
1192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
122        * configure.in: Remove.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124
1252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/Makefile.am: Use 'CLEANFILES ='.
128        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
129
1302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Add bspopts.h, fix PACKAGE.
133        * include/.cvsignore: Add bspopts.h*, stamp-h*.
134        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
135        * include/bsp.h: Include bspopts.h.
136
1372001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
140
1412000-12-06      Joel Sherrill <joel@OARcorp.com>
142
143        * console/consolereserveresources.c: Removed code NOT file (YET).
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-11-01      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
156        and libcsupport.h moved from libc to lib/include/rtems and
157        now must be referenced as <rtems/XXX.h>.   Header file order
158        was cleaned up while doing this.
159
1602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
163        Switch to GNU canonicalization.
164
1652000-09-22      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Use default object format to avoid name
168        changes in object format due to tool version changes.
169
1702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
173        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
174        Include compile.am
175
1762000-08-10      Joel Sherrill <joel@OARcorp.com>
177
178        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.