diff options
Diffstat (limited to 'gdb/solib-dsbt.h')
-rw-r--r-- | gdb/solib-dsbt.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/solib-dsbt.h b/gdb/solib-dsbt.h index 2777939..d44613c 100644 --- a/gdb/solib-dsbt.h +++ b/gdb/solib-dsbt.h @@ -1,6 +1,6 @@ /* Handle shared libraries for GDB, the GNU Debugger. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -20,8 +20,10 @@ #ifndef GDB_SOLIB_DSBT_H #define GDB_SOLIB_DSBT_H -struct solib_ops; +#include "solib.h" -extern const solib_ops dsbt_so_ops; +/* Return a new solib_ops for DSBT systems. */ + +solib_ops_up make_dsbt_solib_ops (); #endif /* GDB_SOLIB_DSBT_H */ |