From: Roland McGrath Date: Fri, 14 Mar 2014 19:41:52 +0000 (-0700) Subject: No longer using .eh_frame, so don't emit it from assembly code. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6561026ab333cbc88dcf440da230e48c3e0a697;p=thirdparty%2Fglibc.git No longer using .eh_frame, so don't emit it from assembly code. --- diff --git a/sysdeps/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h index 71c3e133481..26718974578 100644 --- a/sysdeps/arm/nacl/sysdep.h +++ b/sysdeps/arm/nacl/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for ARM/NaCl. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2014 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -42,10 +42,6 @@ #ifdef __ASSEMBLER__ -/* We use DWARF2 CFI, not EABI unwind info. */ -# undef CFI_SECTIONS -# define CFI_SECTIONS .cfi_sections .eh_frame, .debug_frame - # undef eabi_fnstart # define eabi_fnstart # undef eabi_fnend