source: rtems/cpukit/score/cpu/or32/ChangeLog @ 36e48b1

4.104.114.84.95
Last change on this file since 36e48b1 was 36e48b1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/04 at 07:18:55

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

  • configure.ac: Requires automake >= 1.8.1.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Requires automake >= 1.8.1.
4
52004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Include compile.am, again.
8
92004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Convert to using automake compilation rules.
12
132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
20
212003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Remove TMPINSTALL_FILES.
24
252003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Add $(dirstamp) to preinstallation rules.
28
292003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Don't use gmake rules for preinstallation.
32
332003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove RTEMS_CANONICAL_HOST.
36
372003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove RTEMS_CHECK_CPU.
40
412003-09-26      Joel Sherrill <joel@OARcorp.com>
42
43        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
44        references.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
49        rtems/score/or32.h, rtems/score/types.h: URL for license changed.
50
512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
62        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
63
642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Fix package name.
67
682002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
71
722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
782002-09-14      Ivan Guzvinec <ivang@opencores.org>
79
80        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
81        since it is not used.
82
832002-08-06      Joel Sherrill <joel@OARcorp.com>
84
85        * asm.h, rtems/score/cpu.h: Correct items that have changed since
86        RTEMS version or32 port was based upon.
87
882002-08-05      Chris Ziomkowski <chris@asics.ws>
89
90        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
91        rtems/score/types.h: Merged from OpenCores CVS repository.
92
932002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
96
972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use .$(OBJEXT) instead of .o.
100
1012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: RTEMS_TOP(../../../..).
104
1052002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * rtems.c: Remove.
108        * Makefile.am: Reflect changes above.
109
1102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove RTEMS_PROJECT_ROOT.
113
1142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Add RTEMS_PROG_CCAS
117
1182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
121        Add AC_PROG_RANLIB.
122
1232002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
126        Use ../../../aclocal.
127
1282001-04-03      Joel Sherrill <joel@OARcorp.com>
129
130        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
131        * rtems/score/or32types.h: Removed.
132        * rtems/score/types.h: New file via CVS magic.
133        * Makefile.am, rtems/score/cpu.h: Account for name change.
134
1352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac:
138        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
139        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
140        * Makefile.am: Remove AUTOMAKE_OPTIONS.
141
1422001-02-27      Joel Sherrill <joel@OARcorp.com>
143
144        * rtems/score/cpu.h: Fix conditional to match current GCC.
145
1462001-02-05      Joel Sherrill <joel@OARcorp.com>
147
148        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
149
1502002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * rtems/Makefile.am: Removed.
153        * rtems/score/Makefile.am: Removed.
154        * configure.ac: Reflect changes above.
155        * Makefile.am: Reflect changes above.
156
1572001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Add multilib support.
160
1612001-11-28      Joel Sherrill <joel@OARcorp.com>,
162
163        This was tracked as PR91.
164        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
165        is used to specify if the port uses the standard macro for this (FALSE).
166        A TRUE setting indicates the port provides its own implementation.
167
1682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
171        * configure.in: Remove.
172        * configure.ac: New file, generated from configure.in by autoupdate.
173
1742001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
177        * Makefile.am: Use 'PREINSTALL_FILES ='.
178
1792001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am, rtems/score/Makefile.am:
182        Apply include_*HEADERS instead of H_FILES.
183
1842001-01-03      Joel Sherrill <joel@OARcorp.com>
185
186        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
187
1882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
191
1922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
195
1962000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Include compile.am.
204
2052000-08-11      Joel Sherrill <joel@OARcorp.com>
206
207        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.