diff options
author | Nick Clifton <nickc@redhat.com> | 2016-03-16 11:33:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-03-16 11:33:55 +0000 |
commit | 5f2b6bc955535ebfc280a04c22c937cfedb83916 (patch) | |
tree | 1e3ab4d035b80a0ea3f91f113d4bf7ce070e00e2 /gas/ChangeLog | |
parent | 9bff188f0da2859bd5efa8d0def8c0f93d0be410 (diff) | |
download | gdb-5f2b6bc955535ebfc280a04c22c937cfedb83916.zip gdb-5f2b6bc955535ebfc280a04c22c937cfedb83916.tar.gz gdb-5f2b6bc955535ebfc280a04c22c937cfedb83916.tar.bz2 |
Fix checking bignum values that are being inserted into byte sized containers.
* read.c (emit_expr_with_reloc): Add code check a bignum with
nbytes == 1.
* config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
other than 32-bits.
* testsuite/gas/elf/bignum.s: New test source file.
* testsuite/gas/elf/bignum.d: New test driver file.
* testsuite/gas/elf/elf.exp: Run the new test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d67d752..0f1c13b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2016-03-16 Nick Clifton <nickc@redhat.com> + + * read.c (emit_expr_with_reloc): Add code check a bignum with + nbytes == 1. + * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes + other than 32-bits. + * testsuite/gas/elf/bignum.s: New test source file. + * testsuite/gas/elf/bignum.d: New test driver file. + * testsuite/gas/elf/elf.exp: Run the new test. + 2016-03-15 Ulrich Drepper <drepper@gmail.com> * doc/c-i386.texi (Register Naming): Update to details of the |