Skip to content

Commit

Permalink
* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
Browse files Browse the repository at this point in the history
2008-05-19  Jakub Jelinek  <jakub@redhat.com>

	* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
  • Loading branch information
Jakub Jelinek committed May 19, 2008
1 parent 5908f77 commit 84aacd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions elf/soinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 84aacd9

Please sign in to comment.