summaryrefslogtreecommitdiff
path: root/cpu/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2006-04-10 21:19:14 +0000
committerDJ Delorie <dj@delorie.com>2006-04-10 21:19:14 +0000
commit2d726e3775f74c50c5755e4471ad524608536302 (patch)
tree76bfc18e9b99dd19d01b1e211fb82b7bdaa9ae70 /cpu/ChangeLog
parente017e84d6b50a9160d18b56a3b65b669f8fe7d32 (diff)
downloadbinutils-redhat-2d726e3775f74c50c5755e4471ad524608536302.tar.gz
* m32c.opc (parse_unsigned_bitbase): Take a new parameter which
decides if this function accepts symbolic constants or not. (parse_signed_bitbase): Likewise. (parse_unsigned_bitbase8): Pass the new parameter. (parse_unsigned_bitbase11): Likewise. (parse_unsigned_bitbase16): Likewise. (parse_unsigned_bitbase19): Likewise. (parse_unsigned_bitbase27): Likewise. (parse_signed_bitbase8): Likewise. (parse_signed_bitbase11): Likewise. (parse_signed_bitbase19): Likewise. * m32c-asm.c: Regenerate.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r--cpu/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 2a888e0cf4..c0019d8f1c 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,17 @@
+2006-04-10 DJ Delorie <dj@redhat.com>
+
+ * m32c.opc (parse_unsigned_bitbase): Take a new parameter which
+ decides if this function accepts symbolic constants or not.
+ (parse_signed_bitbase): Likewise.
+ (parse_unsigned_bitbase8): Pass the new parameter.
+ (parse_unsigned_bitbase11): Likewise.
+ (parse_unsigned_bitbase16): Likewise.
+ (parse_unsigned_bitbase19): Likewise.
+ (parse_unsigned_bitbase27): Likewise.
+ (parse_signed_bitbase8): Likewise.
+ (parse_signed_bitbase11): Likewise.
+ (parse_signed_bitbase19): Likewise.
+
2006-03-13 DJ Delorie <dj@redhat.com>
* m32c.cpu (Bit3-S): New.