diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-12-20 17:21:07 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-12-20 17:21:07 +0000 |
commit | 1f7efbae406ff9f2e8967d508bfae665501dc8ae (patch) | |
tree | 6b5853975ffa4265a57a337d7e15471f71df8ae7 /gas/ChangeLog | |
parent | 213e4dc22e5075dce6c0254ec4f4b6a34a2b77a1 (diff) | |
download | gdb-1f7efbae406ff9f2e8967d508bfae665501dc8ae.zip gdb-1f7efbae406ff9f2e8967d508bfae665501dc8ae.tar.gz gdb-1f7efbae406ff9f2e8967d508bfae665501dc8ae.tar.bz2 |
* config/tc-xtensa.c (xtensa_elf_cons): Set frag flags for
expressions without suffixes.
(get_frag_property_flags): Preserve is_no_transform flag for frags
not marked as either instructions or literals.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6a6fa5e..fbcce02 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2007-12-20 Bob Wilson <bob.wilson@acm.org> + + * config/tc-xtensa.c (xtensa_elf_cons): Set frag flags for + expressions without suffixes. + (get_frag_property_flags): Preserve is_no_transform flag for frags + not marked as either instructions or literals. + 2007-12-17 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (output_insn): Use ARRAY_SIZE. |