OSDN Git Service

2004-03-20 Matthias Klose <doko@debian.org>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 2004 11:58:01 +0000 (11:58 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Mar 2004 11:58:01 +0000 (11:58 +0000)
        * src/pa/linux.S: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79739 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/src/pa/linux.S

index 32c45ce..d43fd64 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-20  Matthias Klose  <doko@debian.org>
+
+       * src/pa/linux.S: Fix typo.
+
 2004-03-19  Matthias Klose  <doko@debian.org>
 
        * Makefile.am: Update 
index f5b7eb3..1a2ecdb 100644 (file)
@@ -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