diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-03-14 12:41:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-03-14 12:41:52 -0700 |
commit | b6561026ab333cbc88dcf440da230e48c3e0a697 (patch) | |
tree | 3cd956ac3f3f85fdc93d16b3d6ea20b302d504f5 | |
parent | d1718a99c06a763ee4896bfad798040011e6445c (diff) | |
download | glibc-b6561026ab333cbc88dcf440da230e48c3e0a697.zip glibc-b6561026ab333cbc88dcf440da230e48c3e0a697.tar.gz glibc-b6561026ab333cbc88dcf440da230e48c3e0a697.tar.bz2 |
No longer using .eh_frame, so don't emit it from assembly code.
-rw-r--r-- | sysdeps/arm/nacl/sysdep.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h index 71c3e13..2671897 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 |