source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Joel Sherrill <joel@OARcorp.com>
10
11        * cpu_asm.c: Rework logic that decides when to call
12        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
13        determined that _ISR_Signals_to_thread_executing was not being
14        honored and/or cleared properly.
15
162002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
19        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
20
212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Fix package name.
24
252002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
38
392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use .$(OBJEXT) instead of .o.
42
432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: RTEMS_TOP(../../../..).
46
472002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * rtems.c: Remove.
50        * Makefile.am: Reflect changes above.
51
522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_PROJECT_ROOT.
55
562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add RTEMS_PROG_CCAS
59
602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
63        Add AC_PROG_RANLIB.
64
652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
68        Use ../../../aclocal.
69
702001-04-03      Joel Sherrill <joel@OARcorp.com>
71
72        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
73        * rtems/score/no_cputypes.h: Removed.
74        * rtems/score/types.h: New file via CVS magic.
75        * Makefile.am, rtems/score/cpu.h: Account for name change.
76
772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac:
80        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
81        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
82        * Makefile.am: Remove AUTOMAKE_OPTIONS.
83
842002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/Makefile.am: Removed.
87        * rtems/score/Makefile.am: Removed.
88        * configure.ac: Reflect changes above.
89        * Makefile.am: Reflect changes above.
90
912001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add multilib support.
94
952001-11-28      Joel Sherrill <joel@OARcorp.com>,
96
97        This was tracked as PR91.
98        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
99        is used to specify if the port uses the standard macro for this (FALSE).
100        A TRUE setting indicates the port provides its own implementation.
101
1022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
105        * configure.in: Remove.
106        * configure.ac: New file, generated from configure.in by autoupdate.
107
1082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
111        * Makefile.am: Use 'PREINSTALL_FILES ='.
112
1132001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am, rtems/score/Makefile.am:
116        Apply include_*HEADERS instead of H_FILES.
117
1182001-01-03      Joel Sherrill <joel@OARcorp.com>
119
120        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
121
1222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
125
1262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
129
1302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
133        Switch to GNU canonicalization.
134
1352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Include compile.am.
138
1392000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * rtems/score/no_cpu.h: Modified so there are fewer and
142        more consistent variations on "no cpu" so it is easier
143        to sed the source as the starting point for a new port.
144
1452000-08-10      Joel Sherrill <joel@OARcorp.com>
146
147        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.