source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 3ab90627

4.104.114.84.95
Last change on this file since 3ab90627 was 3ab90627, checked in by Joel Sherrill <joel.sherrill@…>, on 02/11/03 at 23:43:36

2003-02-11 Joel Sherrill <joel@…>

  • cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@…> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12003-02-11      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu_asm.c: Rework logic that decides when to call
4        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
5        determined that _ISR_Signals_to_thread_executing was not being
6        honored and/or cleared properly.
7
82002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
11        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
12
132002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Fix package name.
16
172002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
20
212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * .cvsignore: Reformat.
24        Add autom4te*cache.
25        Remove autom4te.cache.
26
272002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
30
312002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use .$(OBJEXT) instead of .o.
34
352002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: RTEMS_TOP(../../../..).
38
392002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * rtems.c: Remove.
42        * Makefile.am: Reflect changes above.
43
442002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove RTEMS_PROJECT_ROOT.
47
482002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add RTEMS_PROG_CCAS
51
522002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
55        Add AC_PROG_RANLIB.
56
572002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
60        Use ../../../aclocal.
61
622001-04-03      Joel Sherrill <joel@OARcorp.com>
63
64        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
65        * rtems/score/no_cputypes.h: Removed.
66        * rtems/score/types.h: New file via CVS magic.
67        * Makefile.am, rtems/score/cpu.h: Account for name change.
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * Makefile.am: Remove AUTOMAKE_OPTIONS.
75
762002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/Makefile.am: Removed.
79        * rtems/score/Makefile.am: Removed.
80        * configure.ac: Reflect changes above.
81        * Makefile.am: Reflect changes above.
82
832001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add multilib support.
86
872001-11-28      Joel Sherrill <joel@OARcorp.com>,
88
89        This was tracked as PR91.
90        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
91        is used to specify if the port uses the standard macro for this (FALSE).
92        A TRUE setting indicates the port provides its own implementation.
93
942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
97        * configure.in: Remove.
98        * configure.ac: New file, generated from configure.in by autoupdate.
99
1002001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
103        * Makefile.am: Use 'PREINSTALL_FILES ='.
104
1052001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am, rtems/score/Makefile.am:
108        Apply include_*HEADERS instead of H_FILES.
109
1102001-01-03      Joel Sherrill <joel@OARcorp.com>
111
112        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
113
1142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
117
1182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
121
1222000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126
1272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Include compile.am.
130
1312000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * rtems/score/no_cpu.h: Modified so there are fewer and
134        more consistent variations on "no cpu" so it is easier
135        to sed the source as the starting point for a new port.
136
1372000-08-10      Joel Sherrill <joel@OARcorp.com>
138
139        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.