source: rtems/cpukit/score/cpu/h8300/ChangeLog @ a85d8ec

4.104.114.84.95
Last change on this file since a85d8ec was a85d8ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/26/02 at 13:32:13

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

  • Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use .$(OBJEXT) instead of .o.
8
92002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use . instead of .o.
12
132002-07-05      Joel Sherrill <joel@OARcorp.com>
14
15        * rtems/score/cpu.h: Filled in something that was marked XXX.
16
172002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: RTEMS_TOP(../../../..).
20
212002-07-04      Joel Sherrill <joel@OARcorp.com>
22
23        * Makefile.am: Remove reference to deprecated rtems.c.
24
252002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * rtems.c: Remove.
28        * Makefile.am: Reflect changes above.
29
302002-07-01      Joel Sherrill <joel@OARcorp.com>
31
32        * rtems/score/cpu.h: Fixed comments and renamed
33        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
34        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
35
362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_PROJECT_ROOT.
39
402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add RTEMS_PROG_CCAS
43
442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
47        Add AC_PROG_RANLIB.
48
492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
52        Use ../../../aclocal.
53
542001-04-03      Joel Sherrill <joel@OARcorp.com>
55
56        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
57        * rtems/score/h8300types.h: Removed.
58        * rtems/score/types.h: New file via CVS magic.
59        * Makefile.am, rtems/score/cpu.h: Account for name change.
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * rtems/Makefile.am: Removed.
71        * rtems/score/Makefile.am: Removed.
72        * configure.ac: Reflect changes above.
73        * Makefile.am: Reflect changes above.
74
752002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
78
792001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Add multilib support.
82
832001-11-28      Joel Sherrill <joel@OARcorp.com>,
84
85        This was tracked as PR91.
86        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
87        is used to specify if the port uses the standard macro for this (FALSE).
88        A TRUE setting indicates the port provides its own implementation.
89
902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
93        * configure.in: Remove.
94        * configure.ac: New file, generated from configure.in by autoupdate.
95
962001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * Makefile.am: Use 'PREINSTALL_FILES ='.
100
1012001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am, rtems/score/Makefile.am:
104        Apply include_*HEADERS instead of H_FILES.
105
1062001-01-03      Joel Sherrill <joel@OARcorp.com>
107
108        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
109        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
110        now that it is dynamically allocated.
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
1202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
1252000-10-18      Joel Sherrill <joel@OARcorp.com>
126
127        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
128        multilibing.  These changes result in the code being able to
129        compile with the default gcc settings.  It is not functional
130        in this configuration but does compile.
131
1322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Include compile.am.
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.