From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5172 invoked by alias); 17 Jul 2013 18:53:09 -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 5163 invoked by uid 89); 17 Jul 2013 18:53:09 -0000 X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Jul 2013 18:53:09 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id r6HIqvQS007772; Wed, 17 Jul 2013 20:52:57 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id r6HIquNI026465; Wed, 17 Jul 2013 20:52:56 +0200 (CEST) Date: Wed, 17 Jul 2013 18:53:00 -0000 Message-Id: <201307171852.r6HIquNI026465@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: nicolas.blanc@intel.com CC: gdb-patches@sourceware.org, dje@google.com, nicolas.blanc@intel.com In-reply-to: <1374078455-906-6-git-send-email-nicolas.blanc@intel.com> (message from Nicolas Blanc on Wed, 17 Jul 2013 18:27:35 +0200) Subject: Re: [PATCH v12 5/5] Test adding and removing a symbol file at runtime. References: <1374078455-906-1-git-send-email-nicolas.blanc@intel.com> <1374078455-906-6-git-send-email-nicolas.blanc@intel.com> X-SW-Source: 2013-07/txt/msg00415.txt.bz2 > From: Nicolas Blanc > Date: Wed, 17 Jul 2013 18:27:35 +0200 > > +#include The header isn't standardized at all. So this testcase probably only compile on systems that use glibc as their C library. Might not even work on a significant fraction of systems that use a Linux kernel. Perhaps it is possible to use the headers from include/elf in the src tree instead?