diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-11-02 00:45:34 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-11-02 00:45:34 +0000 |
commit | 6a7eedfedcbe83b936a8be8abc489f0202205c7a (patch) | |
tree | 92eff89fd4932cf95b6e2d33b8bd5835947940fa /gas/ChangeLog | |
parent | e4342ca3b861207ab18a2e240b0f675d5c6448fd (diff) | |
download | gdb-6a7eedfedcbe83b936a8be8abc489f0202205c7a.zip gdb-6a7eedfedcbe83b936a8be8abc489f0202205c7a.tar.gz gdb-6a7eedfedcbe83b936a8be8abc489f0202205c7a.tar.bz2 |
* config/tc-xtensa.c (xtensa_symbol_new_hook): New.
(xtensa_mark_difference_of_two_symbols): New.
(xtensa_post_relax_hook): Call xtensa_mark_difference_of_two_symbols.
* config/tc-xtensa.h (xtensa_symfield_type): Add next_expr_symbol.
(tc_symbol_new_hook): Define.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9dd33e7..8ec6734 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2007-11-01 Sterling Augustine <sterling@tensilica.com> + + * config/tc-xtensa.c (xtensa_symbol_new_hook): New. + (xtensa_mark_difference_of_two_symbols): New. + (xtensa_post_relax_hook): Call xtensa_mark_difference_of_two_symbols. + * config/tc-xtensa.h (xtensa_symfield_type): Add next_expr_symbol. + (tc_symbol_new_hook): Define. + 2007-11-01 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_assemble): Replace no_xsuf with |