]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Accept L and LL suffixes to integer constants.
authorNick Clifton <nickc@redhat.com>
Fri, 11 Nov 2016 15:13:07 +0000 (15:13 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 11 Nov 2016 15:13:07 +0000 (15:13 +0000)
commit86b80085c889cd388fa677a5ae9053fd4be3776c
treed00fdbb685829875060e7cc63db5da91ade39ef6
parent2f7d995359c7f280431f015726485ca421b0a65a
Accept L and LL suffixes to integer constants.

PR gas/20732
* expr.c (integer_constant): If tc_allow_L_suffix is defined and
non-zero then accept a L or LL suffix.
* testsuite/gas/sparc/pr20732.d: New test source file.
* testsuite/gas/sparc/pr20732.d: New test output file.
* testsuite/gas/sparc/sparc.exp: Run new test.
gas/ChangeLog
gas/expr.c
gas/testsuite/gas/sparc/pr20732.d [new file with mode: 0644]
gas/testsuite/gas/sparc/pr20732.s [new file with mode: 0644]
gas/testsuite/gas/sparc/sparc.exp