source: rtems/c/src/exec/score/cpu/h8300/ChangeLog @ 3a05d15

4.104.114.84.95
Last change on this file since 3a05d15 was 3a05d15, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:23:55

2002-07-01 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Fixed comments and renamed CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-07-01      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Fixed comments and renamed
4        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
5        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
6
72002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove RTEMS_PROJECT_ROOT.
10
112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Add RTEMS_PROG_CCAS
14
152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
18        Add AC_PROG_RANLIB.
19
202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
23        Use ../../../aclocal.
24
252001-04-03      Joel Sherrill <joel@OARcorp.com>
26
27        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
28        * rtems/score/h8300types.h: Removed.
29        * rtems/score/types.h: New file via CVS magic.
30        * Makefile.am, rtems/score/cpu.h: Account for name change.
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38
392002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * rtems/Makefile.am: Removed.
42        * rtems/score/Makefile.am: Removed.
43        * configure.ac: Reflect changes above.
44        * Makefile.am: Reflect changes above.
45
462002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
49
502001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Add multilib support.
53
542001-11-28      Joel Sherrill <joel@OARcorp.com>,
55
56        This was tracked as PR91.
57        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
58        is used to specify if the port uses the standard macro for this (FALSE).
59        A TRUE setting indicates the port provides its own implementation.
60
612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
64        * configure.in: Remove.
65        * configure.ac: New file, generated from configure.in by autoupdate.
66
672001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
70        * Makefile.am: Use 'PREINSTALL_FILES ='.
71
722001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am, rtems/score/Makefile.am:
75        Apply include_*HEADERS instead of H_FILES.
76
772001-01-03      Joel Sherrill <joel@OARcorp.com>
78
79        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
80        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
81        now that it is dynamically allocated.
82
832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
86
872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
90
912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
94        Switch to GNU canonicalization.
95
962000-10-18      Joel Sherrill <joel@OARcorp.com>
97
98        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
99        multilibing.  These changes result in the code being able to
100        compile with the default gcc settings.  It is not functional
101        in this configuration but does compile.
102
1032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Include compile.am.
106
1072000-08-10      Joel Sherrill <joel@OARcorp.com>
108
109        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.