source: rtems/cpukit/score/cpu/mips64orion/ChangeLog @ ef815a2

4.104.114.84.95
Last change on this file since ef815a2 was ef815a2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:54:58

2003-09-04 Joel Sherrill <joel@…>

  • cpu.c, cpu_asm.S, cpu_asm.h, rtems/score/cpu.h, rtems/score/mips64orion.h, rtems/score/types.h: URL for license changed.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu.c, cpu_asm.S, cpu_asm.h, rtems/score/cpu.h,
4        rtems/score/mips64orion.h, rtems/score/types.h: URL for license
5        changed.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
18        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
19
202002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Fix package name.
23
242002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
27
282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * .cvsignore: Reformat.
31        Add autom4te*cache.
32        Remove autom4te.cache.
33
342002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
37
382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Use .$(OBJEXT) instead of .o.
41
422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: RTEMS_TOP(../../../..).
45
462002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * rtems.c: Remove.
49        * Makefile.am: Reflect changes above.
50
512002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_PROJECT_ROOT.
54
552002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add RTEMS_PROG_CCAS
58
592002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
62        Add AC_PROG_RANLIB.
63
642002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
67        Use ../../../aclocal.
68
692002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * asm.h: Use cpuopts.h instead of targopts.h.
72
732001-04-03      Joel Sherrill <joel@OARcorp.com>
74
75        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
76        * rtems/score/mipstypes.h: Removed.
77        * rtems/score/types.h: New file via CVS magic.
78        * Makefile.am, rtems/score/cpu.h: Account for name change.
79
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * rtems/Makefile.am: Removed.
90        * rtems/score/Makefile.am: Removed.
91        * configure.ac: Reflect changes above.
92        * Makefile.am: Reflect changes above.
93
942001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add multilib support.
97
982001-11-28      Joel Sherrill <joel@OARcorp.com>,
99
100        This was tracked as PR91.
101        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
102        is used to specify if the port uses the standard macro for this (FALSE).
103        A TRUE setting indicates the port provides its own implementation.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
114        * Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-04-11      Joel Sherrill <joel@OARcorp.com>
117
118        * cpu.c: Removed duplicate declaration for _ISR_Vector_table.
119
1202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am, rtems/score/Makefile.am:
123        Apply include_*HEADERS instead of H_FILES.
124
1252001-01-03      Joel Sherrill <joel@OARcorp.com>
126
127        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
128
1292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
132
1332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
136
1372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
1422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Include compile.am.
145
1462000-08-10      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.