* gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
From-SVN: r57196
This commit is contained in:
parent
7979434d1d
commit
1f73c62225
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue