source: rtems/c/src/exec/score/cpu/unix/ChangeLog @ af81910

4.104.114.84.95
Last change on this file since af81910 was af81910, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:54:50

2002-07-05 Ralf Corsepius <corsepiu@…>

  • configure.ac: RTEMS_TOP(../../../..).
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: RTEMS_TOP(../../../..).
4
52002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_PROJECT_ROOT.
8
92002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
12        Add AC_PROG_RANLIB.
13
142002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove references to RTEMS_BSP.
17
182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
21        Use ../../../aclocal.
22
232001-04-03      Joel Sherrill <joel@OARcorp.com>
24
25        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
26        * rtems/score/unixtypes.h: Removed.
27        * rtems/score/types.h: New file via CVS magic.
28        * Makefile.am, rtems/score/cpu.h: Account for name change.
29
302001-03-28      Joel Sherrill <joel@OARcorp.com>
31
32        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
33
342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac:
37        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
38        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
39        * Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Fix the test to determine cpu context size.
44
452001-02-05      Joel Sherrill <joel@OARcorp.com>
46
47        * .cvsignore: Added stamp-h.in.
48
492002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge in rtems/Makefile.am and
52        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
53        * rtems/Makefile.am: Removed.
54        * rtems/score/Makefile.am: Removed.
55        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
56        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
57        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
58        SIZEOF_CPU_CONTEXT.
59
602001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add multilib support.
63
642001-11-28      Joel Sherrill <joel@OARcorp.com>,
65
66        This was tracked as PR91.
67        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
68        is used to specify if the port uses the standard macro for this (FALSE).
69        A TRUE setting indicates the port provides its own implementation.
70
712001-11-28      Joel Sherrill <joel@OARcorp.com>,
72
73        This was tracked as PR91.
74        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
75        is used to specify if the port uses the standard macro for this (FALSE).
76        A TRUE setting indicates the port provides its own implementation.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
87
882001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
91
922001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am, rtems/score/Makefile.am:
95        Apply include_*HEADERS instead of H_FILES.
96
972001-01-25      Joel Sherrill <joel@OARcorp.com>
98
99        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
100        <peter.o.mueller@gmx.de> because of not correcting for the ISR
101        vector table now being allocated from the workspace.
102
1032001-01-03      Joel Sherrill <joel@OARcorp.com>
104
105        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
118        Switch to GNU canonicalization.
119
1202000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use += to set up AM_CPPFLAGS.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
127
1282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Include compile.am.
131
1322000-08-10      Joel Sherrill <joel@OARcorp.com>
133
134        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.