source: rtems/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @ 6dfbd8c

4.104.114.84.95
Last change on this file since 6dfbd8c was d946f95, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/05 at 15:59:50

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

  • cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_GCC27.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h:
4        Remove PPC_ABI_GCC27.
5
62005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
9
102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove build-variant support.
13
142004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        PR 696/bsps
17        * cpu.c: Include bsp.h.
18
192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * configure.ac: Require automake > 1.9.
22
232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
26
272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * cpu.c, ppccache.c: Convert to using c99 fixed size types.
30
312004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add RTEMS_PROG_CCAS.
34        * Makefile.am: Use automake compilation rules.
35
362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Add PREINSTALL_DIRS.
39
402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
43        Add PRE/TMPINSTALL_FILES to CLEANFILES.
44
452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
52
532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reformat for preinstallation dirstamp support.
56
572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Remove all-local: $(ARCH).
60
612003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove RTEMS_CANONICAL_HOST.
64
652003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove RTEMS_CHECK_CPU.
68
692003-09-04      Joel Sherrill <joel@OARcorp.com>
70
71        * cpu.c, cpu_asm.S: URL for license changed.
72
732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved aclocal/.
76
772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect having moved automake/.
80
812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
84
852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove AC_CONFIG_AUX_DIR.
88
892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
92
932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: AC_PREREQ(2.57).
96
972002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107
1082002-09-14      Joel Sherrill <joel@OARcorp.com>
109
110        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
111        eliminate warning.
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use .$(OBJEXT) instead of .o.
116
1172002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Fix oversights in previous patch.
120
1212002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * rtems.S: Remove.
124        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
125        instead of INCLUDES (Latest automake standard).
126
1272002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * cpu.c: Include <rtems/powerpc/cache.h>.
130
1312002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * rtems/score/cpu.h: Removed.
134        * Makefile.am: Reflect changes above.
135
1362001-04-03      Joel Sherrill <joel@OARcorp.com>
137
138        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
139        * rtems/score/cpu.h: Account for name change.
140
1412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac:
144        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
145        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
146        * Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482001-11-28      Joel Sherrill <joel@OARcorp.com>,
149
150        This was tracked as PR91.
151        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
152        is used to specify if the port uses the standard macro for this (FALSE).
153        A TRUE setting indicates the port provides its own implementation.
154        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
155        * cpu.c: Received contents of c_isr.inl.
156        * Makefile.am: Deleted reference to c_isr.inl.
157
1582001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
161
1622001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Preinstall c_isr.inl (HACK).
165        * ChangeLog: New file.
166
Note: See TracBrowser for help on using the repository browser.