source: rtems/cpukit/score/cpu/or32/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: 5.3 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.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
33        rtems/score/or32.h, rtems/score/types.h: URL for license changed.
34
352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
38
392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove AC_CONFIG_AUX_DIR.
42
432002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
46        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
47
482002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Fix package name.
51
522002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
55
562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Reformat.
59        Add autom4te*cache.
60        Remove autom4te.cache.
61
622002-09-14      Ivan Guzvinec <ivang@opencores.org>
63
64        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
65        since it is not used.
66
672002-08-06      Joel Sherrill <joel@OARcorp.com>
68
69        * asm.h, rtems/score/cpu.h: Correct items that have changed since
70        RTEMS version or32 port was based upon.
71
722002-08-05      Chris Ziomkowski <chris@asics.ws>
73
74        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
75        rtems/score/types.h: Merged from OpenCores CVS repository.
76
772002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
80
812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use .$(OBJEXT) instead of .o.
84
852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: RTEMS_TOP(../../../..).
88
892002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * rtems.c: Remove.
92        * Makefile.am: Reflect changes above.
93
942002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove RTEMS_PROJECT_ROOT.
97
982002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add RTEMS_PROG_CCAS
101
1022002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
105        Add AC_PROG_RANLIB.
106
1072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
110        Use ../../../aclocal.
111
1122001-04-03      Joel Sherrill <joel@OARcorp.com>
113
114        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
115        * rtems/score/or32types.h: Removed.
116        * rtems/score/types.h: New file via CVS magic.
117        * Makefile.am, rtems/score/cpu.h: Account for name change.
118
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262001-02-27      Joel Sherrill <joel@OARcorp.com>
127
128        * rtems/score/cpu.h: Fix conditional to match current GCC.
129
1302001-02-05      Joel Sherrill <joel@OARcorp.com>
131
132        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
133
1342002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * rtems/Makefile.am: Removed.
137        * rtems/score/Makefile.am: Removed.
138        * configure.ac: Reflect changes above.
139        * Makefile.am: Reflect changes above.
140
1412001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add multilib support.
144
1452001-11-28      Joel Sherrill <joel@OARcorp.com>,
146
147        This was tracked as PR91.
148        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
149        is used to specify if the port uses the standard macro for this (FALSE).
150        A TRUE setting indicates the port provides its own implementation.
151
1522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
155        * configure.in: Remove.
156        * configure.ac: New file, generated from configure.in by autoupdate.
157
1582001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
161        * Makefile.am: Use 'PREINSTALL_FILES ='.
162
1632001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am, rtems/score/Makefile.am:
166        Apply include_*HEADERS instead of H_FILES.
167
1682001-01-03      Joel Sherrill <joel@OARcorp.com>
169
170        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
171
1722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
175
1762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
179
1802000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
183        Switch to GNU canonicalization.
184
1852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Include compile.am.
188
1892000-08-11      Joel Sherrill <joel@OARcorp.com>
190
191        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.