diff options
Diffstat (limited to 'gdb/i386-linux-tdep.h')
-rw-r--r-- | gdb/i386-linux-tdep.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gdb/i386-linux-tdep.h b/gdb/i386-linux-tdep.h index e8691cd..de98256 100644 --- a/gdb/i386-linux-tdep.h +++ b/gdb/i386-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux x86. - Copyright (C) 2002-2024 Free Software Foundation, Inc. + Copyright (C) 2002-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef I386_LINUX_TDEP_H -#define I386_LINUX_TDEP_H +#ifndef GDB_I386_LINUX_TDEP_H +#define GDB_I386_LINUX_TDEP_H #include "gdbsupport/x86-xstate.h" @@ -49,15 +49,6 @@ extern uint64_t i386_linux_core_read_xsave_info (bfd *abfd, extern bool i386_linux_core_read_x86_xsave_layout (struct gdbarch *gdbarch, x86_xsave_layout &layout); -/* Handle and display information related to the MPX bound violation - to the user. */ -extern void i386_linux_report_signal_info (struct gdbarch *gdbarch, - struct ui_out *uiout, - enum gdb_signal siggnal); - extern int i386_linux_gregset_reg_offset[]; -/* Return x86 siginfo type. */ -extern struct type *x86_linux_get_siginfo_type (struct gdbarch *gdbarch); - -#endif /* i386-linux-tdep.h */ +#endif /* GDB_I386_LINUX_TDEP_H */ |