source: rtems/cpukit/score/cpu/or32/ChangeLog @ 3b1c100

4.104.114.84.95
Last change on this file since 3b1c100 was 3b1c100, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 21:56:41

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

  • rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all references.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12003-09-26      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
4        references.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
9        rtems/score/or32.h, rtems/score/types.h: URL for license changed.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
22        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
23
242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Fix package name.
27
282002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
31
322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Reformat.
35        Add autom4te*cache.
36        Remove autom4te.cache.
37
382002-09-14      Ivan Guzvinec <ivang@opencores.org>
39
40        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
41        since it is not used.
42
432002-08-06      Joel Sherrill <joel@OARcorp.com>
44
45        * asm.h, rtems/score/cpu.h: Correct items that have changed since
46        RTEMS version or32 port was based upon.
47
482002-08-05      Chris Ziomkowski <chris@asics.ws>
49
50        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
51        rtems/score/types.h: Merged from OpenCores CVS repository.
52
532002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
56
572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use .$(OBJEXT) instead of .o.
60
612002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: RTEMS_TOP(../../../..).
64
652002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * rtems.c: Remove.
68        * Makefile.am: Reflect changes above.
69
702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Remove RTEMS_PROJECT_ROOT.
73
742002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add RTEMS_PROG_CCAS
77
782002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
81        Add AC_PROG_RANLIB.
82
832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
86        Use ../../../aclocal.
87
882001-04-03      Joel Sherrill <joel@OARcorp.com>
89
90        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
91        * rtems/score/or32types.h: Removed.
92        * rtems/score/types.h: New file via CVS magic.
93        * Makefile.am, rtems/score/cpu.h: Account for name change.
94
952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac:
98        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
99        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
100        * Makefile.am: Remove AUTOMAKE_OPTIONS.
101
1022001-02-27      Joel Sherrill <joel@OARcorp.com>
103
104        * rtems/score/cpu.h: Fix conditional to match current GCC.
105
1062001-02-05      Joel Sherrill <joel@OARcorp.com>
107
108        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
109
1102002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * rtems/Makefile.am: Removed.
113        * rtems/score/Makefile.am: Removed.
114        * configure.ac: Reflect changes above.
115        * Makefile.am: Reflect changes above.
116
1172001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add multilib support.
120
1212001-11-28      Joel Sherrill <joel@OARcorp.com>,
122
123        This was tracked as PR91.
124        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
125        is used to specify if the port uses the standard macro for this (FALSE).
126        A TRUE setting indicates the port provides its own implementation.
127
1282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131        * configure.in: Remove.
132        * configure.ac: New file, generated from configure.in by autoupdate.
133
1342001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
137        * Makefile.am: Use 'PREINSTALL_FILES ='.
138
1392001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am, rtems/score/Makefile.am:
142        Apply include_*HEADERS instead of H_FILES.
143
1442001-01-03      Joel Sherrill <joel@OARcorp.com>
145
146        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
159        Switch to GNU canonicalization.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Include compile.am.
164
1652000-08-11      Joel Sherrill <joel@OARcorp.com>
166
167        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.