This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [v3] testsuite docs


Benjamin Kosnik wrote:

That's not what we want for testing installed tree. (Remember: there are no Makefiles at that point!) The right fix is to move anything that wants libv3test into DejaGNU.
Ah. Yes, you are correct.

The reality is that libv3test is no longer being used, as far as I can
see: instead, the individual object files are being linked in when
necessary. Having it around is misleading, and useless.

Therefore, I'd like to remove it from the Makefile.

Makese sense to me.


Until recently, there was a use in check_survey.in, but that's gone now, so I think your change make sense.

(We could have the DejaGNU code run "ar" to build libv3test.a, instead of linking in the individual objects; I just didn't, as it didn't seem necessary. The primary benefit of building libv3test.a is that it would result in smaller test programs, as the linker would then not link in the objects unless they were used.)

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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