]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-xtensa.c
* config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
authorBob Wilson <bob.wilson@acm.org>
Wed, 10 Sep 2003 00:17:29 +0000 (00:17 +0000)
committerBob Wilson <bob.wilson@acm.org>
Wed, 10 Sep 2003 00:17:29 +0000 (00:17 +0000)
commit61846f2867574d357e57650f9032ba60d4e32d0d
treea4170e802df3de3e02b7c49e94e35d9abaf58474
parentcd39598c88604a6c0cad1ea793eb9965ac66ddda
* 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.
gas/ChangeLog
gas/config/tc-xtensa.c