From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14914 invoked by alias); 12 Oct 2009 09:56:03 -0000 Received: (qmail 14896 invoked by uid 48); 12 Oct 2009 09:56:02 -0000 Date: Mon, 12 Oct 2009 09:56:00 -0000 Message-ID: <20091012095602.14895.qmail@sourceware.org> From: "pierre dot poissinger at gmail dot com" To: gdb-prs@sourceware.org In-Reply-To: <20091007141132.10743.jan.kratochvil@redhat.com> References: <20091007141132.10743.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/10743] Process record doesn't support instruction 0xf6e X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00074.txt.bz2 ------- Additional Comments From pierre dot poissinger at gmail dot com 2009-10-12 09:56 ------- Too bad. I checked the glibc 2.10 src and the new string functions use SSE no matter what :-( - so no 'easy' workaround. So, unless you hack the glibc to support this workaround, I guess you could still create your own lib with strlen, strchr, strchrnul, strrchr, memchr, and rawmemchr and use preload to force ld to link with them instead of glibc ones. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10743 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.