OSDN Git Service

* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2002 06:21:54 +0000 (06:21 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2002 06:21:54 +0000 (06:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57726 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/src/x86/ffi64.c

index a41a79f..2155dfc 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-02  Andreas Jaeger  <aj@suse.de>
+
+       * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
+
 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
 
        * include/ffi.h.in: Fix i386 win32 compilation.
index 3dd8cbb..f278a92 100644 (file)
@@ -438,8 +438,6 @@ ffi_prep_cif_machdep (ffi_cif *cif)
       break;
     }
 
-  puts ("prep_machdep\n");
-
   return FFI_OK;
 }