diff options
author | zippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-10 21:20:02 +0000 |
---|---|---|
committer | zippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-10 21:20:02 +0000 |
commit | a53add809f636110657909ca4f563f15233f9121 (patch) | |
tree | ff3c1cdffb8947b4d8e00aa22563d7ba4db63d9f /libffi/fficonfig.h.in | |
parent | bb3218e990871769e1bebfd705ab7b49239517a0 (diff) | |
download | gcc-a53add809f636110657909ca4f563f15233f9121.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124600 138bc75d-0d04-0410-961f-82ee72b054a4
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 |