summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-11-14 17:16:03 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2017-11-14 17:16:03 +0000
commitf2515b1cc104002a4c43775408de2360ebb5c3ce (patch)
tree6c1a1f8b9e6054115802ffc541e1539b776d242b
parentc04716b1adfc40c20dd7113bfe26b8fab0fe4ce3 (diff)
downloadsrc-test2-f2515b1cc104002a4c43775408de2360ebb5c3ce.tar.gz
src-test2-f2515b1cc104002a4c43775408de2360ebb5c3ce.zip
Notes
-rw-r--r--libexec/rtld-elf/mips/rtld_start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/mips/rtld_start.S b/libexec/rtld-elf/mips/rtld_start.S
index 10e2e571bbc9..242887e3cbb7 100644
--- a/libexec/rtld-elf/mips/rtld_start.S
+++ b/libexec/rtld-elf/mips/rtld_start.S
@@ -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)