source: rtems/c/src/lib/libbsp/c4x/c4xsim/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: 7.3 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-17      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/clock.c, console/console.c, console/consolereserveresources.c,
24        console/debugio.c, include/bsp.h, startup/bspstart.c,
25        startup/spurious.c, timer/timer.c: URL for license changed.
26
272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect having moved aclocal/.
30
312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect having moved automake/.
34        * clock/Makefile.am: Reflect having moved automake/.
35        * console/Makefile.am: Reflect having moved automake/.
36        * include/Makefile.am: Reflect having moved automake/.
37        * start/Makefile.am: Reflect having moved automake/.
38        * startup/Makefile.am: Reflect having moved automake/.
39        * timer/Makefile.am: Reflect having moved automake/.
40        * wrapup/Makefile.am: Reflect having moved automake/.
41
422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 452/bsps
45        * startup/Makefile.am: Remove USE_INIT_FINI.
46
472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
50
512003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        PR 445/bsps
54        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
55        Remove cpp, old_cpp (now unused).
56
572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove AC_CONFIG_AUX_DIR.
60
612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
64
652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: AC_PREREQ(2.57).
68
692003-01-20      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
72
732002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: Use install-data-local to install startfile.
92
932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96
972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
100        changes.
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107
1082002-09-14      Joel Sherrill <joel@OARcorp.com>
109
110        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
111        c4x variant should use c4x_set_iie().
112
1132002-08-21      Joel Sherrill <joel@OARcorp.com>
114
115        * bsp_specs: Added support for -nostdlibs.
116
1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
125
1262002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Eliminate PGM.
129        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
130
1312002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
134
1352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
138        Remove $(OBJS) from all-local.
139
1402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
143
1442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac:
147        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
148        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
149        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
157
1582002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
161        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
162
1632001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
166        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
167
1682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
171
1722001-10-12      Joel Sherrill <joel@OARcorp.com>
173
174        * console/console.c: Fixed typo.
1752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
178        * configure.in: Remove.
179        * configure.ac: New file, generated from configure.in by autoupdate.
180
1812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * include/Makefile.am: Use 'CLEANFILES ='.
184        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
185
1862001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.in: Add bspopts.h, fix PACKAGE.
189        * include/.cvsignore: Add bspopts.h*, stamp-h*.
190        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
191        * include/bsp.h: Include bspopts.h.
192
1932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
196
1972000-12-06      Joel Sherrill <joel@OARcorp.com>
198
199        * console/consolereserveresources.c: Removed code NOT file (YET).
200
2012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
204
2052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
208
2092000-11-01      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
212        and libcsupport.h moved from libc to lib/include/rtems and
213        now must be referenced as <rtems/XXX.h>.   Header file order
214        was cleaned up while doing this.
215
2162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
219        Switch to GNU canonicalization.
220
2212000-09-22      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: Use default object format to avoid name
224        changes in object format due to tool version changes.
225
2262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
229        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
230        Include compile.am
231
2322000-08-10      Joel Sherrill <joel@OARcorp.com>
233
234        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.