source: rtems/cpukit/score/cpu/unix/ChangeLog @ 1292ba4

4.104.114.84.95
Last change on this file since 1292ba4 was 1292ba4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 20:08:14

2003-01-03 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Per PR315, eliminate warning for structure alignment requests that are too large.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-01-03      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
4        alignment requests that are too large.
5
62002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
9        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
10
112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Fix package name.
14
152002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Generate unixsize.h on the fly, filter out
18        autoconf-2.53 PACKAGE crap.
19        * rtems/score/.cvsignore: unixsize*
20
212002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
24
252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Reformat.
28        Add autom4te*cache.
29        Remove autom4te.cache.
30
312002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
34
352002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use .$(OBJEXT) instead of .o.
38
392002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: RTEMS_TOP(../../../..).
42
432002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove RTEMS_PROJECT_ROOT.
46
472002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
50        Add AC_PROG_RANLIB.
51
522002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove references to RTEMS_BSP.
55
562002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
59        Use ../../../aclocal.
60
612001-04-03      Joel Sherrill <joel@OARcorp.com>
62
63        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
64        * rtems/score/unixtypes.h: Removed.
65        * rtems/score/types.h: New file via CVS magic.
66        * Makefile.am, rtems/score/cpu.h: Account for name change.
67
682001-03-28      Joel Sherrill <joel@OARcorp.com>
69
70        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
71
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * Makefile.am: Remove AUTOMAKE_OPTIONS.
78
792002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Fix the test to determine cpu context size.
82
832001-02-05      Joel Sherrill <joel@OARcorp.com>
84
85        * .cvsignore: Added stamp-h.in.
86
872002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Merge in rtems/Makefile.am and
90        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
91        * rtems/Makefile.am: Removed.
92        * rtems/score/Makefile.am: Removed.
93        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
94        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
95        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
96        SIZEOF_CPU_CONTEXT.
97
982001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add multilib support.
101
1022001-11-28      Joel Sherrill <joel@OARcorp.com>,
103
104        This was tracked as PR91.
105        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
106        is used to specify if the port uses the standard macro for this (FALSE).
107        A TRUE setting indicates the port provides its own implementation.
108
1092001-11-28      Joel Sherrill <joel@OARcorp.com>,
110
111        This was tracked as PR91.
112        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
113        is used to specify if the port uses the standard macro for this (FALSE).
114        A TRUE setting indicates the port provides its own implementation.
115
1162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
119        * configure.in: Remove.
120        * configure.ac: New file, generated from configure.in by autoupdate.
121
1222001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
125
1262001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
129
1302001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am, rtems/score/Makefile.am:
133        Apply include_*HEADERS instead of H_FILES.
134
1352001-01-25      Joel Sherrill <joel@OARcorp.com>
136
137        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
138        <peter.o.mueller@gmx.de> because of not correcting for the ISR
139        vector table now being allocated from the workspace.
140
1412001-01-03      Joel Sherrill <joel@OARcorp.com>
142
143        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
156        Switch to GNU canonicalization.
157
1582000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use += to set up AM_CPPFLAGS.
161
1622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
165
1662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Include compile.am.
169
1702000-08-10      Joel Sherrill <joel@OARcorp.com>
171
172        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.