diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-12-02 16:24:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-12-02 16:24:37 +0000 |
commit | 5fd396baa1c3b125d1ef3311348483b1cdc4625d (patch) | |
tree | 236ba8399d2cba810702f26fc3e1747c7b58e8bf | |
parent | b3b1f034af2da2f1d6c5b0153da1465e646c72c8 (diff) | |
download | gdb-5fd396baa1c3b125d1ef3311348483b1cdc4625d.zip gdb-5fd396baa1c3b125d1ef3311348483b1cdc4625d.tar.gz gdb-5fd396baa1c3b125d1ef3311348483b1cdc4625d.tar.bz2 |
Really check in the patch.
-rw-r--r-- | gas/subsegs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/subsegs.c b/gas/subsegs.c index e77bce8..8c5f8d8 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; |