source: rtems/c/src/exec/score/cpu/h8300/ChangeLog @ 6f79a970

4.104.114.84.95
Last change on this file since 6f79a970 was 6f79a970, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 03:59:59

2002-06-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). Add AC_PROG_RANLIB.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
4        Add AC_PROG_RANLIB.
5
62002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
9        Use ../../../aclocal.
10
112001-04-03      Joel Sherrill <joel@OARcorp.com>
12
13        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
14        * rtems/score/h8300types.h: Removed.
15        * rtems/score/types.h: New file via CVS magic.
16        * Makefile.am, rtems/score/cpu.h: Account for name change.
17
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * Makefile.am: Remove AUTOMAKE_OPTIONS.
24
252002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * rtems/Makefile.am: Removed.
28        * rtems/score/Makefile.am: Removed.
29        * configure.ac: Reflect changes above.
30        * Makefile.am: Reflect changes above.
31
322002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
35
362001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Add multilib support.
39
402001-11-28      Joel Sherrill <joel@OARcorp.com>,
41
42        This was tracked as PR91.
43        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
44        is used to specify if the port uses the standard macro for this (FALSE).
45        A TRUE setting indicates the port provides its own implementation.
46
472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
50        * configure.in: Remove.
51        * configure.ac: New file, generated from configure.in by autoupdate.
52
532001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
56        * Makefile.am: Use 'PREINSTALL_FILES ='.
57
582001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am, rtems/score/Makefile.am:
61        Apply include_*HEADERS instead of H_FILES.
62
632001-01-03      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
66        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
67        now that it is dynamically allocated.
68
692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
72
732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
76
772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
80        Switch to GNU canonicalization.
81
822000-10-18      Joel Sherrill <joel@OARcorp.com>
83
84        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
85        multilibing.  These changes result in the code being able to
86        compile with the default gcc settings.  It is not functional
87        in this configuration but does compile.
88
892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Include compile.am.
92
932000-08-10      Joel Sherrill <joel@OARcorp.com>
94
95        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.