source: rtems/cpukit/score/cpu/c4x/ChangeLog @ f404fa1

Last change on this file since f404fa1 was f404fa1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:47:23

2003-09-04 Joel Sherrill <joel@…>

  • cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
4        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Joel Sherrill <joel@OARcorp.com>
15
16        * irq.c: Rework logic that decides when to call
17        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
18        determined that _ISR_Signals_to_thread_executing was not being
19        honored and/or cleared properly.
20
212002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
24        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
25
262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Fix package name.
29
302002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
43
442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use .$(OBJEXT) instead of .o.
47
482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use . instead of .o.
51
522002-07-05      Joel Sherrill <joel@OARcorp.com>
53
54        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
55        marked XXX.
56
572002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: RTEMS_TOP(../../../..).
60
612002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * rtems.c: Remove.
64        * Makefile.am: Reflect changes above.
65
662002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove RTEMS_PROJECT_ROOT.
69
702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add RTEMS_PROG_CCAS
73
742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
77        Add AC_PROG_RANLIB.
78
792002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
82        Use ../../../aclocal.
83
842001-04-03      Joel Sherrill <joel@OARcorp.com>
85
86        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
87        * rtems/score/c4xtypes.h: Removed.
88        * rtems/score/types.h: New file via CVS magic.
89        * Makefile.am, rtems/score/cpu.h: Account for name change.
90
912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac:
94        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
95        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/Makefile.am: Removed.
101        * rtems/score/Makefile.am: Removed.
102        * configure.ac: Reflect changes above.
103        * Makefile.am: Reflect changes above.
104
1052002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * asm.h: Remove #include <rtems/score/targopts.h>.
108        Add #include <rtems/score/cpuopts.h>.
109
110
111
1122002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
115
1162001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
119
1202001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add multilib support.
123
1242001-11-28      Joel Sherrill <joel@OARcorp.com>,
125
126        This was tracked as PR91.
127        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
128        is used to specify if the port uses the standard macro for this (FALSE).
129        A TRUE setting indicates the port provides its own implementation.
130
1312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
134        * configure.in: Remove.
135        * configure.ac: New file, generated from configure.in by autoupdate.
136
1372001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
140        * Makefile.am: Use 'PREINSTALL_FILES ='.
141
1422001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am, rtems/score/Makefile.am:
145        Apply include_*HEADERS instead of H_FILES.
146
1472001-01-03      Joel Sherrill <joel@OARcorp.com>
148
149        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
150
1512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
154
1552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
158
1592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
162        Switch to GNU canonicalization.
163
1642000-10-18      Joel Sherrill <joel@OARcorp.com>
165
166        * rtems/score/c4x.h: Modified to properly multilib.  This required
167        using only macros predefined by gcc.
168
1692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Include compile.am, formatting.
172        * rtems/Makefile.am: formatting.
173        * rtems/score/Makefile.am: formatting.
174
1752000-08-10      Joel Sherrill <joel@OARcorp.com>
176
177        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.