source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 9ca05b1

4.104.114.84.95
Last change on this file since 9ca05b1 was 9ca05b1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 15:13:36

2003-10-21 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CANONICAL_HOST.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CANONICAL_HOST.
4
52003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CHECK_CPU.
8
92003-09-26      Joel Sherrill <joel@OARcorp.com>
10
11        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
12        references.
13
142003-09-04      Joel Sherrill <joel@OARcorp.com>
15
16        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
17        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
18
192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
22
232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove AC_CONFIG_AUX_DIR.
26
272003-02-11      Joel Sherrill <joel@OARcorp.com>
28
29        * cpu_asm.c: Rework logic that decides when to call
30        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
31        determined that _ISR_Signals_to_thread_executing was not being
32        honored and/or cleared properly.
33
342002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
37        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
38
392002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Fix package name.
42
432002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
56
572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: RTEMS_TOP(../../../..).
64
652002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * rtems.c: Remove.
68        * Makefile.am: Reflect changes above.
69
702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove RTEMS_PROJECT_ROOT.
73
742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add RTEMS_PROG_CCAS
77
782002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
81        Add AC_PROG_RANLIB.
82
832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
86        Use ../../../aclocal.
87
882001-04-03      Joel Sherrill <joel@OARcorp.com>
89
90        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
91        * rtems/score/no_cputypes.h: Removed.
92        * rtems/score/types.h: New file via CVS magic.
93        * Makefile.am, rtems/score/cpu.h: Account for name change.
94
952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac:
98        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
99        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
100        * Makefile.am: Remove AUTOMAKE_OPTIONS.
101
1022002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems/Makefile.am: Removed.
105        * rtems/score/Makefile.am: Removed.
106        * configure.ac: Reflect changes above.
107        * Makefile.am: Reflect changes above.
108
1092001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add multilib support.
112
1132001-11-28      Joel Sherrill <joel@OARcorp.com>,
114
115        This was tracked as PR91.
116        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
117        is used to specify if the port uses the standard macro for this (FALSE).
118        A TRUE setting indicates the port provides its own implementation.
119
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.in: Remove.
124        * configure.ac: New file, generated from configure.in by autoupdate.
125
1262001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
129        * Makefile.am: Use 'PREINSTALL_FILES ='.
130
1312001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am, rtems/score/Makefile.am:
134        Apply include_*HEADERS instead of H_FILES.
135
1362001-01-03      Joel Sherrill <joel@OARcorp.com>
137
138        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
139
1402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
143
1442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
147
1482000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
151        Switch to GNU canonicalization.
152
1532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Include compile.am.
156
1572000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * rtems/score/no_cpu.h: Modified so there are fewer and
160        more consistent variations on "no cpu" so it is easier
161        to sed the source as the starting point for a new port.
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.