aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-05-31 16:57:30 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-05-31 16:57:30 +0000
commitfaaf634c109b5b97c2a51a9a0ef5ecdc596b270a (patch)
treec25622fbaa549331a00a1a9ca599eead749a653f /gdb/inferior.h
parenta9a4c53eccf5a5e8ed2d6edb75054ad7ff7990fc (diff)
downloadfsf-binutils-gdb-faaf634c109b5b97c2a51a9a0ef5ecdc596b270a.zip
fsf-binutils-gdb-faaf634c109b5b97c2a51a9a0ef5ecdc596b270a.tar.gz
fsf-binutils-gdb-faaf634c109b5b97c2a51a9a0ef5ecdc596b270a.tar.bz2
2007-05-31 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (CALL_DUMMY_LOCATION): Replace by gdbarch_call_dummy_location. * infcall.c (call_function_by_hand): Likewise. * inferior.h: Change comment. * arch-utils.c: Change comment. * gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 6e1c42c..723122e 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -402,7 +402,7 @@ extern struct regcache *stop_registers;
extern int attach_flag;
-/* Possible values for CALL_DUMMY_LOCATION. */
+/* Possible values for gdbarch_call_dummy_location. */
#define ON_STACK 1
#define AT_ENTRY_POINT 4
#define AT_SYMBOL 5