source: rtems/c/src/exec/score/cpu/i960/ChangeLog @ 8c746fe

4.104.114.84.95
Last change on this file since 8c746fe was 8c746fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:59:55

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

  • configure.ac: Remove RTEMS_PROJECT_ROOT.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_PROJECT_ROOT.
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add RTEMS_PROG_CCAS
8
92002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
12        Add AC_PROG_RANLIB.
13
142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
17        Use ../../../aclocal.
18
192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
22        Use ../../../aclocal.
23
242001-04-03      Joel Sherrill <joel@OARcorp.com>
25
26        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
27        * rtems/score/m68ktypes.h: Removed.
28        * rtems/score/types.h: New file via CVS magic.
29        * Makefile.am, rtems/score/cpu.h: Account for name change.
30
312001-04-03      Joel Sherrill <joel@OARcorp.com>
32
33        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
34        * rtems/score/i960types.h: Removed.
35        * rtems/score/types.h: New file via CVS magic.
36        * Makefile.am, rtems/score/cpu.h: Account for name change.
37
382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac:
41        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
42        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44
452002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * rtems/Makefile.am: Removed.
48        * rtems/score/Makefile.am: Removed.
49        * configure.ac: Reflect changes above.
50        * Makefile.am: Reflect changes above.
51
522001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add multilib support.
55
562001-11-28      Joel Sherrill <joel@OARcorp.com>,
57
58        This was tracked as PR91.
59        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
60        is used to specify if the port uses the standard macro for this (FALSE).
61        A TRUE setting indicates the port provides its own implementation.
62
632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
66        * configure.in: Remove.
67        * configure.ac: New file, generated from configure.in by autoupdate.
68
692001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
72        * Makefile.am: Use 'PREINSTALL_FILES ='.
73
742001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am, rtems/score/Makefile.am:
77        Apply include_*HEADERS instead of H_FILES.
78
792001-01-03      Joel Sherrill <joel@OARcorp.com>
80
81        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
82        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
83        now that it is dynamically allocated.
84
852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Include compile.am.
101
1022000-08-10      Joel Sherrill <joel@OARcorp.com>
103
104        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.