Appease old GCC by disabling .cfi_sections for GCC 4.x.
This commit is contained in:
parent
c04716b1ad
commit
f2515b1cc1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user