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

4.104.114.84.95
Last change on this file since d2c26e4b was d2c26e4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:10:00

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 4.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
8        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
9
102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Fix package name.
13
142002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
17
182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
242002-09-14      Ivan Guzvinec <ivang@opencores.org>
25
26        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
27        since it is not used.
28
292002-08-06      Joel Sherrill <joel@OARcorp.com>
30
31        * asm.h, rtems/score/cpu.h: Correct items that have changed since
32        RTEMS version or32 port was based upon.
33
342002-08-05      Chris Ziomkowski <chris@asics.ws>
35
36        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
37        rtems/score/types.h: Merged from OpenCores CVS repository.
38
392002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
42
432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use .$(OBJEXT) instead of .o.
46
472002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: RTEMS_TOP(../../../..).
50
512002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * rtems.c: Remove.
54        * Makefile.am: Reflect changes above.
55
562002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove RTEMS_PROJECT_ROOT.
59
602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add RTEMS_PROG_CCAS
63
642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
67        Add AC_PROG_RANLIB.
68
692002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
72        Use ../../../aclocal.
73
742001-04-03      Joel Sherrill <joel@OARcorp.com>
75
76        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
77        * rtems/score/or32types.h: Removed.
78        * rtems/score/types.h: New file via CVS magic.
79        * Makefile.am, rtems/score/cpu.h: Account for name change.
80
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87
882001-02-27      Joel Sherrill <joel@OARcorp.com>
89
90        * rtems/score/cpu.h: Fix conditional to match current GCC.
91
922001-02-05      Joel Sherrill <joel@OARcorp.com>
93
94        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
95
962002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * rtems/Makefile.am: Removed.
99        * rtems/score/Makefile.am: Removed.
100        * configure.ac: Reflect changes above.
101        * Makefile.am: Reflect changes above.
102
1032001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add multilib support.
106
1072001-11-28      Joel Sherrill <joel@OARcorp.com>,
108
109        This was tracked as PR91.
110        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
111        is used to specify if the port uses the standard macro for this (FALSE).
112        A TRUE setting indicates the port provides its own implementation.
113
1142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
117        * configure.in: Remove.
118        * configure.ac: New file, generated from configure.in by autoupdate.
119
1202001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
123        * Makefile.am: Use 'PREINSTALL_FILES ='.
124
1252001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am, rtems/score/Makefile.am:
128        Apply include_*HEADERS instead of H_FILES.
129
1302001-01-03      Joel Sherrill <joel@OARcorp.com>
131
132        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
133
1342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
137
1382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
141
1422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
1472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Include compile.am.
150
1512000-08-11      Joel Sherrill <joel@OARcorp.com>
152
153        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.