This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] testsuite cleanups (part 2)


eza> Config.h was used to determine if there is posix thread support or not,
eza> but now we use the method of trying to compile with various -lblah so we
eza> don't really need this anymore.  

Ah, I've been looking forward to this!  No need to create and use a
config.h at all.  If the test program doesn't compile, then key off that
to give an UNSUPPORTED.  That works great for me with tls.exp and
tls-shared.exp and gcc 2.95.3.

Michael C


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