source: rtems/c/src/lib/libcpu/i960/ChangeLog @ 73b5bd5d

4.104.114.84.95
Last change on this file since 73b5bd5d was 4debfd36, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 11:10:26

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • i960rp/cpu_install_intr_stack.c: Cosmetics.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * i960rp/cpu_install_intr_stack.c: Cosmetics.
4
52004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * i960ca/cpu_install_intr_stack.c, i960ca/cpu_install_raw_isr.c,
8        i960ka/cpu_install_intr_stack.c, i960ka/cpu_install_raw_isr.c,
9        i960rp/cpu_install_intr_stack.c, i960rp/cpu_install_raw_isr.c:
10        Convert to using c99 fixed size types.
11
122004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * configure.ac: Add 2nd argument (rtems_updir) to RTEMS_TOP.
15
162004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Don't
19        include .../lib.am.
20
212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
24        Use automake compilation rules.
25        * Makefile.am: Add PREINSTALL_DIRS.
26        * configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS.
27        Require automake >= 1.8.2.
28
292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
32        Add PRE/TMPINSTALL_FILES to CLEANFILES.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
41
422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * i960ca/Makefile.am: Remove all-local: $(ARCH).
45        * i960ka/Makefile.am: Remove all-local: $(ARCH).
46        * i960rp/Makefile.am: Remove all-local: $(ARCH).
47
482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reformat. Use dirstamps for preinstallation.
51        * i960ca/Makefile.am: Reformat.
52        * i960ka/Makefile.am: Reformat.
53        * i960rp/Makefile.am: Reformat.
54
552003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove RTEMS_CANONICAL_HOST.
58
592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove RTEMS_CHECK_CPU.
62
632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Reflect having moved aclocal/.
66
672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Reflect having moved automake/.
70        * i960ca/Makefile.am: Reflect having moved automake/.
71        * i960ka/Makefile.am: Reflect having moved automake/.
72        * i960rp/Makefile.am: Reflect having moved automake/.
73
742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
77
782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove AC_CONFIG_AUX_DIR.
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
85
862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: AC_PREREQ(2.57).
89
902003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Merge-in include/Makefile.am.
93        * include/Makefile.am: Removed.
94        * configure.ac: Reflect changes above.
95
962002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Remove CPU_MODEL_SUBDIR.
99        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
100        * i960ca/Makefile.am: Eliminate *_O_FILES.
101        Don't include @RTEMS_BSP@.cfg.
102        * i960ka/Makefile.am: Ditto.
103        * i960rp/Makefile.am: Ditto.
104
1052002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
108
1092002-12-02      Joel Sherrill <joel@OARcorp.com>
110
111        * shared/soft_reset_asm.S: Removed.
112
1132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Reformat.
116        Add autom4te*cache.
117        Remove autom4te.cache.
118
1192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * i960ca/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * i960ka/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * i960rp/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252001-05-09      Joel Sherrill <joel@OARcorp.com>
126
127        * include/i960CA.h, include/i960RP.h: Correct inline assembly
128        forward reference labels.
129 
1302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac:
133        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
134        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
135        * i960ca/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * i960ka/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * i960rp/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
140
1412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
144        * configure.in: Remove.
145        * configure.ac: New file, generated from configure.in by autoupdate.
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
150
1512001-02-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
154        Remove H_FILES.
155        * include/Makefile.am:  Apply include_*HEADERS instead of H_FILES.
156
1572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
160
1612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
164
1652000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
168        Switch to GNU canonicalization.
169
1702000-10-18      Joel Sherrill <joel@OARcorp.com>
171
172        * Makefile.am: Corrected condition CPU model selection so
173        multilib'ing and bare BSP works.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am:
178        Include compile.am
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.