From: H.J. Lu Date: Sat, 2 Dec 2006 16:24:37 +0000 (+0000) Subject: Really check in the patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fd396baa1c3b125d1ef3311348483b1cdc4625d;p=binutils-gdb.git Really check in the patch. --- diff --git a/gas/subsegs.c b/gas/subsegs.c index e77bce82ae3..8c5f8d86b1c 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -117,6 +117,7 @@ subseg_set_rest (segT seg, subsegT subseg) #endif newP->frch_frag_now = frag_alloc (&newP->frch_obstack); newP->frch_frag_now->fr_type = rs_fill; + newP->frch_cfi_data = NULL; newP->frch_root = newP->frch_last = newP->frch_frag_now;