* gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.

From-SVN: r57196
This commit is contained in:
Steve Ellcey 2002-09-16 16:25:22 +00:00 committed by Steve Ellcey
parent 7979434d1d
commit 1f73c62225
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-09-16 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/lookup/scoped2.C: New test.

View file

@ -66,7 +66,7 @@
/* No pic register. */
#elif #cpu(ns32k)
/* No pic register. */
#elif defined(__parisc__)
#elif defined(__hppa__)
/* PIC register is %r27 or %r19, but is used even without -fpic. */
#elif defined(__pdp11__)
/* No pic register. */