aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-10-28 17:05:56 +0000
committerDavid Carlton <carlton@bactrian.org>2002-10-28 17:05:56 +0000
commite70ea697bd6460f4fd46b8aefe68b7009c872a1a (patch)
treef29c58837efd35813b31590c1d228f83f9e2a0f8 /gdb/symtab.h
parentb1744eabdd660471faa349e0bc0b6026ba0edf28 (diff)
downloadgdb-e70ea697bd6460f4fd46b8aefe68b7009c872a1a.zip
gdb-e70ea697bd6460f4fd46b8aefe68b7009c872a1a.tar.gz
gdb-e70ea697bd6460f4fd46b8aefe68b7009c872a1a.tar.bz2
2002-10-28 David Carlton <carlton@math.stanford.edu>
* symtab.c (find_addr_symbol): Delete. (It was already commented out.) * symtab.h: Delete prototype for find_addr_symbol.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 5058c1b..46d3b97 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -1261,13 +1261,6 @@ extern struct symtab_and_line find_pc_line (CORE_ADDR, int);
extern struct symtab_and_line find_pc_sect_line (CORE_ADDR, asection *, int);
-/* Given an address, return the nearest symbol at or below it in memory.
- Optionally return the symtab it's from through 2nd arg, and the
- address in inferior memory of the symbol through 3rd arg. */
-
-extern struct symbol *find_addr_symbol (CORE_ADDR, struct symtab **,
- CORE_ADDR *);
-
/* Given a symtab and line number, return the pc there. */
extern int find_line_pc (struct symtab *, int, CORE_ADDR *);