source: rtems/cpukit/score/cpu/or32/ChangeLog @ a42f159a

4.104.114.84.95
Last change on this file since a42f159a was ec8c1949, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 02:37:03

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

  • Makefile.am: Convert to using automake compilation rules.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Convert to using automake compilation rules.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
8
92003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
12
132003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Remove TMPINSTALL_FILES.
16
172003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Add $(dirstamp) to preinstallation rules.
20
212003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Don't use gmake rules for preinstallation.
24
252003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove RTEMS_CANONICAL_HOST.
28
292003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove RTEMS_CHECK_CPU.
32
332003-09-26      Joel Sherrill <joel@OARcorp.com>
34
35        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
36        references.
37
382003-09-04      Joel Sherrill <joel@OARcorp.com>
39
40        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
41        rtems/score/or32.h, rtems/score/types.h: URL for license changed.
42
432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
46
472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove AC_CONFIG_AUX_DIR.
50
512002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
54        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
55
562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Fix package name.
59
602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-09-14      Ivan Guzvinec <ivang@opencores.org>
71
72        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
73        since it is not used.
74
752002-08-06      Joel Sherrill <joel@OARcorp.com>
76
77        * asm.h, rtems/score/cpu.h: Correct items that have changed since
78        RTEMS version or32 port was based upon.
79
802002-08-05      Chris Ziomkowski <chris@asics.ws>
81
82        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
83        rtems/score/types.h: Merged from OpenCores CVS repository.
84
852002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
88
892002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use .$(OBJEXT) instead of .o.
92
932002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: RTEMS_TOP(../../../..).
96
972002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * rtems.c: Remove.
100        * Makefile.am: Reflect changes above.
101
1022002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_PROJECT_ROOT.
105
1062002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Add RTEMS_PROG_CCAS
109
1102002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
113        Add AC_PROG_RANLIB.
114
1152002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
118        Use ../../../aclocal.
119
1202001-04-03      Joel Sherrill <joel@OARcorp.com>
121
122        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
123        * rtems/score/or32types.h: Removed.
124        * rtems/score/types.h: New file via CVS magic.
125        * Makefile.am, rtems/score/cpu.h: Account for name change.
126
1272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac:
130        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
131        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
132        * Makefile.am: Remove AUTOMAKE_OPTIONS.
133
1342001-02-27      Joel Sherrill <joel@OARcorp.com>
135
136        * rtems/score/cpu.h: Fix conditional to match current GCC.
137
1382001-02-05      Joel Sherrill <joel@OARcorp.com>
139
140        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
141
1422002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * rtems/Makefile.am: Removed.
145        * rtems/score/Makefile.am: Removed.
146        * configure.ac: Reflect changes above.
147        * Makefile.am: Reflect changes above.
148
1492001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add multilib support.
152
1532001-11-28      Joel Sherrill <joel@OARcorp.com>,
154
155        This was tracked as PR91.
156        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
157        is used to specify if the port uses the standard macro for this (FALSE).
158        A TRUE setting indicates the port provides its own implementation.
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * Makefile.am: Use 'PREINSTALL_FILES ='.
170
1712001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am, rtems/score/Makefile.am:
174        Apply include_*HEADERS instead of H_FILES.
175
1762001-01-03      Joel Sherrill <joel@OARcorp.com>
177
178        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
179
1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
1882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
1932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Include compile.am.
196
1972000-08-11      Joel Sherrill <joel@OARcorp.com>
198
199        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.