2006-08-17 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Aug 2006 19:07:29 +0000 (19:07 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Aug 2006 19:07:29 +0000 (19:07 +0000)
* include/ffi_common.h (struct): Revert accidental commit.

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

libffi/ChangeLog
libffi/include/ffi_common.h

index 875e940..55dc31a 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-17  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * include/ffi_common.h (struct): Revert accidental commit.
+
 2006-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * include/ffi_common.h: Remove lint directives.
index 58714a7..3620a2e 100644 (file)
@@ -70,7 +70,7 @@ typedef struct
 {
   ffi_cif *cif;
   void *rvalue;
-  void **avalue __attribute__((aligned));
+  void **avalue;
 } extended_cif;
 
 /* Terse sized type definitions.  */