summaryrefslogtreecommitdiff
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
commitd6aad5cfa4c77b598ebc0f29ddd5bef0b4ed8b45 (patch)
tree507694d2a734033c280039ee2fa82bb13365c834
parent9584fd6b5613a66ca6e954935ac4ad74e980f41d (diff)
downloadgdb-d6aad5cfa4c77b598ebc0f29ddd5bef0b4ed8b45.tar.gz
* 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 6c752c79745..6d9c7c952e2 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.