OSDN Git Service

* config/tc-xtensa.c (xg_force_frag_space): Delete.
authorbwilson <bwilson>
Fri, 7 Dec 2007 01:07:33 +0000 (01:07 +0000)
committerbwilson <bwilson>
Fri, 7 Dec 2007 01:07:33 +0000 (01:07 +0000)
commitf33461f36c015dd558e9e5aa88ada4f0e7811927
tree5d74c44641418865642e3192bae0040c79408503
parent0e318b2e95fba6093e1ab49f631836764e2dd7a8
    * config/tc-xtensa.c (xg_force_frag_space): Delete.
        (xg_finish_frag, xg_assemble_literal_space): Replace calls to it.
        (xtensa_create_property_segments, xtensa_create_xproperty_segments):
        Set output_section for new property sections.  Use subseg_set and
        seg_info instead of retrieve_segment_info.  Adjust arguments to
        add_xt_block_frags and add_xt_prop_frags.  Use standard functions
        to create frags and fix records.
        (retrieve_segment_info): Delete.
        (add_xt_block_frags, add_xt_prop_frags): Replace calls to
        retrieve_segment_info.  Remove unused xt_block_sec arguments.
gas/ChangeLog
gas/config/tc-xtensa.c