]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/solib-dsbt.c
Eliminate catch_errors
[thirdparty/binutils-gdb.git] / gdb / solib-dsbt.c
index 86b9e30864c24d108f5506d8c079bc5aea73f4be..0b4055c70dcb19fdcb30c2c066a3f2b12dce32ba 100644 (file)
@@ -507,16 +507,10 @@ scan_dyntag (int dyntag, bfd *abfd, CORE_ADDR *ptr)
   return 0;
 }
 
-/* If no open symbol file, attempt to locate and open the main symbol
-   file.
-
-   If FROM_TTYP dereferences to a non-zero integer, allow messages to
-   be printed.  This parameter is a pointer rather than an int because
-   open_symbol_file_object is called via catch_errors and
-   catch_errors requires a pointer argument. */
+/* See solist.h. */
 
 static int
-open_symbol_file_object (void *from_ttyp)
+open_symbol_file_object (int from_tty)
 {
   /* Unimplemented.  */
   return 0;