source: rtems/cpukit/score/cpu/no_cpu/ChangeLog @ e18ac00

Last change on this file since e18ac00 was e18ac00, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:47:34

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

  • cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
4        rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Joel Sherrill <joel@OARcorp.com>
15
16        * cpu_asm.c: Rework logic that decides when to call
17        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
18        determined that _ISR_Signals_to_thread_executing was not being
19        honored and/or cleared properly.
20
212002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
24        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
25
262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Fix package name.
29
302002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
43
442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use .$(OBJEXT) instead of .o.
47
482002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: RTEMS_TOP(../../../..).
51
522002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * rtems.c: Remove.
55        * Makefile.am: Reflect changes above.
56
572002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove RTEMS_PROJECT_ROOT.
60
612002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Add RTEMS_PROG_CCAS
64
652002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
68        Add AC_PROG_RANLIB.
69
702002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
73        Use ../../../aclocal.
74
752001-04-03      Joel Sherrill <joel@OARcorp.com>
76
77        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
78        * rtems/score/no_cputypes.h: Removed.
79        * rtems/score/types.h: New file via CVS magic.
80        * Makefile.am, rtems/score/cpu.h: Account for name change.
81
822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac:
85        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
86        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
87        * Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * rtems/Makefile.am: Removed.
92        * rtems/score/Makefile.am: Removed.
93        * configure.ac: Reflect changes above.
94        * Makefile.am: Reflect changes above.
95
962001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add multilib support.
99
1002001-11-28      Joel Sherrill <joel@OARcorp.com>,
101
102        This was tracked as PR91.
103        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
104        is used to specify if the port uses the standard macro for this (FALSE).
105        A TRUE setting indicates the port provides its own implementation.
106
1072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
110        * configure.in: Remove.
111        * configure.ac: New file, generated from configure.in by autoupdate.
112
1132001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
116        * Makefile.am: Use 'PREINSTALL_FILES ='.
117
1182001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am, rtems/score/Makefile.am:
121        Apply include_*HEADERS instead of H_FILES.
122
1232001-01-03      Joel Sherrill <joel@OARcorp.com>
124
125        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Include compile.am.
143
1442000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * rtems/score/no_cpu.h: Modified so there are fewer and
147        more consistent variations on "no cpu" so it is easier
148        to sed the source as the starting point for a new port.
149
1502000-08-10      Joel Sherrill <joel@OARcorp.com>
151
152        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.