forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
committed by
Tom Tromey
parent
3d4b08fb89
commit
49346fa794
@@ -562,8 +562,6 @@ extern void (*deprecated_print_frame_info_listing_hook) (struct symtab * s,
|
||||
int noerror);
|
||||
extern int (*deprecated_query_hook) (const char *, va_list)
|
||||
ATTRIBUTE_FPTR_PRINTF(1,0);
|
||||
extern thread_local void (*deprecated_warning_hook) (const char *, va_list)
|
||||
ATTRIBUTE_FPTR_PRINTF(1,0);
|
||||
extern void (*deprecated_readline_begin_hook) (const char *, ...)
|
||||
ATTRIBUTE_FPTR_PRINTF_1;
|
||||
extern char *(*deprecated_readline_hook) (const char *);
|
||||
|
||||
Reference in New Issue
Block a user