]> gcc.gnu.org Git - gcc.git/commitdiff
Match recent assembler change.
authorJim Wilson <wilson@cygnus.com>
Fri, 14 Apr 2000 17:58:30 +0000 (17:58 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 14 Apr 2000 17:58:30 +0000 (10:58 -0700)
* config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
completers from mov.ret instruction.

From-SVN: r33152

gcc/ChangeLog
gcc/config/ia64/lib1funcs.asm

index 29c1d1f22c86934a6a0fbe75cfac04c839a7ac30..86f518e0c73dd3ada847f25dca03745dd54e4246 100644 (file)
@@ -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
index c69eda286c82c329e7153507dd23673b45caab6e..a34632629384e90a982f3bb3e9f60789b2c6417b 100644 (file)
@@ -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
This page took 0.103518 seconds and 5 git commands to generate.