source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

2002-11-19 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix package name.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Fix package name.
4
52002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
8        warning.
9
102002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
13
142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Reformat.
17        Add autom4te*cache.
18        Remove autom4te.cache.
19
202002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
23
242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Use .$(OBJEXT) instead of .o.
27
282002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use . instead of .o.
31
322002-07-05      Joel Sherrill <joel@OARcorp.com>
33
34        * rtems/score/cpu.h: Filled in something that was marked XXX.
35
362002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: RTEMS_TOP(../../../..).
39
402002-07-04      Joel Sherrill <joel@OARcorp.com>
41
42        * Makefile.am: Remove reference to deprecated rtems.c.
43
442002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * rtems.c: Remove.
47        * Makefile.am: Reflect changes above.
48
492002-07-01      Joel Sherrill <joel@OARcorp.com>
50
51        * rtems/score/cpu.h: Fixed comments and renamed
52        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
53        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
54
552002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove RTEMS_PROJECT_ROOT.
58
592002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Add RTEMS_PROG_CCAS
62
632002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
66        Add AC_PROG_RANLIB.
67
682002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
71        Use ../../../aclocal.
72
732001-04-03      Joel Sherrill <joel@OARcorp.com>
74
75        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
76        * rtems/score/h8300types.h: Removed.
77        * rtems/score/types.h: New file via CVS magic.
78        * Makefile.am, rtems/score/cpu.h: Account for name change.
79
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * rtems/Makefile.am: Removed.
90        * rtems/score/Makefile.am: Removed.
91        * configure.ac: Reflect changes above.
92        * Makefile.am: Reflect changes above.
93
942002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
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-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
118        * Makefile.am: Use 'PREINSTALL_FILES ='.
119
1202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am, rtems/score/Makefile.am:
123        Apply include_*HEADERS instead of H_FILES.
124
1252001-01-03      Joel Sherrill <joel@OARcorp.com>
126
127        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
128        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
129        now that it is dynamically allocated.
130
1312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
134
1352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
138
1392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
142        Switch to GNU canonicalization.
143
1442000-10-18      Joel Sherrill <joel@OARcorp.com>
145
146        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
147        multilibing.  These changes result in the code being able to
148        compile with the default gcc settings.  It is not functional
149        in this configuration but does compile.
150
1512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Include compile.am.
154
1552000-08-10      Joel Sherrill <joel@OARcorp.com>
156
157        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.