[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r14660 - in /branches/eglibc-2_13/libc: ChangeLog.eglibc elf/dl-support.c elf/rtld.c



Author: joseph
Date: Fri Jul 22 06:01:10 2011
New Revision: 14660

Log:
2011-07-22  Denis Zaitceff  <zaitceff@xxxxxxxxx>

	* elf/dl-support.c, elf/rtld.c: Include <gnu/option-groups.h>.

Modified:
    branches/eglibc-2_13/libc/ChangeLog.eglibc
    branches/eglibc-2_13/libc/elf/dl-support.c
    branches/eglibc-2_13/libc/elf/rtld.c

Modified: branches/eglibc-2_13/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_13/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_13/libc/ChangeLog.eglibc Fri Jul 22 06:01:10 2011
@@ -1,3 +1,7 @@
+2011-07-22  Denis Zaitceff  <zaitceff@xxxxxxxxx>
+
+	* elf/dl-support.c, elf/rtld.c: Include <gnu/option-groups.h>.
+
 2011-07-06  Sebastan Andrzej Siewior  <bigeasy@xxxxxxxxxxxxx>
 
 	* sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__

Modified: branches/eglibc-2_13/libc/elf/dl-support.c
==============================================================================
--- branches/eglibc-2_13/libc/elf/dl-support.c (original)
+++ branches/eglibc-2_13/libc/elf/dl-support.c Fri Jul 22 06:01:10 2011
@@ -20,6 +20,7 @@
 /* This file defines some things that for the dynamic linker are defined in
    rtld.c and dl-sysdep.c in ways appropriate to bootstrap dynamic linking.  */
 
+#include <gnu/option-groups.h>
 #include <errno.h>
 #include <libintl.h>
 #include <stdlib.h>

Modified: branches/eglibc-2_13/libc/elf/rtld.c
==============================================================================
--- branches/eglibc-2_13/libc/elf/rtld.c (original)
+++ branches/eglibc-2_13/libc/elf/rtld.c Fri Jul 22 06:01:10 2011
@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <gnu/option-groups.h>
 #include <errno.h>
 #include <dlfcn.h>
 #include <fcntl.h>