From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2670 invoked by alias); 11 Sep 2014 16:25:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2659 invoked by uid 89); 11 Sep 2014 16:25:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f179.google.com Received: from mail-yk0-f179.google.com (HELO mail-yk0-f179.google.com) (209.85.160.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 11 Sep 2014 16:25:57 +0000 Received: by mail-yk0-f179.google.com with SMTP id 142so3535764ykq.10 for ; Thu, 11 Sep 2014 09:25:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.67.73 with SMTP id i49mr2469721yhd.17.1410452755013; Thu, 11 Sep 2014 09:25:55 -0700 (PDT) Received: by 10.170.66.138 with HTTP; Thu, 11 Sep 2014 09:25:54 -0700 (PDT) Date: Thu, 11 Sep 2014 16:25:00 -0000 Message-ID: Subject: time to workaround libc/13097 in fsf gdb? From: Doug Evans To: Jan Kratochvil , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00361.txt.bz2 Hi. It's been three years and various people are doing similar things to deal with glibc's that are out there (regardless of whatever glibc decides to do). http://sourceware.org/ml/gdb-patches/2011-08/msg00331.html As for the patch itself, I wonder if the "fix" belongs in solib-svr4.c instead of solib.c. E.g., where we compare the so name with "", also check for linux-vdso.so.1 and linux-gate.so.1 ?