From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25629 invoked by alias); 30 Nov 2007 19:49:23 -0000 Received: (qmail 25580 invoked by uid 48); 30 Nov 2007 19:49:11 -0000 Date: Fri, 30 Nov 2007 19:49:00 -0000 From: "rth at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com Message-ID: <20071130194911.5436.rth@gcc.gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/5436] New: makecontext doesn't copy longs on x86_64 X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00117.txt.bz2 The x86_64 version of makecontext copies ints from va_arg, despite the fact that copying longs would be just as easy, and more useful. -- Summary: makecontext doesn't copy longs on x86_64 Product: glibc Version: unspecified Status: NEW Severity: minor Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: rth at gcc dot gnu dot org CC: glibc-bugs at sources dot redhat dot com GCC target triplet: x86_64-linux http://sourceware.org/bugzilla/show_bug.cgi?id=5436 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.