public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: PR target/20045 - Run on linux only, not on HP-UX
@ 2005-03-30 18:06 Steve Ellcey
  0 siblings, 0 replies; only message in thread
From: Steve Ellcey @ 2005-03-30 18:06 UTC (permalink / raw)
  To: gcc-patches

I am going to check this in as an obvious fix.  The HP-UX OS does not
have the _GLOBAL_OFFSET_TABLE_ variable and comments in the PR indicate
that making the test Linux only is an acceptable solution.

Steve Ellcey
sje@cup.hp.com


2005-03-30  Steve Ellcey  <sje@cup.hp.com>

	PR target/20045
	* gcc.dg/ia64-fptr-1.c: Run only on linux.

*** gcc.orig/gcc/testsuite/gcc.dg/ia64-fptr-1.c	Wed Mar 30 09:51:35 2005
--- gcc/gcc/testsuite/gcc.dg/ia64-fptr-1.c	Wed Mar 30 09:51:21 2005
***************
*** 1,4 ****
! /* { dg-do run { target ia64-*-* } } */
  /* { dg-options "-O2" } */
  
  /* Test function descriptor access.  */
--- 1,4 ----
! /* { dg-do run { target ia64-*-linux* } } */
  /* { dg-options "-O2" } */
  
  /* Test function descriptor access.  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-30 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-30 18:06 Patch: PR target/20045 - Run on linux only, not on HP-UX Steve Ellcey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).