source: rtems/cpukit/score/cpu/i386/ChangeLog @ e91f992

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

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

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/i386types.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: 2.8 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/i386types.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac:
11        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
12        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152001-02-05      Joel Sherrill <joel@OARcorp.com>
16
17        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
18
192002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * rtems/Makefile.am: Removed.
22        * rtems/score/Makefile.am: Removed.
23        * configure.ac: Reflect changes above.
24        * Makefile.am: Reflect changes above.
25
262001-01-30      Joel Sherrill <joel@OARcorp.com>
27
28        * Makefile.am: Corrected so .h files from rtems/score/ are installed.
29
302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
33
342001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add multilib support.
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        * Makefile.am: Use 'PREINSTALL_FILES ='.
55
562001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am, rtems/score/Makefile.am:
59        Apply include_*HEADERS instead of H_FILES.
60
612001-01-03      Joel Sherrill <joel@OARcorp.com>
62
63        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
64
652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
68
692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
72
732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
76        Switch to GNU canonicalization.
77
782000-09-12      Joel Sherrill <joel@OARcorp.com>
79
80        * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
81
822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Include compile.am.
85
862000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * rtems/score/i386.h: cpu-variant define handling
89          Rewrite due to introduction of multilib defines.
90        * asm.h: include cpuopts.h instead of targopts.h
91
922000-08-10      Joel Sherrill <joel@OARcorp.com>
93
94        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.