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

4.104.114.84.95
Last change on this file since a4666cd5 was a4666cd5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 15:47:20

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
8
92003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Reformat for preinstallation dirstamp support.
12
132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Remove all-local: $(ARCH).
16
172003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CANONICAL_HOST.
20
212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove RTEMS_CHECK_CPU.
24
252003-09-04      Joel Sherrill <joel@OARcorp.com>
26
27        * cpu.c, cpu_asm.S: URL for license changed.
28
292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved aclocal/.
32
332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect having moved automake/.
36
372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
40
412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove AC_CONFIG_AUX_DIR.
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
48
492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: AC_PREREQ(2.57).
52
532002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
57
582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Reformat.
61        Add autom4te*cache.
62        Remove autom4te.cache.
63
642002-09-14      Joel Sherrill <joel@OARcorp.com>
65
66        * cpu.c: Include declaration of variable i in ifdef USE_SPRG to
67        eliminate warning.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use .$(OBJEXT) instead of .o.
72
732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Fix oversights in previous patch.
76
772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * rtems.S: Remove.
80        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
81        instead of INCLUDES (Latest automake standard).
82
832002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * cpu.c: Include <rtems/powerpc/cache.h>.
86
872002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * rtems/score/cpu.h: Removed.
90        * Makefile.am: Reflect changes above.
91
922001-04-03      Joel Sherrill <joel@OARcorp.com>
93
94        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
95        * rtems/score/cpu.h: Account for name change.
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103
1042001-11-28      Joel Sherrill <joel@OARcorp.com>,
105
106        This was tracked as PR91.
107        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
108        is used to specify if the port uses the standard macro for this (FALSE).
109        A TRUE setting indicates the port provides its own implementation.
110        * rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
111        * cpu.c: Received contents of c_isr.inl.
112        * Makefile.am: Deleted reference to c_isr.inl.
113
1142001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.
117
1182001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Preinstall c_isr.inl (HACK).
121        * ChangeLog: New file.
122
Note: See TracBrowser for help on using the repository browser.