diff options
author | Tristan Gingold <gingold@adacore.com> | 2017-01-09 15:50:32 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2017-01-10 10:23:23 +0100 |
commit | 74def31dcd248441a49755721da81ca73d99c4fb (patch) | |
tree | 8cacf56ca2cd374af1b699f9969f0325cc50ff0d /gas/ChangeLog | |
parent | f7fd19e2b83c06cf1590d2ac8d0e9fc1ea4739c2 (diff) | |
download | gdb-74def31dcd248441a49755721da81ca73d99c4fb.zip gdb-74def31dcd248441a49755721da81ca73d99c4fb.tar.gz gdb-74def31dcd248441a49755721da81ca73d99c4fb.tar.bz2 |
This patch ensure same output for sleb128 with large number.
gas/
* read.c (emit_leb128_expr): Extended unsigned big number for
sleb128.
* testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
* testsuite/gas/all/sleb128.d: New test.
* testsuite/gas/all/sleb128.s: New test source.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0fab5fb..4d364ab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2017-01-10 Tristan Gingold <gingold@adacore.com> + + * read.c (emit_leb128_expr): Extended unsigned big number for + sleb128. + * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test. + * testsuite/gas/all/sleb128.d: New test. + * testsuite/gas/all/sleb128.s: New test source. + 2017-01-09 Andrew Waterman <andrew@sifive.com> * config/tc-riscv.c (append_insn): Don't eagerly apply relocations |