Appease old GCC by disabling .cfi_sections for GCC 4.x.

This commit is contained in:
John Baldwin 2017-11-14 17:16:03 +00:00
parent c04716b1ad
commit f2515b1cc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325816

View File

@ -32,7 +32,9 @@
#include <machine/asm.h>
#if defined(__clang__) || (defined(__GNUC__) && __GNUC__ > 4)
.cfi_sections .debug_frame
#endif
.globl _C_LABEL(_rtld_relocate_nonplt_self)
.globl _C_LABEL(_rtld)