source: rtems/cpukit/score/cpu/unix/ChangeLog @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Fix the test to determine cpu context size.
11
122001-02-05      Joel Sherrill <joel@OARcorp.com>
13
14        * .cvsignore: Added stamp-h.in.
15
162002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Merge in rtems/Makefile.am and
19        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
20        * rtems/Makefile.am: Removed.
21        * rtems/score/Makefile.am: Removed.
22        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
23        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
24        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
25        SIZEOF_CPU_CONTEXT.
26
272001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Add multilib support.
30
312001-11-28      Joel Sherrill <joel@OARcorp.com>,
32
33        This was tracked as PR91.
34        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
35        is used to specify if the port uses the standard macro for this (FALSE).
36        A TRUE setting indicates the port provides its own implementation.
37
382001-11-28      Joel Sherrill <joel@OARcorp.com>,
39
40        This was tracked as PR91.
41        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
42        is used to specify if the port uses the standard macro for this (FALSE).
43        A TRUE setting indicates the port provides its own implementation.
44
452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
48        * configure.in: Remove.
49        * configure.ac: New file, generated from configure.in by autoupdate.
50
512001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
54
552001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
58
592001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am, rtems/score/Makefile.am:
62        Apply include_*HEADERS instead of H_FILES.
63
642001-01-25      Joel Sherrill <joel@OARcorp.com>
65
66        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
67        <peter.o.mueller@gmx.de> because of not correcting for the ISR
68        vector table now being allocated from the workspace.
69
702001-01-03      Joel Sherrill <joel@OARcorp.com>
71
72        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
73
742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
77
782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
81
822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
85        Switch to GNU canonicalization.
86
872000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use += to set up AM_CPPFLAGS.
90
912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
94
952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Include compile.am.
98
992000-08-10      Joel Sherrill <joel@OARcorp.com>
100
101        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.