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

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

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

  • irq.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.5 KB
Line 
12003-02-11      Joel Sherrill <joel@OARcorp.com>
2
3        * irq.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-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use . instead of .o.
38
392002-07-05      Joel Sherrill <joel@OARcorp.com>
40
41        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
42        marked XXX.
43
442002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: RTEMS_TOP(../../../..).
47
482002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * rtems.c: Remove.
51        * Makefile.am: Reflect changes above.
52
532002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove RTEMS_PROJECT_ROOT.
56
572002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Add RTEMS_PROG_CCAS
60
612002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
64        Add AC_PROG_RANLIB.
65
662002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
69        Use ../../../aclocal.
70
712001-04-03      Joel Sherrill <joel@OARcorp.com>
72
73        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
74        * rtems/score/c4xtypes.h: Removed.
75        * rtems/score/types.h: New file via CVS magic.
76        * Makefile.am, rtems/score/cpu.h: Account for name change.
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * Makefile.am: Remove AUTOMAKE_OPTIONS.
84
852002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * rtems/Makefile.am: Removed.
88        * rtems/score/Makefile.am: Removed.
89        * configure.ac: Reflect changes above.
90        * Makefile.am: Reflect changes above.
91
922002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * asm.h: Remove #include <rtems/score/targopts.h>.
95        Add #include <rtems/score/cpuopts.h>.
96
97
98
992002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
102
1032001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
106
1072001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add multilib support.
110
1112001-11-28      Joel Sherrill <joel@OARcorp.com>,
112
113        This was tracked as PR91.
114        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
115        is used to specify if the port uses the standard macro for this (FALSE).
116        A TRUE setting indicates the port provides its own implementation.
117
1182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
121        * configure.in: Remove.
122        * configure.ac: New file, generated from configure.in by autoupdate.
123
1242001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
127        * Makefile.am: Use 'PREINSTALL_FILES ='.
128
1292001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am, rtems/score/Makefile.am:
132        Apply include_*HEADERS instead of H_FILES.
133
1342001-01-03      Joel Sherrill <joel@OARcorp.com>
135
136        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
137
1382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
141
1422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
145
1462000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
149        Switch to GNU canonicalization.
150
1512000-10-18      Joel Sherrill <joel@OARcorp.com>
152
153        * rtems/score/c4x.h: Modified to properly multilib.  This required
154        using only macros predefined by gcc.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Include compile.am, formatting.
159        * rtems/Makefile.am: formatting.
160        * rtems/score/Makefile.am: formatting.
161
1622000-08-10      Joel Sherrill <joel@OARcorp.com>
163
164        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.