aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-05-09 14:29:13 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-05-09 14:29:13 +0000
commit2efbc0f7220afb483293e101e25bf2e93bce0787 (patch)
treec85d9c2d65423fbd6d0952f2b7a28e4053d1bc30 /gdb/inferior.h
parent2c76a0c7f171ca01d56349315580e85ecacc394d (diff)
downloadgdb-2efbc0f7220afb483293e101e25bf2e93bce0787.zip
gdb-2efbc0f7220afb483293e101e25bf2e93bce0787.tar.gz
gdb-2efbc0f7220afb483293e101e25bf2e93bce0787.tar.bz2
Remove AT_SYMBOL
Now that this method is no longer used by any architecture, we can remove its support. gdb/ChangeLog: * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling. * inferior.h (AT_SYMBOL): Delete.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 63245a2..8c90f96 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -357,7 +357,6 @@ struct displaced_step_closure *get_displaced_step_closure_by_addr (CORE_ADDR add
/* Possible values for gdbarch_call_dummy_location. */
#define ON_STACK 1
#define AT_ENTRY_POINT 4
-#define AT_SYMBOL 5
/* If STARTUP_WITH_SHELL is set, GDB's "run"
will attempts to start up the debugee under a shell.