diff options
author | Sterling Augustine <saugustine@google.com> | 2009-08-18 16:42:15 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2009-08-18 16:42:15 +0000 |
commit | 2f1bf5c133bd54d786c61ad56f309076ab48f15c (patch) | |
tree | 7e2b6cf2f894082da587256a9f6c20870e54d455 /gas/ChangeLog | |
parent | b7afdeef6019dde1decccd9c5bcd38112a108087 (diff) | |
download | gdb-2f1bf5c133bd54d786c61ad56f309076ab48f15c.zip gdb-2f1bf5c133bd54d786c61ad56f309076ab48f15c.tar.gz gdb-2f1bf5c133bd54d786c61ad56f309076ab48f15c.tar.bz2 |
2009-08-18 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.c (xtensa_create_xproperty_segments): Use
sizeof instead of hard-coded value.
(add_xt_block_frags): Remove unused local variable.
(frag_flags_to_number): Change return type to flagword. Remove
unused local variable.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d34e601..4a24a49 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,12 @@ -2009-08-17 Sterling Augustine <sterling@jaw.hq.tensilica.com> +2009-08-18 Sterling Augustine <sterling@tensilica.com> + + * config/tc-xtensa.c (xtensa_create_xproperty_segments): Use + sizeof instead of hard-coded value. + (add_xt_block_frags): Remove unused local variable. + (frag_flags_to_number): Change return type to flagword. Remove + unused local variable. + +2009-08-17 Sterling Augustine <sterling@tensilica.com> * config/tc-xtensa.c (xtensa_frob_label): move call to do_align_targets to set frag_type only. |