[PATCH] Add missing include to libffi/src/powerpc/ppc_closure.S

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Thu Jun 19 12:26:00 GMT 2003


Hi,

since the addition of EH_FRAME_FLAGS the assembler complained on 
ppc_closure.S. It's cause by the missing inclusion of ffi.h which defines 
EH_FRAME_FLAGS.

Committed as obvious to mainline.

Franz.


	* src/powerpc/ppc_closure.S: Include ffi.h.

-------------- next part --------------
Index: src/powerpc/ppc_closure.S
===================================================================
RCS file: /cvs/gcc/gcc/libffi/src/powerpc/ppc_closure.S,v
retrieving revision 1.6
diff -u -p -r1.6 ppc_closure.S
--- src/powerpc/ppc_closure.S	16 May 2003 22:09:21 -0000	1.6
+++ src/powerpc/ppc_closure.S	19 Jun 2003 11:40:16 -0000
@@ -1,4 +1,5 @@
 #define LIBFFI_ASM
+#include <ffi.h>
 #include <powerpc/asm.h>
 
         .file   "ppc_closure.S"


More information about the Gcc-patches mailing list