bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/12240] offset can't be used as label in Intel syntax


From: hjl.tools at gmail dot com
Subject: [Bug gas/12240] offset can't be used as label in Intel syntax
Date: Mon, 22 Nov 2010 16:58:39 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12240

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-11-22 16:58:35 
UTC ---
None of the following operators can be used as label:

    { "and", O_bit_and, 2 },
    { "eq", O_eq, 2 },
    { "ge", O_ge, 2 },
    { "gt", O_gt, 2 },
    { "le", O_le, 2 },
    { "lt", O_lt, 2 },
    { "mod", O_modulus, 2 },
    { "ne", O_ne, 2 },
    { "not", O_bit_not, 1 },
    { "offset", O_offset, 1 },
    { "or", O_bit_inclusive_or, 2 },
    { "shl", O_left_shift, 2 },
    { "short", O_short, 1 },
    { "shr", O_right_shift, 2 },
    { "xor", O_bit_exclusive_or, 2 },

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]