From bda69031738a3cf1c49746d97866bad91f548fb5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 16 Jun 2011 16:39:23 +0000 Subject: * dwarf-mode.el (dwarf-do-insert-substructure): Call expand-file-name. (dwarf-do-refresh): Likewise. --- binutils/dwarf-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/dwarf-mode.el') diff --git a/binutils/dwarf-mode.el b/binutils/dwarf-mode.el index 3362bc4419..f95319ded5 100644 --- a/binutils/dwarf-mode.el +++ b/binutils/dwarf-mode.el @@ -47,7 +47,7 @@ (save-excursion (apply #'call-process dwarf-objdump-program nil (current-buffer) nil "-Wi" (concat "--dwarf-start=0x" die) - dwarf-file + (expand-file-name dwarf-file) (if new-depth (list (concat "--dwarf-depth=" (int-to-string new-depth)))))) (set-buffer-modified-p nil))) @@ -136,7 +136,7 @@ A prefix argument means expand all children." (call-process dwarf-objdump-program nil (current-buffer) nil "-Wi" "--dwarf-depth=1" - dwarf-file)) + (expand-file-name dwarf-file))) (set-buffer-modified-p nil))) ;;;###autoload -- cgit v1.2.1