Commit 1f73c622 by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r57196
parent 7979434d
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> 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/lookup/scoped2.C: New test. * g++.dg/lookup/scoped2.C: New test.
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
/* No pic register. */ /* No pic register. */
#elif #cpu(ns32k) #elif #cpu(ns32k)
/* No pic register. */ /* No pic register. */
#elif defined(__parisc__) #elif defined(__hppa__)
/* PIC register is %r27 or %r19, but is used even without -fpic. */ /* PIC register is %r27 or %r19, but is used even without -fpic. */
#elif defined(__pdp11__) #elif defined(__pdp11__)
/* No pic register. */ /* No pic register. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment