source: rtems/cpukit/score/cpu/or32/ChangeLog @ 19165f5

4.104.114.84.95
Last change on this file since 19165f5 was 19165f5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/02 at 17:58:44

2002-09-14 Ivan Guzvinec <ivang@…>

  • rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL since it is not used.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-09-14      Ivan Guzvinec <ivang@opencores.org>
2
3        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
4        since it is not used.
5
62002-08-06      Joel Sherrill <joel@OARcorp.com>
7
8        * asm.h, rtems/score/cpu.h: Correct items that have changed since
9        RTEMS version or32 port was based upon.
10
112002-08-05      Chris Ziomkowski <chris@asics.ws>
12
13        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
14        rtems/score/types.h: Merged from OpenCores CVS repository.
15
162002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
19
202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Use .$(OBJEXT) instead of .o.
23
242002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: RTEMS_TOP(../../../..).
27
282002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * rtems.c: Remove.
31        * Makefile.am: Reflect changes above.
32
332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove RTEMS_PROJECT_ROOT.
36
372002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add RTEMS_PROG_CCAS
40
412002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
44        Add AC_PROG_RANLIB.
45
462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
49        Use ../../../aclocal.
50
512001-04-03      Joel Sherrill <joel@OARcorp.com>
52
53        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
54        * rtems/score/or32types.h: Removed.
55        * rtems/score/types.h: New file via CVS magic.
56        * Makefile.am, rtems/score/cpu.h: Account for name change.
57
582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac:
61        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
62        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
63        * Makefile.am: Remove AUTOMAKE_OPTIONS.
64
652001-02-27      Joel Sherrill <joel@OARcorp.com>
66
67        * rtems/score/cpu.h: Fix conditional to match current GCC.
68
692001-02-05      Joel Sherrill <joel@OARcorp.com>
70
71        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
72
732002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * rtems/Makefile.am: Removed.
76        * rtems/score/Makefile.am: Removed.
77        * configure.ac: Reflect changes above.
78        * Makefile.am: Reflect changes above.
79
802001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add multilib support.
83
842001-11-28      Joel Sherrill <joel@OARcorp.com>,
85
86        This was tracked as PR91.
87        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
88        is used to specify if the port uses the standard macro for this (FALSE).
89        A TRUE setting indicates the port provides its own implementation.
90
912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
94        * configure.in: Remove.
95        * configure.ac: New file, generated from configure.in by autoupdate.
96
972001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * Makefile.am: Use 'PREINSTALL_FILES ='.
101
1022001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am, rtems/score/Makefile.am:
105        Apply include_*HEADERS instead of H_FILES.
106
1072001-01-03      Joel Sherrill <joel@OARcorp.com>
108
109        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
110
1112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
114
1152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
118
1192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
122        Switch to GNU canonicalization.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Include compile.am.
127
1282000-08-11      Joel Sherrill <joel@OARcorp.com>
129
130        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.