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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 2.4 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
21
222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
282002-09-14      Joel Sherrill <joel@OARcorp.com>
29
30        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
31        eliminate warning.
32
332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Use .$(OBJEXT) instead of .o.
36
372002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Fix oversights in previous patch.
40
412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * rtems.S: Remove.
44        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
45        instead of INCLUDES (Latest automake standard).
46
472002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * cpu.c: Include <rtems/powerpc/cache.h>.
50
512002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * rtems/score/cpu.h: Removed.
54        * Makefile.am: Reflect changes above.
55
562001-04-03      Joel Sherrill <joel@OARcorp.com>
57
58        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
59        * rtems/score/cpu.h: Account for name change.
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682001-11-28      Joel Sherrill <joel@OARcorp.com>,
69
70        This was tracked as PR91.
71        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
72        is used to specify if the port uses the standard macro for this (FALSE).
73        A TRUE setting indicates the port provides its own implementation.
74        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
75        * cpu.c: Received contents of c_isr.inl.
76        * Makefile.am: Deleted reference to c_isr.inl.
77
782001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
81
822001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Preinstall c_isr.inl (HACK).
85        * ChangeLog: New file.
86
Note: See TracBrowser for help on using the repository browser.