source: rtems/cpukit/score/cpu/unix/ChangeLog @ 90550fe

4.104.114.84.95
Last change on this file since 90550fe was 90550fe, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 20:32:16

2004-09-29 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: i960 obsoleted and all references removed.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12004-09-29      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: i960 obsoleted and all references removed.
4
52004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * asm.h: New (stub file. For consistency with other ports, only).
8        * Makefile.am: Add asm.h.
9
102004-04-12      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
13
142004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * Makefile.am: Remove LIBC_DEFINES (Unsupported).
17
182004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * rtems/score/cpu.h: Remove unixsize.h.
21        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
22        * Makefile.am: Remove unixsize.h.
23        Don't include multilib.am.
24        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
25
262004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
29
302004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: RTEMS_TOP([../../../..]).
33
342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Move RTEMS_TOP one subdir down.
37
382004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add PREINSTALL_DIRS.
41
422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
45        Add PREINSTALL_FILES to CLEANFILES.
46
472004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Requires automake >= 1.8.1.
50
512004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Include compile.am, again.
54
552004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Convert to using automake compilation rules.
58
592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
66
672003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Remove TMPINSTALL_FILES.
70
712003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add $(dirstamp) to preinstallation rules.
74
752003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Don't use gmake rules for preinstallation.
78
792003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove RTEMS_CANONICAL_HOST.
82
832003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove RTEMS_CHECK_CPU.
86
872003-09-26      Joel Sherrill <joel@OARcorp.com>
88
89        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
90        references.
91
922003-09-04      Joel Sherrill <joel@OARcorp.com>
93
94        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
95        URL for license changed.
96
972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
100
1012003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
104        all-local (Sync with other Makefile.ams).
105
1062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove AC_CONFIG_AUX_DIR.
109
1102003-01-03      Joel Sherrill <joel@OARcorp.com>
111
112        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
113        alignment requests that are too large.
114
1152002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
118        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
119
1202002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Fix package name.
123
1242002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Generate unixsize.h on the fly, filter out
127        autoconf-2.53 PACKAGE crap.
128        * rtems/score/.cvsignore: unixsize*
129
1302002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
133
1342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Reformat.
137        Add autom4te*cache.
138        Remove autom4te.cache.
139
1402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
143
1442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use .$(OBJEXT) instead of .o.
147
1482002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: RTEMS_TOP(../../../..).
151
1522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove RTEMS_PROJECT_ROOT.
155
1562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
159        Add AC_PROG_RANLIB.
160
1612002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove references to RTEMS_BSP.
164
1652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
168        Use ../../../aclocal.
169
1702001-04-03      Joel Sherrill <joel@OARcorp.com>
171
172        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
173        * rtems/score/unixtypes.h: Removed.
174        * rtems/score/types.h: New file via CVS magic.
175        * Makefile.am, rtems/score/cpu.h: Account for name change.
176
1772001-03-28      Joel Sherrill <joel@OARcorp.com>
178
179        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
180
1812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac:
184        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
185        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
186        * Makefile.am: Remove AUTOMAKE_OPTIONS.
187
1882002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Fix the test to determine cpu context size.
191
1922001-02-05      Joel Sherrill <joel@OARcorp.com>
193
194        * .cvsignore: Added stamp-h.in.
195
1962002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Merge in rtems/Makefile.am and
199        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
200        * rtems/Makefile.am: Removed.
201        * rtems/score/Makefile.am: Removed.
202        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
203        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
204        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
205        SIZEOF_CPU_CONTEXT.
206
2072001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add multilib support.
210
2112001-11-28      Joel Sherrill <joel@OARcorp.com>,
212
213        This was tracked as PR91.
214        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
215        is used to specify if the port uses the standard macro for this (FALSE).
216        A TRUE setting indicates the port provides its own implementation.
217
2182001-11-28      Joel Sherrill <joel@OARcorp.com>,
219
220        This was tracked as PR91.
221        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
222        is used to specify if the port uses the standard macro for this (FALSE).
223        A TRUE setting indicates the port provides its own implementation.
224
2252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
228        * configure.in: Remove.
229        * configure.ac: New file, generated from configure.in by autoupdate.
230
2312001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
234
2352001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
238
2392001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am, rtems/score/Makefile.am:
242        Apply include_*HEADERS instead of H_FILES.
243
2442001-01-25      Joel Sherrill <joel@OARcorp.com>
245
246        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
247        <peter.o.mueller@gmx.de> because of not correcting for the ISR
248        vector table now being allocated from the workspace.
249
2502001-01-03      Joel Sherrill <joel@OARcorp.com>
251
252        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
253
2542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
257
2582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
261
2622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
265        Switch to GNU canonicalization.
266
2672000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Use += to set up AM_CPPFLAGS.
270
2712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
274
2752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Include compile.am.
278
2792000-08-10      Joel Sherrill <joel@OARcorp.com>
280
281        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.