From df5da1c419def29ee06c36a4e628b4358509f1fa Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 18 Apr 2001 20:30:48 +0000 Subject: [PATCH] Eliminate assembler warnings found by ia64-linux bootstrap. * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2 to eliminate RAW DV. From-SVN: r41411 --- libffi/ChangeLog | 5 +++++ libffi/src/ia64/unix.S | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/libffi/ChangeLog b/libffi/ChangeLog index e6d5cc1a95b..fa4707e63b7 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2001-04-18 Jim Wilson + + * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2 + to eliminate RAW DV. + 2001-04-12 Bryce McKinlay * Makefile.am: Make a libtool convenience library. diff --git a/libffi/src/ia64/unix.S b/libffi/src/ia64/unix.S index fdaf8be28ad..284dadd92e6 100644 --- a/libffi/src/ia64/unix.S +++ b/libffi/src/ia64/unix.S @@ -94,11 +94,11 @@ fp_done: ld8 out4=[loc2],16 ld8 out5=[loc3],16 ;; - ld8 out6=[loc2],16 + ld8 out6=[loc2] ld8 out7=[loc3] - /* loc2 points at first stack parameter. Set sp to 16 bytes */ - /* below that. */ - add sp=-16,loc2 + /* Set sp to 16 bytes below the first stack parameter. This */ + /* is the value currently in loc2. */ + mov sp=loc2 ld8 r8=[fn],8 ;;