diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-02 13:53:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-02 13:53:29 +0000 |
commit | 69da848e6ebe8d0b4196f2b630b112fa43dc9348 (patch) | |
tree | 74835fc024cf642974b08c62207cee13453bfb7d /gas/ChangeLog | |
parent | c47320c3a065db35280f4380e4e3232b6286b56c (diff) | |
download | gdb-69da848e6ebe8d0b4196f2b630b112fa43dc9348.zip gdb-69da848e6ebe8d0b4196f2b630b112fa43dc9348.tar.gz gdb-69da848e6ebe8d0b4196f2b630b112fa43dc9348.tar.bz2 |
* config/tc-d30v.c (d30v_cons_align): Don't align constants
in debug sections.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ccab9d3..da5c96d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2010-08-02 Alan Modra <amodra@gmail.com> + * config/tc-d30v.c (d30v_cons_align): Don't align constants + in debug sections. + +2010-08-02 Alan Modra <amodra@gmail.com> + PR gas/11867 * expr.c (operand <'-' and '~'>): Widen bignums. (operand <'!'>): Correct bignum result and convert to O_constant. |