[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r14659 - in /branches/eglibc-2_14/libc: ChangeLog.eglibc elf/dl-support.c elf/rtld.c
- To: commits@xxxxxxxxxx
- Subject: [commits] r14659 - in /branches/eglibc-2_14/libc: ChangeLog.eglibc elf/dl-support.c elf/rtld.c
- From: joseph@xxxxxxxxxx
- Date: Fri, 22 Jul 2011 13:00:33 -0000
Author: joseph
Date: Fri Jul 22 06:00:31 2011
New Revision: 14659
Log:
2011-07-22 Denis Zaitceff <zaitceff@xxxxxxxxx>
* elf/dl-support.c, elf/rtld.c: Include <gnu/option-groups.h>.
Modified:
branches/eglibc-2_14/libc/ChangeLog.eglibc
branches/eglibc-2_14/libc/elf/dl-support.c
branches/eglibc-2_14/libc/elf/rtld.c
Modified: branches/eglibc-2_14/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_14/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_14/libc/ChangeLog.eglibc Fri Jul 22 06:00:31 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-22 Denis Zaitceff <zaitceff@xxxxxxxxx>
* Makerules (others-pie): Involve this new variable into EGLIBC's
Modified: branches/eglibc-2_14/libc/elf/dl-support.c
==============================================================================
--- branches/eglibc-2_14/libc/elf/dl-support.c (original)
+++ branches/eglibc-2_14/libc/elf/dl-support.c Fri Jul 22 06:00:31 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_14/libc/elf/rtld.c
==============================================================================
--- branches/eglibc-2_14/libc/elf/rtld.c (original)
+++ branches/eglibc-2_14/libc/elf/rtld.c Fri Jul 22 06:00:31 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>