diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-09-10 00:17:29 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2003-09-10 00:17:29 +0000 |
commit | 61846f2867574d357e57650f9032ba60d4e32d0d (patch) | |
tree | a4170e802df3de3e02b7c49e94e35d9abaf58474 /gas/ChangeLog | |
parent | cd39598c88604a6c0cad1ea793eb9965ac66ddda (diff) | |
download | gdb-61846f2867574d357e57650f9032ba60d4e32d0d.zip gdb-61846f2867574d357e57650f9032ba60d4e32d0d.tar.gz gdb-61846f2867574d357e57650f9032ba60d4e32d0d.tar.bz2 |
* config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
"move_labels" argument and corresponding call to xtensa_move_labels.
(md_assemble): Add a separate call to xtensa_move_labels and remove
argument for call to xtensa_mark_literal_pool_location.
(xtensa_literal_position, xtensa_switch_to_literal_fragment): Fix
calls to xtensa_mark_literal_pool_location.
(xtensa_create_local_symbol): Delete and inline the code into...
(xtensa_create_literal_symbol): ...here.
(xtensa_frob_label): Combine conditionals.
(expression_maybe_register, xtensa_symbol_new_hook,
fix_new_exp_in_seg): Use symbol_get_tc.
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 bc9e697..ba766c7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,19 @@ 2003-09-09 Bob Wilson <bob.wilson@acm.org> + * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove + "move_labels" argument and corresponding call to xtensa_move_labels. + (md_assemble): Add a separate call to xtensa_move_labels and remove + argument for call to xtensa_mark_literal_pool_location. + (xtensa_literal_position, xtensa_switch_to_literal_fragment): Fix + calls to xtensa_mark_literal_pool_location. + (xtensa_create_local_symbol): Delete and inline the code into... + (xtensa_create_literal_symbol): ...here. + (xtensa_frob_label): Combine conditionals. + (expression_maybe_register, xtensa_symbol_new_hook, + fix_new_exp_in_seg): Use symbol_get_tc. + +2003-09-09 Bob Wilson <bob.wilson@acm.org> + * config/tc-xtensa.c (xtensa_literal_pseudo): Remove code for combining identical literals. (expression_maybe_register): Remove call to find_lit_sym_translation. |