source: rtems/cpukit/score/cpu/c4x/ChangeLog @ 7d0eba02

4.104.114.84.95
Last change on this file since 7d0eba02 was 7d0eba02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:35:52

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Don't use gmake rules for preinstallation.
8
92003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CANONICAL_HOST.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CHECK_CPU.
16
172003-09-26      Joel Sherrill <joel@OARcorp.com>
18
19        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
20        references.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
25        rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
26
272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
30
312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Remove AC_CONFIG_AUX_DIR.
34
352003-02-11      Joel Sherrill <joel@OARcorp.com>
36
37        * irq.c: Rework logic that decides when to call
38        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
39        determined that _ISR_Signals_to_thread_executing was not being
40        honored and/or cleared properly.
41
422002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
45        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
46
472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Fix package name.
50
512002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
64
652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use . instead of .o.
72
732002-07-05      Joel Sherrill <joel@OARcorp.com>
74
75        * cpu.c, irq.c, rtems/score/cpu.h: Filled in something that was
76        marked XXX.
77
782002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: RTEMS_TOP(../../../..).
81
822002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * rtems.c: Remove.
85        * Makefile.am: Reflect changes above.
86
872002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_PROJECT_ROOT.
90
912002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Add RTEMS_PROG_CCAS
94
952002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
98        Add AC_PROG_RANLIB.
99
1002002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
103        Use ../../../aclocal.
104
1052001-04-03      Joel Sherrill <joel@OARcorp.com>
106
107        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
108        * rtems/score/c4xtypes.h: Removed.
109        * rtems/score/types.h: New file via CVS magic.
110        * Makefile.am, rtems/score/cpu.h: Account for name change.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * rtems/Makefile.am: Removed.
122        * rtems/score/Makefile.am: Removed.
123        * configure.ac: Reflect changes above.
124        * Makefile.am: Reflect changes above.
125
1262002-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * asm.h: Remove #include <rtems/score/targopts.h>.
129        Add #include <rtems/score/cpuopts.h>.
130
131
132
1332002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
136
1372001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
140
1412001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add multilib support.
144
1452001-11-28      Joel Sherrill <joel@OARcorp.com>,
146
147        This was tracked as PR91.
148        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
149        is used to specify if the port uses the standard macro for this (FALSE).
150        A TRUE setting indicates the port provides its own implementation.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
161        * Makefile.am: Use 'PREINSTALL_FILES ='.
162
1632001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am, rtems/score/Makefile.am:
166        Apply include_*HEADERS instead of H_FILES.
167
1682001-01-03      Joel Sherrill <joel@OARcorp.com>
169
170        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
171
1722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
175
1762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
179
1802000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
183        Switch to GNU canonicalization.
184
1852000-10-18      Joel Sherrill <joel@OARcorp.com>
186
187        * rtems/score/c4x.h: Modified to properly multilib.  This required
188        using only macros predefined by gcc.
189
1902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Include compile.am, formatting.
193        * rtems/Makefile.am: formatting.
194        * rtems/score/Makefile.am: formatting.
195
1962000-08-10      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.