This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: test if possible


On 5/8/2011 11:37 PM, Ulrich Drepper wrote:
In the next days 2.14 should probably be released.  I've fixed a few
more bugs and might do some more work tomorrow.  If you have a chance
give the current git tree a twirl.

When enabling lower linux kernel versions I see the following.


In libio/freopen64.c and libio/freopen.c the use of dup2 regresses the check-localplt test with:

--- ../scripts/data/localplt-i386-linux-gnu.data 2011-02-17 16:54:08.071056456 -0500
+++ - 2011-05-18 21:32:21.236155128 -0400
@@ -1,5 +1,6 @@
libc.so: _Unwind_Find_FDE
libc.so: calloc
+libc.so: dup2
libc.so: free
libc.so: malloc
libc.so: memalign


The code in libio/freopen64.c and libio/freopen.c should call __dup2.

Cheers,
Carlos.
--
Carlos O'Donell
Mentor Graphics / CodeSourcery
carlos@codesourcery.com
+1 (650) 331-3385 x716


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]