This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add 'getthrds' declaration check in configure for AIX


On Tuesday 15 March 2011 23:25:53, Joel Brobecker wrote:
> +# Older versions of AIX do not provide the declaration for the getthrds
> +# function (it appears that it was introduced with AIX 6.x).
> +AC_CHECK_DECLS(getthrds, [], [], [[#include <procinfo.h>]])
> +

Any reason this isn't done close to where we check for AIX
thread support, and decide to whether to build aix-thread.c in the
first place?  Look for "AiX thread debugging library" further down.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]