summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-03-26 16:12:20 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-03-26 16:12:20 +0000
commit1242cb872edfbf2ff10080514a568150fac95570 (patch)
treed5ceb45bb75edb760a812c005222c1ad92aab960
parent2732bd45a0b717774a7a5e5fd95e0238613fe90c (diff)
downloadcygnal-1242cb872edfbf2ff10080514a568150fac95570.tar.gz
cygnal-1242cb872edfbf2ff10080514a568150fac95570.tar.bz2
cygnal-1242cb872edfbf2ff10080514a568150fac95570.zip
* gas/config/tc-m68k.c (m68k_init_arch): Move checking of
cfloat/m68881 to correct architecture before using it.
-rw-r--r--ChangeLog.csl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 6c752c797..6d9c7c952 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-03-26 Nathan Sidwell <nathan@codesourcery.com>
+
+ * gas/config/tc-m68k.c (m68k_init_arch): Move checking of
+ cfloat/m68881 to correct architecture before using it.
+
2006-03-21 Paul Brook <paul@codesourcery.com>
* gas/config/tc-arm.c (md_apply_fix): Fix typo in offset mask.