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

4.104.114.84.95
Last change on this file since d2df5ee was d2df5ee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/04 at 08:25:35

2004-10-20 Ralf Corsepius <ralf_corsepius@…>

PR 696/bsps

  • cpu.c: Include bsp.h.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 696/bsps
4        * cpu.c: Include bsp.h.
5
62004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Require automake > 1.9.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
13
142004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * cpu.c, ppccache.c: Convert to using c99 fixed size types.
17
182004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add RTEMS_PROG_CCAS.
21        * Makefile.am: Use automake compilation rules.
22
232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add PREINSTALL_DIRS.
26
272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
30        Add PRE/TMPINSTALL_FILES to CLEANFILES.
31
322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
39
402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Reformat for preinstallation dirstamp support.
43
442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Remove all-local: $(ARCH).
47
482003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove RTEMS_CANONICAL_HOST.
51
522003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_CHECK_CPU.
55
562003-09-04      Joel Sherrill <joel@OARcorp.com>
57
58        * cpu.c, cpu_asm.S: URL for license changed.
59
602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect having moved aclocal/.
63
642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Reflect having moved automake/.
67
682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
842002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-09-14      Joel Sherrill <joel@OARcorp.com>
96
97        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
98        eliminate warning.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use .$(OBJEXT) instead of .o.
103
1042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Fix oversights in previous patch.
107
1082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * rtems.S: Remove.
111        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
112        instead of INCLUDES (Latest automake standard).
113
1142002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * cpu.c: Include <rtems/powerpc/cache.h>.
117
1182002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * rtems/score/cpu.h: Removed.
121        * Makefile.am: Reflect changes above.
122
1232001-04-03      Joel Sherrill <joel@OARcorp.com>
124
125        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
126        * rtems/score/cpu.h: Account for name change.
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * Makefile.am: Remove AUTOMAKE_OPTIONS.
134
1352001-11-28      Joel Sherrill <joel@OARcorp.com>,
136
137        This was tracked as PR91.
138        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
139        is used to specify if the port uses the standard macro for this (FALSE).
140        A TRUE setting indicates the port provides its own implementation.
141        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
142        * cpu.c: Received contents of c_isr.inl.
143        * Makefile.am: Deleted reference to c_isr.inl.
144
1452001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
148
1492001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Preinstall c_isr.inl (HACK).
152        * ChangeLog: New file.
153
Note: See TracBrowser for help on using the repository browser.