From 5b9d23c67a826f866199a297cabcc4aa1ca38e69 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 16 Dec 2004 08:57:23 +0000 Subject: gas/ 2004-12-15 Jan Beulich * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so '.cfi_startproc simple' doesn't inherit the old value. --- gas/dw2gencfi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/dw2gencfi.c') diff --git a/gas/dw2gencfi.c b/gas/dw2gencfi.c index 687815cf60e..c77efbf9a36 100644 --- a/gas/dw2gencfi.c +++ b/gas/dw2gencfi.c @@ -607,6 +607,7 @@ dot_cfi_startproc (int ignored ATTRIBUTE_UNUSED) } demand_empty_rest_of_line (); + cur_cfa_offset = 0; if (!simple) tc_cfi_frame_initial_instructions (); } -- cgit v1.2.1