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

4.104.114.84.95
Last change on this file since b03055e was b03055e, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:03:12

2001-04-03 Joel Sherrill <joel@…>

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/h8300types.h: Removed.
  • rtems/score/types.h: New file via CVS magic.
  • Makefile.am, rtems/score/cpu.h: Account for name change.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12001-04-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
4        * rtems/score/h8300types.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac:
11        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
12        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * rtems/Makefile.am: Removed.
18        * rtems/score/Makefile.am: Removed.
19        * configure.ac: Reflect changes above.
20        * Makefile.am: Reflect changes above.
21
222002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
25
262001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add multilib support.
29
302001-11-28      Joel Sherrill <joel@OARcorp.com>,
31
32        This was tracked as PR91.
33        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
34        is used to specify if the port uses the standard macro for this (FALSE).
35        A TRUE setting indicates the port provides its own implementation.
36
372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
40        * configure.in: Remove.
41        * configure.ac: New file, generated from configure.in by autoupdate.
42
432001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
46        * Makefile.am: Use 'PREINSTALL_FILES ='.
47
482001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am, rtems/score/Makefile.am:
51        Apply include_*HEADERS instead of H_FILES.
52
532001-01-03      Joel Sherrill <joel@OARcorp.com>
54
55        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
56        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
57        now that it is dynamically allocated.
58
592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
62
632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
66
672000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
70        Switch to GNU canonicalization.
71
722000-10-18      Joel Sherrill <joel@OARcorp.com>
73
74        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
75        multilibing.  These changes result in the code being able to
76        compile with the default gcc settings.  It is not functional
77        in this configuration but does compile.
78
792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Include compile.am.
82
832000-08-10      Joel Sherrill <joel@OARcorp.com>
84
85        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.