diff options
author | John Gilmore <gnu@cygnus> | 1992-02-21 03:35:37 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-21 03:35:37 +0000 |
commit | 7919c3ed86bcf8aa2fafe4284ec6d0453e5d993e (patch) | |
tree | 50ee9fb4fd3b30fb6b0a041774a8e593afc01442 /gdb/standalone.c | |
parent | 573da2f371655db279fe819e0ef555d203b4a9d8 (diff) | |
download | gdb-7919c3ed86bcf8aa2fafe4284ec6d0453e5d993e.zip gdb-7919c3ed86bcf8aa2fafe4284ec6d0453e5d993e.tar.gz gdb-7919c3ed86bcf8aa2fafe4284ec6d0453e5d993e.tar.bz2 |
* tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions
into solib.h.
* sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c,
sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c,
value.h: Prototypes for static functions; lint.
* gdbtypes.h: Empty file to ease transition.
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r-- | gdb/standalone.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c index b91a1f8..163a639 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -338,6 +338,8 @@ get_exec_file (err) return "run"; } +/* Nonzero if there is a core file. */ + have_core_file_p () { return 0; |