summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog
blob: 5423286ab448d2e6f8a10333c09b6a9d6e2f6dd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-09-14	Joel Sherrill <joel@OARcorp.com>

	* cpu.c: Include declaration of variable i in ifdef USE_SPRG to
	eliminate warning.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use .$(OBJEXT) instead of .o.

2002-07-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Fix oversights in previous patch.

2002-07-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtems.S: Remove.
	* Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
	instead of INCLUDES (Latest automake standard).

2002-04-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* cpu.c: Include <rtems/powerpc/cache.h>.

2002-04-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* rtems/score/cpu.h: Removed.
	* Makefile.am: Reflect changes above.

2001-04-03	Joel Sherrill <joel@OARcorp.com>

	* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
	* rtems/score/cpu.h: Account for name change.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-11-28	Joel Sherrill <joel@OARcorp.com>,

	This was tracked as PR91.
	* rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
	is used to specify if the port uses the standard macro for this (FALSE).
	A TRUE setting indicates the port provides its own implementation.
	* rtems/score/c_isr.inl: Deleted and contents merged into cpu.c.
	* cpu.c: Received contents of c_isr.inl.
	* Makefile.am: Deleted reference to c_isr.inl.

2001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add aclocal.m4, autom4te.*, config.*, configure.

2001-11-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Preinstall c_isr.inl (HACK).
	* ChangeLog: New file.