re PR testsuite/30395 (FAIL: gcc.dg/pr16194.c (test for errors, line 59))
PR testsuite/30395 * gcc.dg/pr16194.c: Provide define for REG on __hppa__. From-SVN: r123040
This commit is contained in:
parent
bd045da1ef
commit
6bad4e437c
@ -1,3 +1,8 @@
|
||||
2007-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR testsuite/30395
|
||||
* gcc.dg/pr16194.c: Provide define for REG on __hppa__.
|
||||
|
||||
2007-03-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/31052
|
||||
|
@ -10,6 +10,8 @@
|
||||
# define REG "$1"
|
||||
#elif defined (__CRIS__) || defined (__sh__)
|
||||
# define REG "r10"
|
||||
#elif defined (__hppa__)
|
||||
# define REG "%r10"
|
||||
#elif defined (__i386__)
|
||||
# define REG "%eax"
|
||||
#elif defined (__MMIX__)
|
||||
|
Loading…
Reference in New Issue
Block a user