* write.c (relax_and_size_seg): Change to the segment we are
authorIan Lance Taylor <ian@airs.com>
Wed, 13 Sep 1995 17:19:27 +0000 (17:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 13 Sep 1995 17:19:27 +0000 (17:19 +0000)
commitf00f5ecd1dfe466c1a25dd50032f4f1f6d72b9f6
tree056fe5625e13e95adcd945b64f88adb35c381f06
parent2e977a3ae49f9c9508b2e2ad0113efecebc7a890
* write.c (relax_and_size_seg): Change to the segment we are
relaxing, in case md_convert_frag, called by cvt_frag_to_fill,
wants to call fix_new.
* config/tc-m68k.c (m68k_ip): Permit PC relative code if the
segment of the symbol is the current segment, not just in
text_section.
(md_convert_frag_1): Don't call subseg_change.
(md_estimate_size_before_relax): Likewise.
gas/ChangeLog
gas/config/tc-m68k.c
gas/write.c