source: rtems/cpukit/score/cpu/h8300/ChangeLog @ 14926c2e

4.104.114.84.95
Last change on this file since 14926c2e was 14926c2e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/30/02 at 17:48:22

2002-01-29 Ralf Corsepius <corsepiu@…>

  • rtems/Makefile.am: Removed.
  • rtems/score/Makefile.am: Removed.
  • configure.ac: Reflect changes above.
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 2.2 KB
Line 
12002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * rtems/Makefile.am: Removed.
4        * rtems/score/Makefile.am: Removed.
5        * configure.ac: Reflect changes above.
6        * Makefile.am: Reflect changes above.
7
82002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
11
122001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Add multilib support.
15
162001-11-28      Joel Sherrill <joel@OARcorp.com>,
17
18        This was tracked as PR91.
19        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
20        is used to specify if the port uses the standard macro for this (FALSE).
21        A TRUE setting indicates the port provides its own implementation.
22
232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
26        * configure.in: Remove.
27        * configure.ac: New file, generated from configure.in by autoupdate.
28
292001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
32        * Makefile.am: Use 'PREINSTALL_FILES ='.
33
342001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am, rtems/score/Makefile.am:
37        Apply include_*HEADERS instead of H_FILES.
38
392001-01-03      Joel Sherrill <joel@OARcorp.com>
40
41        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
42        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
43        now that it is dynamically allocated.
44
452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
48
492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
52
532000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
56        Switch to GNU canonicalization.
57
582000-10-18      Joel Sherrill <joel@OARcorp.com>
59
60        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
61        multilibing.  These changes result in the code being able to
62        compile with the default gcc settings.  It is not functional
63        in this configuration but does compile.
64
652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Include compile.am.
68
692000-08-10      Joel Sherrill <joel@OARcorp.com>
70
71        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.