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

4.104.114.84.95
Last change on this file since fa1dbc0 was fa1dbc0, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:07:20

2001-04-03 Joel Sherrill <joel@…>

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/unixtypes.h: Removed.
  • rtems/score/types.h: New file via CVS magic.
  • Makefile.am, rtems/score/cpu.h: Account for name change.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12001-04-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
4        * rtems/score/unixtypes.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82001-03-28      Joel Sherrill <joel@OARcorp.com>
9
10        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
11
122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac:
15        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
16        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
17        * Makefile.am: Remove AUTOMAKE_OPTIONS.
18
192002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Fix the test to determine cpu context size.
22
232001-02-05      Joel Sherrill <joel@OARcorp.com>
24
25        * .cvsignore: Added stamp-h.in.
26
272002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Merge in rtems/Makefile.am and
30        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
31        * rtems/Makefile.am: Removed.
32        * rtems/score/Makefile.am: Removed.
33        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
34        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
35        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
36        SIZEOF_CPU_CONTEXT.
37
382001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add multilib support.
41
422001-11-28      Joel Sherrill <joel@OARcorp.com>,
43
44        This was tracked as PR91.
45        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
46        is used to specify if the port uses the standard macro for this (FALSE).
47        A TRUE setting indicates the port provides its own implementation.
48
492001-11-28      Joel Sherrill <joel@OARcorp.com>,
50
51        This was tracked as PR91.
52        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
53        is used to specify if the port uses the standard macro for this (FALSE).
54        A TRUE setting indicates the port provides its own implementation.
55
562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
59        * configure.in: Remove.
60        * configure.ac: New file, generated from configure.in by autoupdate.
61
622001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
65
662001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
69
702001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am, rtems/score/Makefile.am:
73        Apply include_*HEADERS instead of H_FILES.
74
752001-01-25      Joel Sherrill <joel@OARcorp.com>
76
77        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
78        <peter.o.mueller@gmx.de> because of not correcting for the ISR
79        vector table now being allocated from the workspace.
80
812001-01-03      Joel Sherrill <joel@OARcorp.com>
82
83        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
84
852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use += to set up AM_CPPFLAGS.
101
1022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
105
1062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Include compile.am.
109
1102000-08-10      Joel Sherrill <joel@OARcorp.com>
111
112        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.