diff options
Diffstat (limited to 'gdb/svr4-tls-tdep.c')
-rw-r--r-- | gdb/svr4-tls-tdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/svr4-tls-tdep.c b/gdb/svr4-tls-tdep.c index 56e1470..1f36d57 100644 --- a/gdb/svr4-tls-tdep.c +++ b/gdb/svr4-tls-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux, architecture independent. - Copyright (C) 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2009-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -233,9 +233,7 @@ svr4_tls_register_tls_methods (struct gdbarch_info info, struct gdbarch *gdbarch gdbarch_data->get_tls_dtp_offset = get_tls_dtp_offset; } -void _initialize_svr4_tls_tdep (); -void -_initialize_svr4_tls_tdep () +INIT_GDB_FILE (svr4_tls_tdep) { add_setshow_boolean_cmd ("force-internal-tls-address-lookup", class_obscure, &force_internal_tls_address_lookup, _("\ |