diff options
author | Sterling Augustine <saugustine@google.com> | 2010-02-08 18:45:05 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2010-02-08 18:45:05 +0000 |
commit | 19ef5f3d6db5d77a269bbb838e961ad8ab15a4eb (patch) | |
tree | 185501d4143e64545670051610a78e0ef323d70e /gas/ChangeLog | |
parent | 83b10087f47feb355bbdc02f8fcd336c0bf000aa (diff) | |
download | gdb-19ef5f3d6db5d77a269bbb838e961ad8ab15a4eb.zip gdb-19ef5f3d6db5d77a269bbb838e961ad8ab15a4eb.tar.gz gdb-19ef5f3d6db5d77a269bbb838e961ad8ab15a4eb.tar.bz2 |
2010-02-08 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.c (frag_format_size): Generalize logic to
handle more instruction sizes and fetch widths.
(branch_align_power): Likewise.
(text_align_power): Likewise.
(bytes_to_stretch): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0656925..1dbdfb3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,9 +1,23 @@ +2010-02-08 Sterling Augustine <sterling@tensilica.com> + + * config/tc-xtensa.c (frag_format_size): Generalize logic to + handle more instruction sizes and fetch widths. + (branch_align_power): Likewise. + (text_align_power): Likewise. + (bytes_to_stretch): Likewise. + 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs. (ppc_mach): Handle titan. * doc/c-ppc.texi: Mention -mtitan. +2010-02-05 Sterling Augustine <sterling@tensilica.com> + + * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and + replace with... + (xtensa_fetch_width) ...this. + 2010-02-05 Joseph Myers <joseph@codesourcery.com> * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID, |