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

4.104.114.84.95
Last change on this file since af81910 was af81910, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:54:50

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

  • configure.ac: RTEMS_TOP(../../../..).
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: RTEMS_TOP(../../../..).
4
52002-07-04      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Remove reference to deprecated rtems.c.
8
92002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * rtems.c: Remove.
12        * Makefile.am: Reflect changes above.
13
142002-07-01      Joel Sherrill <joel@OARcorp.com>
15
16        * rtems/score/cpu.h: Fixed comments and renamed
17        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
18        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
19
202002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove RTEMS_PROJECT_ROOT.
23
242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Add RTEMS_PROG_CCAS
27
282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
31        Add AC_PROG_RANLIB.
32
332002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
36        Use ../../../aclocal.
37
382001-04-03      Joel Sherrill <joel@OARcorp.com>
39
40        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
41        * rtems/score/h8300types.h: Removed.
42        * rtems/score/types.h: New file via CVS magic.
43        * Makefile.am, rtems/score/cpu.h: Account for name change.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * rtems/Makefile.am: Removed.
55        * rtems/score/Makefile.am: Removed.
56        * configure.ac: Reflect changes above.
57        * Makefile.am: Reflect changes above.
58
592002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
62
632001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add multilib support.
66
672001-11-28      Joel Sherrill <joel@OARcorp.com>,
68
69        This was tracked as PR91.
70        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
71        is used to specify if the port uses the standard macro for this (FALSE).
72        A TRUE setting indicates the port provides its own implementation.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * Makefile.am: Use 'PREINSTALL_FILES ='.
84
852001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am, rtems/score/Makefile.am:
88        Apply include_*HEADERS instead of H_FILES.
89
902001-01-03      Joel Sherrill <joel@OARcorp.com>
91
92        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
93        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
94        now that it is dynamically allocated.
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
107        Switch to GNU canonicalization.
108
1092000-10-18      Joel Sherrill <joel@OARcorp.com>
110
111        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
112        multilibing.  These changes result in the code being able to
113        compile with the default gcc settings.  It is not functional
114        in this configuration but does compile.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Include compile.am.
119
1202000-08-10      Joel Sherrill <joel@OARcorp.com>
121
122        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.