diff options
author | Julian Brown <julian@codesourcery.com> | 2013-04-15 10:30:23 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2013-04-15 10:30:23 +0000 |
commit | 4455e9adedb85db6c3125a546f85ad70fef1c25d (patch) | |
tree | 7e65221747923c13540a88ca73def0d9311a1f6e /gas/ChangeLog | |
parent | ceb0a680b14c984392861edbe0c023f3aee7fc7d (diff) | |
download | gdb-4455e9adedb85db6c3125a546f85ad70fef1c25d.zip gdb-4455e9adedb85db6c3125a546f85ad70fef1c25d.tar.gz gdb-4455e9adedb85db6c3125a546f85ad70fef1c25d.tar.bz2 |
gas/
* expr.c (add_to_result, subtract_from_result): Make global.
* expr.h (add_to_result, subtract_from_result): Add prototypes.
* config/tc-sh.c (sh_optimize_expr): Use add_to_result,
subtract_from_result to handle extra bit of precision for .sleb128
directive operands.
gas/testsuite/
* gas/all/gas.exp (sleb128-7): Don't run for tic4x, tic54x.
* gas/all/sleb128-2.s: Reformat, use _ at start of labels, remove
cruft.
* gas/all/sleb128-3.s: Likewise.
* gas/all/sleb128-4.s: Likewise.
* gas/all/sleb128-5.s: Likewise.
* gas/all/sleb128-7.s: Likewise.
* gas/all/sleb128-2.d: Handle data sections named $DATA$.
* gas/all/sleb128-3.d: Likewise.
* gas/all/sleb128-4.d: Likewise.
* gas/all/sleb128-5.d: Likewise.
* gas/all/sleb128-7.d: Likewise.
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 ca37956..6d3c152 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2013-04-15 Julian Brown <julian@codesourcery.com> + + * expr.c (add_to_result, subtract_from_result): Make global. + * expr.h (add_to_result, subtract_from_result): Add prototypes. + * config/tc-sh.c (sh_optimize_expr): Use add_to_result, + subtract_from_result to handle extra bit of precision for .sleb128 + directive operands. + 2013-04-10 Julian Brown <julian@codesourcery.com> * read.c (convert_to_bignum): Add sign parameter. Use it |