source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 5c8b6b6

4.104.114.84.95
Last change on this file since 5c8b6b6 was 5c8b6b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/25/02 at 05:46:06

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

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