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

4.104.114.84.95
Last change on this file since 3239698 was b49bcfc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:12:49

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * cpu.c, ppccache.c: Convert to using c99 fixed size types.
8
92004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Add RTEMS_PROG_CCAS.
12        * Makefile.am: Use automake compilation rules.
13
142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Add PREINSTALL_DIRS.
17
182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
21        Add PRE/TMPINSTALL_FILES to CLEANFILES.
22
232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
26
272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reformat for preinstallation dirstamp support.
34
352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Remove all-local: $(ARCH).
38
392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove RTEMS_CANONICAL_HOST.
42
432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove RTEMS_CHECK_CPU.
46
472003-09-04      Joel Sherrill <joel@OARcorp.com>
48
49        * cpu.c, cpu_asm.S: URL for license changed.
50
512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect having moved aclocal/.
54
552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect having moved automake/.
58
592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
62
632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove AC_CONFIG_AUX_DIR.
66
672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
70
712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AC_PREREQ(2.57).
74
752002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
79
802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Reformat.
83        Add autom4te*cache.
84        Remove autom4te.cache.
85
862002-09-14      Joel Sherrill <joel@OARcorp.com>
87
88        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
89        eliminate warning.
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use .$(OBJEXT) instead of .o.
94
952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Fix oversights in previous patch.
98
992002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * rtems.S: Remove.
102        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
103        instead of INCLUDES (Latest automake standard).
104
1052002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * cpu.c: Include <rtems/powerpc/cache.h>.
108
1092002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * rtems/score/cpu.h: Removed.
112        * Makefile.am: Reflect changes above.
113
1142001-04-03      Joel Sherrill <joel@OARcorp.com>
115
116        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
117        * rtems/score/cpu.h: Account for name change.
118
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262001-11-28      Joel Sherrill <joel@OARcorp.com>,
127
128        This was tracked as PR91.
129        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
130        is used to specify if the port uses the standard macro for this (FALSE).
131        A TRUE setting indicates the port provides its own implementation.
132        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
133        * cpu.c: Received contents of c_isr.inl.
134        * Makefile.am: Deleted reference to c_isr.inl.
135
1362001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
139
1402001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Preinstall c_isr.inl (HACK).
143        * ChangeLog: New file.
144
Note: See TracBrowser for help on using the repository browser.