diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-02-27 16:36:47 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-02-27 16:36:47 -0800 |
commit | f4564ff0b6131ff0fba4bbc6d4a5340bb8b34388 (patch) | |
tree | e2fbd6c50fe37e5b8b39982688a9cf21dc154fb5 /ports/sysdeps/arm/dl-trampoline.S | |
parent | 43301bd3c281036ba97eef384c9340cc7b6130d3 (diff) | |
download | glibc-f4564ff0b6131ff0fba4bbc6d4a5340bb8b34388.tar.gz |
ARM: Macroize use of .cfi_sections directive.
Diffstat (limited to 'ports/sysdeps/arm/dl-trampoline.S')
-rw-r--r-- | ports/sysdeps/arm/dl-trampoline.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/arm/dl-trampoline.S b/ports/sysdeps/arm/dl-trampoline.S index ebf221c85c..6d41ebd88f 100644 --- a/ports/sysdeps/arm/dl-trampoline.S +++ b/ports/sysdeps/arm/dl-trampoline.S @@ -28,7 +28,7 @@ .text .globl _dl_runtime_resolve .type _dl_runtime_resolve, #function - .cfi_sections .debug_frame + CFI_SECTIONS cfi_startproc .align 2 _dl_runtime_resolve: @@ -77,7 +77,7 @@ _dl_runtime_resolve: #ifndef PROF .globl _dl_runtime_profile .type _dl_runtime_profile, #function - .cfi_sections .debug_frame + CFI_SECTIONS cfi_startproc .align 2 _dl_runtime_profile: |