aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>2024-01-26 02:19:52 -0600
committerTom Tromey <tom@tromey.com>2024-01-31 17:30:25 -0700
commit49346fa79442ba6f0be832c2c5af4360e52f070a (patch)
treef35762eeb12117683df413823fcba61da533b6fb /gdb/top.c
parent3d4b08fb895826ec5f0f6c36a3be98f955aa74ea (diff)
downloadfsf-binutils-gdb-49346fa79442ba6f0be832c2c5af4360e52f070a.zip
fsf-binutils-gdb-49346fa79442ba6f0be832c2c5af4360e52f070a.tar.gz
fsf-binutils-gdb-49346fa79442ba6f0be832c2c5af4360e52f070a.tar.bz2
Fix AIX build break.
A recent commit broke AIX build. The thread_local type defined functions were being considered a weak symbol and hence while creating the binary these symbols were not visible. This patch is a fix for the same.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/top.c b/gdb/top.c
index fb15c71..5114713 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -219,10 +219,6 @@ void (*deprecated_print_frame_info_listing_hook) (struct symtab * s,
int (*deprecated_query_hook) (const char *, va_list);
-/* Replaces most of warning. */
-
-thread_local void (*deprecated_warning_hook) (const char *, va_list);
-
/* These three functions support getting lines of text from the user.
They are used in sequence. First deprecated_readline_begin_hook is
called with a text string that might be (for example) a message for