source: rtems/cpukit/score/cpu/unix/ChangeLog @ 53f6727

4.104.114.84.95
Last change on this file since 53f6727 was 53f6727, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:51:58

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

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