source: rtems/cpukit/score/cpu/mips64orion/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

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

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