]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/expr.c
gas 0b vs 0b0 vs 00b
authorAlan Modra <amodra@gmail.com>
Thu, 13 Aug 2015 06:25:31 +0000 (15:55 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 13 Aug 2015 06:29:40 +0000 (15:59 +0930)
commitc14c7a8a619ce03a7c8f41d1cfac3af728df453b
treef55da2d28e51d847171db75718ffb4877411e6d1
parent9791c250490d7c3c961860419e4436c758a91a21
gas 0b vs 0b0 vs 00b

* expr.c (integer_constant): Return O_absent expression if eol.
(operand): For targets with both LOCAL_LABELS_FB and
NUMBERS_WITH_SUFFIX set, treat "0b" not followed by binary
digits as a local label reference.  Correct handling of 0b prefix.
If a suffix is not allowed, error on 0B.
gas/ChangeLog
gas/expr.c