aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@br.ibm.com>2008-04-19 02:07:19 +0000
committerThiago Jung Bauermann <bauerman@br.ibm.com>2008-04-19 02:07:19 +0000
commita03b3a978574778b7aee965e23a1f60968b0fcb2 (patch)
tree436fc05eec91e9a5f60113e4dff9810c58074649 /gdb/defs.h
parent9c1137add5cd5f2141ed9b645625e49c5dff2664 (diff)
downloadgdb-a03b3a978574778b7aee965e23a1f60968b0fcb2.zip
gdb-a03b3a978574778b7aee965e23a1f60968b0fcb2.tar.gz
gdb-a03b3a978574778b7aee965e23a1f60968b0fcb2.tar.bz2
* defs.h (exec_set_section_offsets): Remove prototype.
* exec.c (exec_set_section_offsets): Remove function.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index e4344a7..2ec9199 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -603,10 +603,6 @@ extern void init_last_source_visited (void);
/* From exec.c */
-extern void exec_set_section_offsets (bfd_signed_vma text_off,
- bfd_signed_vma data_off,
- bfd_signed_vma bss_off);
-
/* Take over the 'find_mapped_memory' vector from exec.c. */
extern void exec_set_find_memory_regions (int (*) (int (*) (CORE_ADDR,
unsigned long,