source: rtems/cpukit/score/cpu/unix/ChangeLog @ 53021d4

4.104.114.84.95
Last change on this file since 53021d4 was 53021d4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 17:08:38

2002-12-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require autoconf-2.57 + automake-1.7.2.
  • Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
4        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
5
62002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Fix package name.
9
102002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Generate unixsize.h on the fly, filter out
13        autoconf-2.53 PACKAGE crap.
14        * rtems/score/.cvsignore: unixsize*
15
162002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
19
202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Reformat.
23        Add autom4te*cache.
24        Remove autom4te.cache.
25
262002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
29
302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: RTEMS_TOP(../../../..).
37
382002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_PROJECT_ROOT.
41
422002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
45        Add AC_PROG_RANLIB.
46
472002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove references to RTEMS_BSP.
50
512002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
54        Use ../../../aclocal.
55
562001-04-03      Joel Sherrill <joel@OARcorp.com>
57
58        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
59        * rtems/score/unixtypes.h: Removed.
60        * rtems/score/types.h: New file via CVS magic.
61        * Makefile.am, rtems/score/cpu.h: Account for name change.
62
632001-03-28      Joel Sherrill <joel@OARcorp.com>
64
65        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
66
672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:
70        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
71        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
72        * Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Fix the test to determine cpu context size.
77
782001-02-05      Joel Sherrill <joel@OARcorp.com>
79
80        * .cvsignore: Added stamp-h.in.
81
822002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Merge in rtems/Makefile.am and
85        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
86        * rtems/Makefile.am: Removed.
87        * rtems/score/Makefile.am: Removed.
88        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
89        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
90        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
91        SIZEOF_CPU_CONTEXT.
92
932001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add multilib support.
96
972001-11-28      Joel Sherrill <joel@OARcorp.com>,
98
99        This was tracked as PR91.
100        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
101        is used to specify if the port uses the standard macro for this (FALSE).
102        A TRUE setting indicates the port provides its own implementation.
103
1042001-11-28      Joel Sherrill <joel@OARcorp.com>,
105
106        This was tracked as PR91.
107        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
108        is used to specify if the port uses the standard macro for this (FALSE).
109        A TRUE setting indicates the port provides its own implementation.
110
1112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
114        * configure.in: Remove.
115        * configure.ac: New file, generated from configure.in by autoupdate.
116
1172001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
120
1212001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
124
1252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am, rtems/score/Makefile.am:
128        Apply include_*HEADERS instead of H_FILES.
129
1302001-01-25      Joel Sherrill <joel@OARcorp.com>
131
132        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
133        <peter.o.mueller@gmx.de> because of not correcting for the ISR
134        vector table now being allocated from the workspace.
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-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use += to set up AM_CPPFLAGS.
156
1572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Include compile.am.
164
1652000-08-10      Joel Sherrill <joel@OARcorp.com>
166
167        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.