source: rtems/c/src/exec/score/cpu/i960/ChangeLog @ 3cf5a99

4.104.114.84.95
Last change on this file since 3cf5a99 was 3cf5a99, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/03/02 at 03:17:35

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

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