From: Nick Clifton Date: Mon, 15 Nov 2004 14:30:12 +0000 (+0000) Subject: Added quotes around macro arguments so that they will work with newer versions X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~876 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bd1d37b6f22a363637bd74a499e73f6413cf94b;p=thirdparty%2Fbinutils-gdb.git Added quotes around macro arguments so that they will work with newer versions of guile. --- diff --git a/cpu/ChangeLog b/cpu/ChangeLog index b5e3764128f..dc901887bb5 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2004-11-15 Michael K. Lechner + + * iq2000.cpu: Added quotes around macro arguments so that they + will work with newer versions of guile. + 2004-10-27 Nick Clifton * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1, diff --git a/cpu/iq2000.cpu b/cpu/iq2000.cpu index 978108cffb1..916ce5793e4 100644 --- a/cpu/iq2000.cpu +++ b/cpu/iq2000.cpu @@ -333,10 +333,10 @@ (name (.sym USES- (.upcase regfield))) (comment ("insn accesses register operand " regfield)))) -(define-reg-use-attr rd) -(define-reg-use-attr rs) -(define-reg-use-attr rt) -(define-reg-use-attr r31) +(define-reg-use-attr "rd") +(define-reg-use-attr "rs") +(define-reg-use-attr "rt") +(define-reg-use-attr "r31") ; Operands.