aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-15 13:11:18 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-15 13:11:18 +0000
commit3d6e24f0505c5c0ee62454b1c9c27cffe17a6b3b (patch)
tree8cb2ff4a5f3342bacdec4639a1b7b9b49a487177 /gdb/objfiles.h
parent36e4d0683b478479f9eb07bef34a21fd8007c3ef (diff)
downloadfsf-binutils-gdb-3d6e24f0505c5c0ee62454b1c9c27cffe17a6b3b.zip
fsf-binutils-gdb-3d6e24f0505c5c0ee62454b1c9c27cffe17a6b3b.tar.gz
fsf-binutils-gdb-3d6e24f0505c5c0ee62454b1c9c27cffe17a6b3b.tar.bz2
Move init_entry_point_info to symfile.c and make it static.
gdb/ChangeLog: * objfiles.c (init_entry_point_info): Move function from here... * symfile.c (init_entry_point_info): ... to there. Make static. * objfiles.h (objfiles.h): Delete declaration.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index 877c9e0..c794598 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -443,8 +443,6 @@ extern struct objfile *allocate_objfile (bfd *, int);
extern struct gdbarch *get_objfile_arch (struct objfile *);
-extern void init_entry_point_info (struct objfile *);
-
extern int entry_point_address_query (CORE_ADDR *entry_p);
extern CORE_ADDR entry_point_address (void);