On Dec 31, 2014, at 8:44 AM, David Edelsohn <dje....@gmail.com> wrote: > On AIX, GCC needs to build a multilib for AIX. When testing in tree, > the Dejagnu infrastructure adds linking options for the default, > non-pthread multilib. This causes failures for the G++ TLS tests. > > The following patch uses the existing add_options_for_tls > infrastructure to adjust the flags to prepend the pthread multilib > before the other options. The patch also XFAILs three assembler tests > on AIX. This fixes all of the TLS tests on AIX. > > Is the Dejagnu library change okay?
Ok.