diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-04-14 22:38:49 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-04-14 22:38:49 +0000 |
commit | dd49a749cd5e710c683464795e1494ce4e4643a0 (patch) | |
tree | 14dab61dbc0e6cee318f133b87ffe0a22040b28f /gas/ChangeLog | |
parent | 53f541af8d1854d17a2919e787446e502d205799 (diff) | |
download | fsf-binutils-gdb-dd49a749cd5e710c683464795e1494ce4e4643a0.zip fsf-binutils-gdb-dd49a749cd5e710c683464795e1494ce4e4643a0.tar.gz fsf-binutils-gdb-dd49a749cd5e710c683464795e1494ce4e4643a0.tar.bz2 |
* config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
* config/tc-xtensa.c (xg_translate_sysreg_op,
xtensa_translate_old_userregs_ops,
xtensa_find_unaligned_branch_targets,
xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
relax_frag_add_nop): Support 64-bit host.
(xtensa_mark_literal_pool_location, xtensa_move_literals): Use
tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 59a384a..3f03aa8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2005-04-14 Bob Wilson <bob.wilson@acm.org> + H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field. + * config/tc-xtensa.c (xg_translate_sysreg_op, + xtensa_translate_old_userregs_ops, + xtensa_find_unaligned_branch_targets, + xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags, + relax_frag_add_nop): Support 64-bit host. + (xtensa_mark_literal_pool_location, xtensa_move_literals): Use + tc_frag_data lit_frchain and lit_seg fields instead of fr_var. + 2005-04-14 Mark Kettenis <kettenis@gnu.org> * configure.tgt: Add support for OpenBSD/sparc ELF. |