source: rtems/cpukit/score/cpu/i960/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

2002-11-19 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix package name.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Fix package name.
4
52002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
18
192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use .$(OBJEXT) instead of .o.
22
232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: RTEMS_TOP(../../../..).
26
272002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * rtems.S: Remove.
30        * Makefile.am: Reflect changes above.
31
322002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_PROJECT_ROOT.
35
362002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add RTEMS_PROG_CCAS
39
402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
43        Add AC_PROG_RANLIB.
44
452002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
48        Use ../../../aclocal.
49
502002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
53        Use ../../../aclocal.
54
552001-04-03      Joel Sherrill <joel@OARcorp.com>
56
57        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
58        * rtems/score/m68ktypes.h: Removed.
59        * rtems/score/types.h: New file via CVS magic.
60        * Makefile.am, rtems/score/cpu.h: Account for name change.
61
622001-04-03      Joel Sherrill <joel@OARcorp.com>
63
64        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
65        * rtems/score/i960types.h: Removed.
66        * rtems/score/types.h: New file via CVS magic.
67        * Makefile.am, rtems/score/cpu.h: Account for name change.
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * Makefile.am: Remove AUTOMAKE_OPTIONS.
75
762002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * rtems/Makefile.am: Removed.
79        * rtems/score/Makefile.am: Removed.
80        * configure.ac: Reflect changes above.
81        * Makefile.am: Reflect changes above.
82
832001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add multilib support.
86
872001-11-28      Joel Sherrill <joel@OARcorp.com>,
88
89        This was tracked as PR91.
90        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
91        is used to specify if the port uses the standard macro for this (FALSE).
92        A TRUE setting indicates the port provides its own implementation.
93
942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
97        * configure.in: Remove.
98        * configure.ac: New file, generated from configure.in by autoupdate.
99
1002001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
103        * Makefile.am: Use 'PREINSTALL_FILES ='.
104
1052001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am, rtems/score/Makefile.am:
108        Apply include_*HEADERS instead of H_FILES.
109
1102001-01-03      Joel Sherrill <joel@OARcorp.com>
111
112        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
113        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
114        now that it is dynamically allocated.
115
1162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
119
1202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
123
1242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
127        Switch to GNU canonicalization.
128
1292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Include compile.am.
132
1332000-08-10      Joel Sherrill <joel@OARcorp.com>
134
135        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.