diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-19 02:47:02 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-19 02:47:02 +0000 |
commit | 996d40ebc9157af3b41799051b25b9a0c715b4c1 (patch) | |
tree | 46cda6f2a377bbfe86bd3be70137397aed7ace9d /gdb/symfile.h | |
parent | 62d5ff22119181a83460dfbf8164c95d93bd47ac (diff) | |
download | gdb-996d40ebc9157af3b41799051b25b9a0c715b4c1.tar.gz |
import gdb-1999-10-18 snapshot
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index bcf00eb816e..aeeb28f1e06 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -221,9 +221,6 @@ extern void find_lowest_section PARAMS ((bfd *, asection *, PTR)); extern bfd *symfile_bfd_open PARAMS ((char *)); -/* Remote targets may wish to use this as their load function. */ -extern void generic_load PARAMS ((char *name, int from_tty)); - /* Utility functions for overlay sections: */ extern int overlay_debugging; extern int overlay_cache_invalid; |