about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-05-19 18:43:36 +0000
committerJakub Jelinek <jakub@redhat.com>2008-05-19 18:43:36 +0000
commit84aacd93b4dbc3eec6bcaf527c8874701f438a0c (patch)
tree7c209a98e53c5749e05e5b49be8a6fb11a5a1438
parent5908f779e76e24827c0c6f38f2b7a0f857333bcb (diff)
downloadglibc-84aacd93b4dbc3eec6bcaf527c8874701f438a0c.tar.gz
glibc-84aacd93b4dbc3eec6bcaf527c8874701f438a0c.tar.xz
glibc-84aacd93b4dbc3eec6bcaf527c8874701f438a0c.zip
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
2008-05-19  Jakub Jelinek  <jakub@redhat.com>

	* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
-rw-r--r--ChangeLog4
-rw-r--r--elf/soinit.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f054e8a46c..6023aac430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-19  Jakub Jelinek  <jakub@redhat.com>
+
+	* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
+
 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
 
 	* resolv/res_query.c (__libc_res_nquery): In case one of two
diff --git a/elf/soinit.c b/elf/soinit.c
index c0a881ef5d..6fecbb5674 100644
--- a/elf/soinit.c
+++ b/elf/soinit.c
@@ -20,10 +20,6 @@ run_hooks (void (*const list[]) (void))
     (**list) ();
 }
 
-static const char __EH_FRAME_BEGIN__[]
-  __attribute__ ((used, section (".eh_frame")))
-  = { };
-
 /* This function will be called from _init in init-first.c.  */
 void
 __libc_global_ctors (void)