]> git.ipfire.org Git - thirdparty/gcc.git/commit
msp430.c (msp430_print_operand): Rename %B to %b and %A to %Q.
authorNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2013 16:28:08 +0000 (16:28 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 30 Dec 2013 16:28:08 +0000 (16:28 +0000)
commit51ac3042e79ed2a67bd5979dadd324f46a58c51e
tree37c2e934593f827c749c265f014cd6064eb7dcc8
parentc99ebd4dde82b900c255b594ce5617a52796340b
msp430.c (msp430_print_operand): Rename %B to %b and %A to %Q.

* config/msp430/msp430.c (msp430_print_operand): Rename %B to %b
and %A to %Q.  Add %A, %B, %C and %D as selectors for 16-bit parts
of a 64-bit operand.
* config/msp430/msp430.md: Replace uses of %B with %b and uses of
%A with %q.

From-SVN: r206247
gcc/ChangeLog
gcc/config/msp430/msp430.c
gcc/config/msp430/msp430.md