mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
Added quotes around macro arguments so that they will work with newer versions
of guile.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
|
||||
|
||||
* iq2000.cpu: Added quotes around macro arguments so that they
|
||||
will work with newer versions of guile.
|
||||
|
||||
2004-10-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user