aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-09-24 04:42:12 +0000
committerKevin Buettner <kevinb@redhat.com>2000-09-24 04:42:12 +0000
commit0e7e8d51a4cc7dd8b40e4a4032bab953fed4e204 (patch)
tree9477067e3d1587ba365e657dd765c3d65e02d11f /gdb/mdebugread.c
parent959ee54136558b8c3441d2e7167699c6ffba401f (diff)
downloadfsf-binutils-gdb-0e7e8d51a4cc7dd8b40e4a4032bab953fed4e204.zip
fsf-binutils-gdb-0e7e8d51a4cc7dd8b40e4a4032bab953fed4e204.tar.gz
fsf-binutils-gdb-0e7e8d51a4cc7dd8b40e4a4032bab953fed4e204.tar.bz2
Protoization.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r--gdb/mdebugread.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c
index 8bc869e..c198405 100644
--- a/gdb/mdebugread.c
+++ b/gdb/mdebugread.c
@@ -3182,9 +3182,10 @@ handle_psymbol_enumerators (struct objfile *objfile, FDR *fh, int stype,
}
}
+/* Get the next symbol. OBJFILE is unused. */
+
static char *
-mdebug_next_symbol_text (objfile)
- struct objfile *objfile; /* argument objfile is currently unused */
+mdebug_next_symbol_text (struct objfile *objfile)
{
SYMR sh;