diff options
author | Alan Modra <amodra@gmail.com> | 2007-05-26 14:49:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-05-26 14:49:39 +0000 |
commit | a1867a27d076940e9ff463cacd4912c4749cf33b (patch) | |
tree | 6afa8b40c8cb1630bccfd1450548bb5cf63f8f0c /gas/ChangeLog | |
parent | 602af7ef9e291918b3e3ca174fcaaf587cb757e7 (diff) | |
download | gdb-a1867a27d076940e9ff463cacd4912c4749cf33b.zip gdb-a1867a27d076940e9ff463cacd4912c4749cf33b.tar.gz gdb-a1867a27d076940e9ff463cacd4912c4749cf33b.tar.bz2 |
* config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in
top 32 bits of 64 bit value if so doing results in passing
range check. Rewrite sign extension fudges similarly. Enable
fudges for powerpc64 too. Report user value if range check
fails rather than fudged value. Negate PPC_OPERAND_NEGATIVE
range rather than value, also to report user value on failure.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8b471d5..95dfaa4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2007-05-26 Alan Modra <amodra@bigpond.net.au> + + * config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in + top 32 bits of 64 bit value if so doing results in passing + range check. Rewrite sign extension fudges similarly. Enable + fudges for powerpc64 too. Report user value if range check + fails rather than fudged value. Negate PPC_OPERAND_NEGATIVE + range rather than value, also to report user value on failure. + 2007-03-25 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (T2_SUBS_PC_LR): Define. |