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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

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