From ed7d5d1a43104f2ed6e83c99fe9858fe335cf186 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Jun 2003 22:48:59 +0000 Subject: * read.c (emit_expr): Set dot_value. * dw2gencfi.c (output_fde): Remove pcrel reloc hack. --- gas/read.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index d75083e..b7d9190 100644 --- a/gas/read.c +++ b/gas/read.c @@ -3444,6 +3444,8 @@ emit_expr (exp, nbytes) if (need_pass_2) return; + dot_value = frag_now_fix (); + #ifndef NO_LISTING #ifdef OBJ_ELF /* When gcc emits DWARF 1 debugging pseudo-ops, a line number will -- cgit v1.1