source: rtems/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog @ 1e58f5a2

4.104.114.84.95
Last change on this file since 1e58f5a2 was 1e58f5a2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/05 at 03:51:21

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

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