source: rtems/cpukit/score/cpu/mips64orion/ChangeLog @ 60f7da2

4.104.114.84.95
Last change on this file since 60f7da2 was 60f7da2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 04:38:56

2003-12-01 Ralf Corsepius <corsepiu@…>

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