source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 8956e27

4.104.114.84.95
Last change on this file since 8956e27 was 8956e27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:31:43

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
4        Add PREINSTALL_FILES to CLEANFILES.
5
62004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Requires automake >= 1.8.1.
9
102004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Include compile.am, again.
13
142004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Convert to using automake compilation rules.
17
182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Remove TMPINSTALL_FILES.
29
302003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add $(dirstamp) to preinstallation rules.
33
342003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Don't use gmake rules for preinstallation.
37
382003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_CANONICAL_HOST.
41
422003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_CHECK_CPU.
45
462003-09-26      Joel Sherrill <joel@OARcorp.com>
47
48        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
49        references.
50
512003-09-04      Joel Sherrill <joel@OARcorp.com>
52
53        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
54        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
55
562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
642003-02-11      Joel Sherrill <joel@OARcorp.com>
65
66        * cpu_asm.c: Rework logic that decides when to call
67        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
68        determined that _ISR_Signals_to_thread_executing was not being
69        honored and/or cleared properly.
70
712002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
74        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
75
762002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Fix package name.
79
802002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
83
842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Reformat.
87        Add autom4te*cache.
88        Remove autom4te.cache.
89
902002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
93
942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use .$(OBJEXT) instead of .o.
97
982002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: RTEMS_TOP(../../../..).
101
1022002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems.c: Remove.
105        * Makefile.am: Reflect changes above.
106
1072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove RTEMS_PROJECT_ROOT.
110
1112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Add RTEMS_PROG_CCAS
114
1152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
118        Add AC_PROG_RANLIB.
119
1202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
123        Use ../../../aclocal.
124
1252001-04-03      Joel Sherrill <joel@OARcorp.com>
126
127        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
128        * rtems/score/no_cputypes.h: Removed.
129        * rtems/score/types.h: New file via CVS magic.
130        * Makefile.am, rtems/score/cpu.h: Account for name change.
131
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac:
135        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
136        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138
1392002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * rtems/Makefile.am: Removed.
142        * rtems/score/Makefile.am: Removed.
143        * configure.ac: Reflect changes above.
144        * Makefile.am: Reflect changes above.
145
1462001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Add multilib support.
149
1502001-11-28      Joel Sherrill <joel@OARcorp.com>,
151
152        This was tracked as PR91.
153        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
154        is used to specify if the port uses the standard macro for this (FALSE).
155        A TRUE setting indicates the port provides its own implementation.
156
1572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
160        * configure.in: Remove.
161        * configure.ac: New file, generated from configure.in by autoupdate.
162
1632001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
166        * Makefile.am: Use 'PREINSTALL_FILES ='.
167
1682001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am, rtems/score/Makefile.am:
171        Apply include_*HEADERS instead of H_FILES.
172
1732001-01-03      Joel Sherrill <joel@OARcorp.com>
174
175        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
176
1772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
180
1812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
184
1852000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
188        Switch to GNU canonicalization.
189
1902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Include compile.am.
193
1942000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * rtems/score/no_cpu.h: Modified so there are fewer and
197        more consistent variations on "no cpu" so it is easier
198        to sed the source as the starting point for a new port.
199
2002000-08-10      Joel Sherrill <joel@OARcorp.com>
201
202        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.