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

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

2004-01-30 Ralf Corsepius <corsepiu@…>

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