Silence ARI for valid calls to abort
[deliverable/binutils-gdb.git] / gdb / infcall.h
index 330fc92159362f7a4a4a7638019155f8a96aa6bb..c3f3fc818c07d440e4ef01c88c728440b3a6d4c5 100644 (file)
@@ -21,7 +21,7 @@
 #define INFCALL_H
 
 #include "dummy-frame.h"
-#include "common/array-view.h"
+#include "gdbsupport/array-view.h"
 
 struct value;
 struct type;
@@ -43,7 +43,7 @@ extern CORE_ADDR find_function_addr (struct value *function,
    function returned.  May fail to return, if a breakpoint or signal
    is hit during the execution of the function.
 
-   DFEAULT_RETURN_TYPE is used as function return type if the return
+   DEFAULT_RETURN_TYPE is used as function return type if the return
    type is unknown.  This is used when calling functions with no debug
    info.
 
This page took 0.027137 seconds and 4 git commands to generate.