From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9006 invoked by alias); 1 Sep 2007 13:25:42 -0000 Received: (qmail 8996 invoked by uid 22791); 1 Sep 2007 13:25:41 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Sep 2007 13:25:34 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l81DPEPV002919; Sat, 1 Sep 2007 15:25:14 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l81DPEHK015069; Sat, 1 Sep 2007 15:25:14 +0200 (CEST) Date: Sat, 01 Sep 2007 13:25:00 -0000 Message-Id: <200709011325.l81DPEHK015069@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: eliz@gnu.org, gdb-patches@sourceware.org, roland@redhat.com In-reply-to: <20070901131212.GA32719@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Sat, 1 Sep 2007 15:12:12 +0200) Subject: Re: [patch] build-id .debug files load (like .gnu_debuglink) References: <20070824180450.GA4216@host0.dyn.jankratochvil.net> <20070824182028.GA19512@caradoc.them.org> <20070825224914.GA11255@host0.dyn.jankratochvil.net> <20070825235805.GA11876@caradoc.them.org> <20070826094053.GA31348@host0.dyn.jankratochvil.net> <20070901081934.GA31205@host0.dyn.jankratochvil.net> <20070901113530.GA30667@host0.dyn.jankratochvil.net> <20070901131212.GA32719@host0.dyn.jankratochvil.net> 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 X-SW-Source: 2007-09/txt/msg00006.txt.bz2 > Date: Sat, 1 Sep 2007 15:12:12 +0200 > From: Jan Kratochvil > > +@item > +Build ID gets embedded into the main executable using @code{ld --build-id} or > +the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus > +compatibility fixes for debug files separation are present in @sc{gnu} binary > +utilities (Binutils) since version 2.17.50.0.18. > +@end itemize I think we should stick with references to official GNU releases in our documentation.