From: Matthias Klose Date: Sat, 20 Mar 2004 11:58:01 +0000 (+0000) Subject: linux.S: Fix typo. X-Git-Tag: releases/gcc-4.0.0~9270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14b078a8f3cf32bcf6396807a8e8f190b84260ab;p=thirdparty%2Fgcc.git linux.S: Fix typo. 2004-03-20 Matthias Klose * src/pa/linux.S: Fix typo. From-SVN: r79739 --- diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 32c45ce11801..d43fd647d3da 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2004-03-20 Matthias Klose + + * src/pa/linux.S: Fix typo. + 2004-03-19 Matthias Klose * Makefile.am: Update diff --git a/libffi/src/pa/linux.S b/libffi/src/pa/linux.S index f5b7eb33dea6..1a2ecdbb54cd 100644 --- a/libffi/src/pa/linux.S +++ b/libffi/src/pa/linux.S @@ -85,7 +85,7 @@ ffi_call_LINUX: /* now %sp should point where %arg0 was pointing. */ - /* Load the arguments that should be passed in registers */ + /* Load the arguments that should be passed in registers The fp args were loaded by the prep_args function. */ ldw -36(%sp), %arg0 ldw -40(%sp), %arg1