diff options
author | Jim Wilson <wilson@cygnus.com> | 2000-04-14 17:58:30 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2000-04-14 10:58:30 -0700 |
commit | 85b2a0917a24fd32ab641bd64044cb0722670c28 (patch) | |
tree | c22eb85f518839cefa4cd1dcd4310aa74fe52225 | |
parent | 23cdce68cfdbf75b2a7fc60ccf17477260db9f68 (diff) | |
download | gcc-85b2a0917a24fd32ab641bd64044cb0722670c28.zip gcc-85b2a0917a24fd32ab641bd64044cb0722670c28.tar.gz gcc-85b2a0917a24fd32ab641bd64044cb0722670c28.tar.bz2 |
Match recent assembler change.
* config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
completers from mov.ret instruction.
From-SVN: r33152
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/ia64/lib1funcs.asm | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 29c1d1f..86f518e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 14 10:54:22 2000 Jim Wilson <wilson@cygnus.com> + + * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete + completers from mov.ret instruction. + 2000-04-14 Richard Henderson <rth@cygnus.com> * fold-const.c (extract_muldiv): Don't distribute and widen diff --git a/gcc/config/ia64/lib1funcs.asm b/gcc/config/ia64/lib1funcs.asm index c69eda2..a346326 100644 --- a/gcc/config/ia64/lib1funcs.asm +++ b/gcc/config/ia64/lib1funcs.asm @@ -601,7 +601,7 @@ __ia64_nonlocal_goto: mov r19=ar.rsc adds r2=8,in2 ld8 r12=[in2],16 - mov.ret.sptk.few.dc.dc rp = r33, .L0 + mov.ret.sptk rp = r33, .L0 ;; flushrs ld8 r16=[r2],16 |