source: rtems/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog @ 3e5a93cc

4.104.114.84.95
Last change on this file since 3e5a93cc was 3e5a93cc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/05 at 04:44:17

2005-02-14 Ralf Corsepius <ralf.corsepius@…>

  • cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
4
52005-02-13      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * cpu.c: Add _PPC_MSR_DISABLE_MASK.
8
92005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am, configure.ac: Remove (Unused).
12
132005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
16        Remove PPC_ABI_POWEROPEN.
17
182005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
21        Remove PPC_ABI_GCC27.
22
232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
26
272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Remove build-variant support.
30
312004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        PR 696/bsps
34        * cpu.c: Include bsp.h.
35
362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * configure.ac: Require automake > 1.9.
39
402004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
43
442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * cpu.c, ppccache.c: Convert to using c99 fixed size types.
47
482004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add RTEMS_PROG_CCAS.
51        * Makefile.am: Use automake compilation rules.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add PREINSTALL_DIRS.
56
572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
60        Add PRE/TMPINSTALL_FILES to CLEANFILES.
61
622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
65
662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
69
702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reformat for preinstallation dirstamp support.
73
742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Remove all-local: $(ARCH).
77
782003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove RTEMS_CANONICAL_HOST.
81
822003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_CHECK_CPU.
85
862003-09-04      Joel Sherrill <joel@OARcorp.com>
87
88        * cpu.c, cpu_asm.S: URL for license changed.
89
902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect having moved aclocal/.
93
942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect having moved automake/.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
101
1022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove AC_CONFIG_AUX_DIR.
105
1062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
109
1102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: AC_PREREQ(2.57).
113
1142002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
117        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
118
1192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Reformat.
122        Add autom4te*cache.
123        Remove autom4te.cache.
124
1252002-09-14      Joel Sherrill <joel@OARcorp.com>
126
127        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
128        eliminate warning.
129
1302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Use .$(OBJEXT) instead of .o.
133
1342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Fix oversights in previous patch.
137
1382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * rtems.S: Remove.
141        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
142        instead of INCLUDES (Latest automake standard).
143
1442002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * cpu.c: Include <rtems/powerpc/cache.h>.
147
1482002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * rtems/score/cpu.h: Removed.
151        * Makefile.am: Reflect changes above.
152
1532001-04-03      Joel Sherrill <joel@OARcorp.com>
154
155        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
156        * rtems/score/cpu.h: Account for name change.
157
1582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac:
161        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
162        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
163        * Makefile.am: Remove AUTOMAKE_OPTIONS.
164
1652001-11-28      Joel Sherrill <joel@OARcorp.com>,
166
167        This was tracked as PR91.
168        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
169        is used to specify if the port uses the standard macro for this (FALSE).
170        A TRUE setting indicates the port provides its own implementation.
171        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
172        * cpu.c: Received contents of c_isr.inl.
173        * Makefile.am: Deleted reference to c_isr.inl.
174
1752001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
178
1792001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Preinstall c_isr.inl (HACK).
182        * ChangeLog: New file.
183
Note: See TracBrowser for help on using the repository browser.