aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gud.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 6ccd0d15c1f..85d97507e35 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -459,7 +459,8 @@ and source-file directory for your debugger."
459 ;; We haven't tested gud on this system: 459 ;; We haven't tested gud on this system:
460 (string-match "^mips-[^-]*-riscos" system-configuration) 460 (string-match "^mips-[^-]*-riscos" system-configuration)
461 ;; It's documented on OSF/1.3 461 ;; It's documented on OSF/1.3
462 (string-match "^mips-[^-]*-osf1" system-configuration)) 462 (string-match "^mips-[^-]*-osf1" system-configuration)
463 (string-match "^alpha-[^-]*-osf" system-configuration))
463 "Non-nil to assume the MIPS/OSF dbx conventions (argument `-emacs').") 464 "Non-nil to assume the MIPS/OSF dbx conventions (argument `-emacs').")
464 465
465(defun gud-mipsdbx-massage-args (file args) 466(defun gud-mipsdbx-massage-args (file args)