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: Disable -p testing on MinGW


On Sun, 2008-02-24 at 22:27 +0000, Joseph S. Myers wrote:
> The test gcc.dg/20021014-1.c fails for i686-mingw32 with "undefined
> reference to `_mcount'" and "undefined reference to `__monstartup'"
> errors.  OK to commit the following patch which makes the testsuite
> treat -p as unavailable on MinGW?
> 
> 2008-02-24  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* lib/target-supports.exp (check_profiling_available): Report -p
> 	unavailable on *-*-mingw*.

OK.  If someone enables -p on this target they can remove
this new code at that time.

Janis


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