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

4.104.114.84.95
Last change on this file since f8cb04a5 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

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

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
10
112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: RTEMS_TOP(../../../..).
18
192002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems.c: Remove.
22        * Makefile.am: Reflect changes above.
23
242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Remove RTEMS_PROJECT_ROOT.
27
282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add RTEMS_PROG_CCAS
31
322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
35        Add AC_PROG_RANLIB.
36
372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
40        Use ../../../aclocal.
41
422001-04-03      Joel Sherrill <joel@OARcorp.com>
43
44        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
45        * rtems/score/no_cputypes.h: Removed.
46        * rtems/score/types.h: New file via CVS magic.
47        * Makefile.am, rtems/score/cpu.h: Account for name change.
48
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * rtems/Makefile.am: Removed.
59        * rtems/score/Makefile.am: Removed.
60        * configure.ac: Reflect changes above.
61        * Makefile.am: Reflect changes above.
62
632001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add multilib support.
66
672001-11-28      Joel Sherrill <joel@OARcorp.com>,
68
69        This was tracked as PR91.
70        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
71        is used to specify if the port uses the standard macro for this (FALSE).
72        A TRUE setting indicates the port provides its own implementation.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * Makefile.am: Use 'PREINSTALL_FILES ='.
84
852001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am, rtems/score/Makefile.am:
88        Apply include_*HEADERS instead of H_FILES.
89
902001-01-03      Joel Sherrill <joel@OARcorp.com>
91
92        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
93
942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
97
982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
101
1022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
105        Switch to GNU canonicalization.
106
1072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Include compile.am.
110
1112000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * rtems/score/no_cpu.h: Modified so there are fewer and
114        more consistent variations on "no cpu" so it is easier
115        to sed the source as the starting point for a new port.
116
1172000-08-10      Joel Sherrill <joel@OARcorp.com>
118
119        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.