source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ 3b1c100

4.104.114.84.95
Last change on this file since 3b1c100 was 3b1c100, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 21:56:41

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

  • rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all references.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12003-09-26      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
4        references.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
9        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192003-02-11      Joel Sherrill <joel@OARcorp.com>
20
21        * cpu_asm.c: Rework logic that decides when to call
22        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
23        determined that _ISR_Signals_to_thread_executing was not being
24        honored and/or cleared properly.
25
262002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
29        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
30
312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Fix package name.
34
352002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
48
492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Use .$(OBJEXT) instead of .o.
52
532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: RTEMS_TOP(../../../..).
56
572002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * rtems.c: Remove.
60        * Makefile.am: Reflect changes above.
61
622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove RTEMS_PROJECT_ROOT.
65
662002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Add RTEMS_PROG_CCAS
69
702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
73        Add AC_PROG_RANLIB.
74
752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
78        Use ../../../aclocal.
79
802001-04-03      Joel Sherrill <joel@OARcorp.com>
81
82        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
83        * rtems/score/no_cputypes.h: Removed.
84        * rtems/score/types.h: New file via CVS magic.
85        * Makefile.am, rtems/score/cpu.h: Account for name change.
86
872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac:
90        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
91        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
92        * Makefile.am: Remove AUTOMAKE_OPTIONS.
93
942002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * rtems/Makefile.am: Removed.
97        * rtems/score/Makefile.am: Removed.
98        * configure.ac: Reflect changes above.
99        * Makefile.am: Reflect changes above.
100
1012001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Add multilib support.
104
1052001-11-28      Joel Sherrill <joel@OARcorp.com>,
106
107        This was tracked as PR91.
108        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
109        is used to specify if the port uses the standard macro for this (FALSE).
110        A TRUE setting indicates the port provides its own implementation.
111
1122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
115        * configure.in: Remove.
116        * configure.ac: New file, generated from configure.in by autoupdate.
117
1182001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
121        * Makefile.am: Use 'PREINSTALL_FILES ='.
122
1232001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am, rtems/score/Makefile.am:
126        Apply include_*HEADERS instead of H_FILES.
127
1282001-01-03      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
131
1322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
1362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
1402000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
143        Switch to GNU canonicalization.
144
1452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Include compile.am.
148
1492000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * rtems/score/no_cpu.h: Modified so there are fewer and
152        more consistent variations on "no cpu" so it is easier
153        to sed the source as the starting point for a new port.
154
1552000-08-10      Joel Sherrill <joel@OARcorp.com>
156
157        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.