summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-07 14:35:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-01-07 14:35:38 +0000
commitdc7f3476f5f52ee145c0b444306b086386c8409f (patch)
tree74166cfe53f329a3796fe25b407f5b3f724d8c74 /cpukit
parent2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dc7f3476f5f52ee145c0b444306b086386c8409f.tar.bz2
Fix format.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index ff8cb2d845..d5e6752b2a 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -3,6 +3,7 @@
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-03 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
PR 739
* iregdef.h: Fixes gcc warning about redundant definition of R_SZ
when compiling cpu_asm.S. Problem was a #define sneaked in in
@@ -10,6 +11,7 @@
builds.
2005-01-03 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
PR 737
* cpu_asm.S: Fixes gcc warning about instructions in branch delay
slot when compiling cpu_asm.S
@@ -19,9 +21,10 @@
* Makefile.am: Remove build-variant support.
2004-12-02 Greg Menke <gregory.menke@gsfc.nasa.gov>
+
PR 730
* cpu_asm.S: Collected PR 601 changes for commit to cvshead
- for rtems-4.7
+ for rtems-4.7.
2004-04-09 Joel Sherrill <joel@OARcorp.com>