source: rtems/cpukit/score/cpu/mips64orion/ChangeLog @ 7d0eba02

4.104.114.84.95
Last change on this file since 7d0eba02 was 7d0eba02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:35:52

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Don't use gmake rules for preinstallation.
8
92003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CANONICAL_HOST.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CHECK_CPU.
16
172003-09-26      Joel Sherrill <joel@OARcorp.com>
18
19        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
20        references.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * cpu.c, cpu_asm.S, cpu_asm.h, rtems/score/cpu.h,
25        rtems/score/mips64orion.h, rtems/score/types.h: URL for license
26        changed.
27
282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove AC_CONFIG_AUX_DIR.
35
362002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
39        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
40
412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Fix package name.
44
452002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
48
492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Reformat.
52        Add autom4te*cache.
53        Remove autom4te.cache.
54
552002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
58
592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use .$(OBJEXT) instead of .o.
62
632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: RTEMS_TOP(../../../..).
66
672002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * rtems.c: Remove.
70        * Makefile.am: Reflect changes above.
71
722002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove RTEMS_PROJECT_ROOT.
75
762002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Add RTEMS_PROG_CCAS
79
802002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
83        Add AC_PROG_RANLIB.
84
852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
88        Use ../../../aclocal.
89
902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * asm.h: Use cpuopts.h instead of targopts.h.
93
942001-04-03      Joel Sherrill <joel@OARcorp.com>
95
96        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
97        * rtems/score/mipstypes.h: Removed.
98        * rtems/score/types.h: New file via CVS magic.
99        * Makefile.am, rtems/score/cpu.h: Account for name change.
100
1012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac:
104        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
105        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
106        * Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * rtems/Makefile.am: Removed.
111        * rtems/score/Makefile.am: Removed.
112        * configure.ac: Reflect changes above.
113        * Makefile.am: Reflect changes above.
114
1152001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Add multilib support.
118
1192001-11-28      Joel Sherrill <joel@OARcorp.com>,
120
121        This was tracked as PR91.
122        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
123        is used to specify if the port uses the standard macro for this (FALSE).
124        A TRUE setting indicates the port provides its own implementation.
125
1262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
129        * configure.in: Remove.
130        * configure.ac: New file, generated from configure.in by autoupdate.
131
1322001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
135        * Makefile.am: Use 'PREINSTALL_FILES ='.
136
1372001-04-11      Joel Sherrill <joel@OARcorp.com>
138
139        * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
140
1412001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am, rtems/score/Makefile.am:
144        Apply include_*HEADERS instead of H_FILES.
145
1462001-01-03      Joel Sherrill <joel@OARcorp.com>
147
148        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
149
1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162
1632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Include compile.am.
166
1672000-08-10      Joel Sherrill <joel@OARcorp.com>
168
169        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.