OSDN Git Service

* config/i386/i386.h (PRINT_OPERAND_PUNCT_VALID_P): Add ';' code.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2007 05:35:13 +0000 (05:35 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Aug 2007 05:35:13 +0000 (05:35 +0000)
commit724fa5418165b00c9471e6b5c8633e5ac9e6df77
tree814558fd68b6459098975a7db34c3d8e722b440a
parentb5a7a14801d0fa2d32df0b4f7186a830490e3577
* config/i386/i386.h (PRINT_OPERAND_PUNCT_VALID_P): Add ';' code.
* config/i386/i386.c (print_operand): Handle ';' code.  Output
semicolon for TARGET_MACHO.
* config/i386/sync.md (*sync_compare_and_swap<mode>): Use '%;' to
emit semicolon after 'lock' prefix.
(sync_double_compare_and_swap<mode>): Ditto.
(*sync_double_compare_and_swapdi_pic): Ditto.
(*sync_compare_and_swap_cc<mode>): Ditto.
(sync_double_compare_and_swap_cc<mode>): Ditto.
(*sync_double_compare_and_swap_ccdi_pic): Ditto.
(sync_old_add<mode>): Ditto.
(sync_add<mode>): Ditto.
(sync_sub<mode>): Ditto.
(sync_ior<mode>): Ditto.
(sync_and<mode>): Ditto.
(sync_xor<mode>): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127728 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/sync.md