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

4.104.114.84.95
Last change on this file since f8cb04a5 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
10
112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use . instead of .o.
18
192002-07-05      Joel Sherrill <joel@OARcorp.com>
20
21        * rtems/score/cpu.h: Filled in something that was marked XXX.
22
232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: RTEMS_TOP(../../../..).
26
272002-07-04      Joel Sherrill <joel@OARcorp.com>
28
29        * Makefile.am: Remove reference to deprecated rtems.c.
30
312002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * rtems.c: Remove.
34        * Makefile.am: Reflect changes above.
35
362002-07-01      Joel Sherrill <joel@OARcorp.com>
37
38        * rtems/score/cpu.h: Fixed comments and renamed
39        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
40        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
41
422002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_PROJECT_ROOT.
45
462002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add RTEMS_PROG_CCAS
49
502002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
53        Add AC_PROG_RANLIB.
54
552002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
58        Use ../../../aclocal.
59
602001-04-03      Joel Sherrill <joel@OARcorp.com>
61
62        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
63        * rtems/score/h8300types.h: Removed.
64        * rtems/score/types.h: New file via CVS magic.
65        * Makefile.am, rtems/score/cpu.h: Account for name change.
66
672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:
70        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
71        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
72        * Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * rtems/Makefile.am: Removed.
77        * rtems/score/Makefile.am: Removed.
78        * configure.ac: Reflect changes above.
79        * Makefile.am: Reflect changes above.
80
812002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
84
852001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add multilib support.
88
892001-11-28      Joel Sherrill <joel@OARcorp.com>,
90
91        This was tracked as PR91.
92        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
93        is used to specify if the port uses the standard macro for this (FALSE).
94        A TRUE setting indicates the port provides its own implementation.
95
962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
99        * configure.in: Remove.
100        * configure.ac: New file, generated from configure.in by autoupdate.
101
1022001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
105        * Makefile.am: Use 'PREINSTALL_FILES ='.
106
1072001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am, rtems/score/Makefile.am:
110        Apply include_*HEADERS instead of H_FILES.
111
1122001-01-03      Joel Sherrill <joel@OARcorp.com>
113
114        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
115        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
116        now that it is dynamically allocated.
117
1182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
1262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
129        Switch to GNU canonicalization.
130
1312000-10-18      Joel Sherrill <joel@OARcorp.com>
132
133        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
134        multilibing.  These changes result in the code being able to
135        compile with the default gcc settings.  It is not functional
136        in this configuration but does compile.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Include compile.am.
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.