forked from Imagelibrary/binutils-gdb
2013-02-13 Pedro Alves <palves@redhat.com>
Hafiz Abid Qadeer <abidh@codesourcery.com> * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2013-02-13 Pedro Alves <palves@redhat.com>
|
||||||
|
Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||||
|
|
||||||
|
* c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
|
||||||
|
|
||||||
2013-02-12 Tom Tromey <tromey@redhat.com>
|
2013-02-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR symtab/11464:
|
PR symtab/11464:
|
||||||
|
|||||||
@@ -732,6 +732,7 @@ const struct op_print c_op_print_tab[] =
|
|||||||
{"/", BINOP_DIV, PREC_MUL, 0},
|
{"/", BINOP_DIV, PREC_MUL, 0},
|
||||||
{"%", BINOP_REM, PREC_MUL, 0},
|
{"%", BINOP_REM, PREC_MUL, 0},
|
||||||
{"@", BINOP_REPEAT, PREC_REPEAT, 0},
|
{"@", BINOP_REPEAT, PREC_REPEAT, 0},
|
||||||
|
{"+", UNOP_PLUS, PREC_PREFIX, 0},
|
||||||
{"-", UNOP_NEG, PREC_PREFIX, 0},
|
{"-", UNOP_NEG, PREC_PREFIX, 0},
|
||||||
{"!", UNOP_LOGICAL_NOT, PREC_PREFIX, 0},
|
{"!", UNOP_LOGICAL_NOT, PREC_PREFIX, 0},
|
||||||
{"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
{"~", UNOP_COMPLEMENT, PREC_PREFIX, 0},
|
||||||
|
|||||||
Reference in New Issue
Block a user