projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b1f03
)
Really check in the patch.
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 2 Dec 2006 16:24:37 +0000
(16:24 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 2 Dec 2006 16:24:37 +0000
(16:24 +0000)
gas/subsegs.c
patch
|
blob
|
history
diff --git
a/gas/subsegs.c
b/gas/subsegs.c
index e77bce82ae3dd6c3fb0cde2c8852999f9398b873..8c5f8d86b1c24f551aef10115e68f91c5f586e15 100644
(file)
--- 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;