source: rtems/cpukit/score/cpu/unix/ChangeLog @ babf575

4.104.114.84.95
Last change on this file since babf575 was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Split out preinstallation rules.
  • preinstall.am: New (Split out from Makefile.am).
  • Property mode set to 100644
File size: 9.4 KB
Line 
12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Split out preinstallation rules.
4        * preinstall.am: New (Split out from Makefile.am).
5
62005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        PR 754/rtems
9        * rtems/asm.h: New (relocated from .).
10        * asm.h: Remove (moved to rtems/asm.h).
11        * Makefile.am: Reflect changes above.
12
132004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
14
15        * asm.h, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
16        New header guards.
17
182005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * rtems/score/types.h: Remove signed8, signed16, signed32,
21        unsigned8, unsigned16, unsigned32.
22
232005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
26
272005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * rtems/score/types.h: #include <rtems/stdint.h>.
30
312005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
32
33        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
34
352005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove build-variant support.
38
392004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
42        guard.
43
442004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * asm.h: Add doxygen preamble.
47
482004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * rtems/score/cpu.h: Add doxygen preamble.
51        * rtems/score/types.h: Add doxygen preamble.
52        * rtems/score/unix.h: Add doxygen preamble.
53
542004-09-29      Joel Sherrill <joel@OARcorp.com>
55
56        * rtems/score/cpu.h: i960 obsoleted and all references removed.
57
582004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * asm.h: New (stub file. For consistency with other ports, only).
61        * Makefile.am: Add asm.h.
62
632004-04-12      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
66
672004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * Makefile.am: Remove LIBC_DEFINES (Unsupported).
70
712004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * rtems/score/cpu.h: Remove unixsize.h.
74        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
75        * Makefile.am: Remove unixsize.h.
76        Don't include multilib.am.
77        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
78
792004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
82
832004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * configure.ac: RTEMS_TOP([../../../..]).
86
872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Move RTEMS_TOP one subdir down.
90
912004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add PREINSTALL_DIRS.
94
952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
98        Add PREINSTALL_FILES to CLEANFILES.
99
1002004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Requires automake >= 1.8.1.
103
1042004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Include compile.am, again.
107
1082004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Convert to using automake compilation rules.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
119
1202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Remove TMPINSTALL_FILES.
123
1242003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add $(dirstamp) to preinstallation rules.
127
1282003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Don't use gmake rules for preinstallation.
131
1322003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove RTEMS_CANONICAL_HOST.
135
1362003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove RTEMS_CHECK_CPU.
139
1402003-09-26      Joel Sherrill <joel@OARcorp.com>
141
142        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
143        references.
144
1452003-09-04      Joel Sherrill <joel@OARcorp.com>
146
147        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
148        URL for license changed.
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
153
1542003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
157        all-local (Sync with other Makefile.ams).
158
1592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove AC_CONFIG_AUX_DIR.
162
1632003-01-03      Joel Sherrill <joel@OARcorp.com>
164
165        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
166        alignment requests that are too large.
167
1682002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
171        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
172
1732002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Fix package name.
176
1772002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Generate unixsize.h on the fly, filter out
180        autoconf-2.53 PACKAGE crap.
181        * rtems/score/.cvsignore: unixsize*
182
1832002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
186
1872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * .cvsignore: Reformat.
190        Add autom4te*cache.
191        Remove autom4te.cache.
192
1932002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
196
1972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use .$(OBJEXT) instead of .o.
200
2012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: RTEMS_TOP(../../../..).
204
2052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove RTEMS_PROJECT_ROOT.
208
2092002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
212        Add AC_PROG_RANLIB.
213
2142002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove references to RTEMS_BSP.
217
2182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
221        Use ../../../aclocal.
222
2232001-04-03      Joel Sherrill <joel@OARcorp.com>
224
225        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
226        * rtems/score/unixtypes.h: Removed.
227        * rtems/score/types.h: New file via CVS magic.
228        * Makefile.am, rtems/score/cpu.h: Account for name change.
229
2302001-03-28      Joel Sherrill <joel@OARcorp.com>
231
232        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
233
2342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac:
237        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
238        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
239        * Makefile.am: Remove AUTOMAKE_OPTIONS.
240
2412002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Fix the test to determine cpu context size.
244
2452001-02-05      Joel Sherrill <joel@OARcorp.com>
246
247        * .cvsignore: Added stamp-h.in.
248
2492002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Merge in rtems/Makefile.am and
252        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
253        * rtems/Makefile.am: Removed.
254        * rtems/score/Makefile.am: Removed.
255        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
256        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
257        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
258        SIZEOF_CPU_CONTEXT.
259
2602001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add multilib support.
263
2642001-11-28      Joel Sherrill <joel@OARcorp.com>,
265
266        This was tracked as PR91.
267        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
268        is used to specify if the port uses the standard macro for this (FALSE).
269        A TRUE setting indicates the port provides its own implementation.
270
2712001-11-28      Joel Sherrill <joel@OARcorp.com>,
272
273        This was tracked as PR91.
274        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
275        is used to specify if the port uses the standard macro for this (FALSE).
276        A TRUE setting indicates the port provides its own implementation.
277
2782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
281        * configure.in: Remove.
282        * configure.ac: New file, generated from configure.in by autoupdate.
283
2842001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
287
2882001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
291
2922001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am, rtems/score/Makefile.am:
295        Apply include_*HEADERS instead of H_FILES.
296
2972001-01-25      Joel Sherrill <joel@OARcorp.com>
298
299        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
300        <peter.o.mueller@gmx.de> because of not correcting for the ISR
301        vector table now being allocated from the workspace.
302
3032001-01-03      Joel Sherrill <joel@OARcorp.com>
304
305        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
314
3152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use += to set up AM_CPPFLAGS.
323
3242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
327
3282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Include compile.am.
331
3322000-08-10      Joel Sherrill <joel@OARcorp.com>
333
334        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.