diff options
Diffstat (limited to 'gdb/solib-aix.h')
-rw-r--r-- | gdb/solib-aix.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gdb/solib-aix.h b/gdb/solib-aix.h index 79cad4d..628b7c8 100644 --- a/gdb/solib-aix.h +++ b/gdb/solib-aix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2024 Free Software Foundation, Inc. +/* Copyright (C) 2013-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -18,9 +18,12 @@ #ifndef GDB_SOLIB_AIX_H #define GDB_SOLIB_AIX_H -struct solib_ops; -extern const solib_ops solib_aix_so_ops; +#include "solib.h" extern CORE_ADDR solib_aix_get_toc_value (CORE_ADDR pc); +/* Return a new solib_ops for AIX systems. */ + +solib_ops_up make_aix_solib_ops (); + #endif /* GDB_SOLIB_AIX_H */ |