source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 7ea55607

4.104.114.84.95
Last change on this file since 7ea55607 was 7ea55607, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 16:05:27

2004-01-21 Ralf Corsepius <corsepiu@…>

  • configure.ac: Move RTEMS_TOP one subdir down.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Move RTEMS_TOP one subdir down.
4
52004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add PREINSTALL_DIRS.
8
92004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
12        Add PREINSTALL_FILES to CLEANFILES.
13
142004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Requires automake >= 1.8.1.
17
182004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Include compile.am, again.
21
222004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Convert to using automake compilation rules.
25
262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
29
302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
33
342003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Remove TMPINSTALL_FILES.
37
382003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add $(dirstamp) to preinstallation rules.
41
422003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Don't use gmake rules for preinstallation.
45
462003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove RTEMS_CANONICAL_HOST.
49
502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove RTEMS_CHECK_CPU.
53
542003-09-26      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
57        references.
58
592003-09-04      Joel Sherrill <joel@OARcorp.com>
60
61        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
62        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
63
642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
67
682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove AC_CONFIG_AUX_DIR.
71
722003-02-11      Joel Sherrill <joel@OARcorp.com>
73
74        * irq.c: Rework logic that decides when to call
75        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
76        determined that _ISR_Signals_to_thread_executing was not being
77        honored and/or cleared properly.
78
792002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
82        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
83
842002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Fix package name.
87
882002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
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-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
101
1022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use .$(OBJEXT) instead of .o.
105
1062002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Use . instead of .o.
109
1102002-07-05      Joel Sherrill <joel@OARcorp.com>
111
112        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
113        marked XXX.
114
1152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: RTEMS_TOP(../../../..).
118
1192002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * rtems.c: Remove.
122        * Makefile.am: Reflect changes above.
123
1242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove RTEMS_PROJECT_ROOT.
127
1282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add RTEMS_PROG_CCAS
131
1322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
135        Add AC_PROG_RANLIB.
136
1372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
140        Use ../../../aclocal.
141
1422001-04-03      Joel Sherrill <joel@OARcorp.com>
143
144        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
145        * rtems/score/c4xtypes.h: Removed.
146        * rtems/score/types.h: New file via CVS magic.
147        * Makefile.am, rtems/score/cpu.h: Account for name change.
148
1492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac:
152        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
153        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
154        * Makefile.am: Remove AUTOMAKE_OPTIONS.
155
1562002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * rtems/Makefile.am: Removed.
159        * rtems/score/Makefile.am: Removed.
160        * configure.ac: Reflect changes above.
161        * Makefile.am: Reflect changes above.
162
1632002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * asm.h: Remove #include <rtems/score/targopts.h>.
166        Add #include <rtems/score/cpuopts.h>.
167
168
169
1702002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
173
1742001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
177
1782001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Add multilib support.
181
1822001-11-28      Joel Sherrill <joel@OARcorp.com>,
183
184        This was tracked as PR91.
185        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
186        is used to specify if the port uses the standard macro for this (FALSE).
187        A TRUE setting indicates the port provides its own implementation.
188
1892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
192        * configure.in: Remove.
193        * configure.ac: New file, generated from configure.in by autoupdate.
194
1952001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
198        * Makefile.am: Use 'PREINSTALL_FILES ='.
199
2002001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am, rtems/score/Makefile.am:
203        Apply include_*HEADERS instead of H_FILES.
204
2052001-01-03      Joel Sherrill <joel@OARcorp.com>
206
207        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
208
2092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
212
2132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
216
2172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
220        Switch to GNU canonicalization.
221
2222000-10-18      Joel Sherrill <joel@OARcorp.com>
223
224        * rtems/score/c4x.h: Modified to properly multilib.  This required
225        using only macros predefined by gcc.
226
2272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Include compile.am, formatting.
230        * rtems/Makefile.am: formatting.
231        * rtems/score/Makefile.am: formatting.
232
2332000-08-10      Joel Sherrill <joel@OARcorp.com>
234
235        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.