aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2024-04-23 09:23:02 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-04-23 11:26:14 -0400
commit9085a018caf2c0f27d85bc9d306a54fe390b99c2 (patch)
tree8492d44292fcd75cde9cb4dc6ec56378442b0220 /gdb/defs.h
parentcbf58b22f76b25d4528c08941fcc380d03ec34e2 (diff)
downloadgdb-9085a018caf2c0f27d85bc9d306a54fe390b99c2.zip
gdb-9085a018caf2c0f27d85bc9d306a54fe390b99c2.tar.gz
gdb-9085a018caf2c0f27d85bc9d306a54fe390b99c2.tar.bz2
gdb: move symbol_file_command declaration to symfile.h
Move it out of defs.h, the corresponding definition is in symfile.c. Change-Id: I984666c3bcd213f8574e9ec91462e1d61f77f16b Approved-By: Tom Tromey <tom@tromey.com>
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 ef5634d..8fde5be 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -188,10 +188,6 @@ struct value;
globals that are currently only available to main.c. */
extern std::string relocate_gdb_directory (const char *initial, bool relocatable);
-/* From symfile.c */
-
-extern void symbol_file_command (const char *, int);
-
/* From top.c */
typedef void initialize_file_ftype (void);