source: rtems/c/src/exec/score/cpu/unix/ChangeLog @ afb802cd

4.104.114.84.95
Last change on this file since afb802cd was afb802cd, checked in by Joel Sherrill <joel.sherrill@…>, on 02/13/02 at 14:29:42

2002-02-13 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix the test to determine cpu context size.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Fix the test to determine cpu context size.
4
52001-02-05      Joel Sherrill <joel@OARcorp.com>
6
7        * .cvsignore: Added stamp-h.in.
8
92002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge in rtems/Makefile.am and
12        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
13        * rtems/Makefile.am: Removed.
14        * rtems/score/Makefile.am: Removed.
15        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
16        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
17        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
18        SIZEOF_CPU_CONTEXT.
19
202001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Add multilib support.
23
242001-11-28      Joel Sherrill <joel@OARcorp.com>,
25
26        This was tracked as PR91.
27        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
28        is used to specify if the port uses the standard macro for this (FALSE).
29        A TRUE setting indicates the port provides its own implementation.
30
312001-11-28      Joel Sherrill <joel@OARcorp.com>,
32
33        This was tracked as PR91.
34        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
35        is used to specify if the port uses the standard macro for this (FALSE).
36        A TRUE setting indicates the port provides its own implementation.
37
382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
41        * configure.in: Remove.
42        * configure.ac: New file, generated from configure.in by autoupdate.
43
442001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
47
482001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
51
522001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am, rtems/score/Makefile.am:
55        Apply include_*HEADERS instead of H_FILES.
56
572001-01-25      Joel Sherrill <joel@OARcorp.com>
58
59        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
60        <peter.o.mueller@gmx.de> because of not correcting for the ISR
61        vector table now being allocated from the workspace.
62
632001-01-03      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
66
672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
70
712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
74
752000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
78        Switch to GNU canonicalization.
79
802000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use += to set up AM_CPPFLAGS.
83
842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
87
882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Include compile.am.
91
922000-08-10      Joel Sherrill <joel@OARcorp.com>
93
94        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.