[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] Backport fix for undefined reference to `_begin' to 2.9
- To: patches@xxxxxxxxxx
- Subject: [patches] Backport fix for undefined reference to `_begin' to 2.9
- From: Khem Raj <raj.khem@xxxxxxxxx>
- Date: Wed, 15 Jul 2009 15:02:50 -0700
Hi
With cvs binutils eglibc 2.9 build fails with following error
rtld.c:(.text+0x2fe): undefined reference to `_begin'
Backport of this patch
http://sourceware.org/git/?p=glibc.git;a=commit;f=elf/Makefile;h=7c8a67320e26b8c11108bf0a3410d3aef9cf3486
Fixes the problem.
Should we apply this patch to 2.9 branch ?
Thanks
-Khem