diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2007-05-10 21:20:02 +0000 |
---|---|---|
committer | Roman Zippel <zippel@gcc.gnu.org> | 2007-05-10 21:20:02 +0000 |
commit | e6fbf387cfb88e498691e6bc48ef1566b2556fff (patch) | |
tree | ff3c1cdffb8947b4d8e00aa22563d7ba4db63d9f /libffi/fficonfig.h.in | |
parent | b5296e520d6ffe92dc40e224b3ca521b817be00e (diff) | |
download | gcc-e6fbf387cfb88e498691e6bc48ef1566b2556fff.tar.gz |
configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.
* configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.
* configure: Regenerate.
* fficonfig.h.in: Regenerate.
* src/m68k/sysv.S (CFI_STARTPROC,CFI_ENDPROC,
CFI_OFFSET,CFI_DEF_CFA): New macros.
(ffi_call_SYSV): Add callframe annotation.
From-SVN: r124600
Diffstat (limited to 'libffi/fficonfig.h.in')
-rw-r--r-- | libffi/fficonfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libffi/fficonfig.h.in b/libffi/fficonfig.h.in index f982707344f..d32d488ed12 100644 --- a/libffi/fficonfig.h.in +++ b/libffi/fficonfig.h.in @@ -27,6 +27,9 @@ */ #undef HAVE_ALLOCA_H +/* Define if your assembler supports .cfi_* directives. */ +#undef HAVE_AS_CFI_PSEUDO_OP + /* Define if your assembler supports .register. */ #undef HAVE_AS_REGISTER_PSEUDO_OP |