From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19408 invoked by alias); 26 Mar 2009 22:07:01 -0000 Received: (qmail 19400 invoked by uid 22791); 26 Mar 2009 22:07:00 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Mar 2009 22:06:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DA52F2BAC46 for ; Thu, 26 Mar 2009 18:06:52 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GrWJvIhyIjZk for ; Thu, 26 Mar 2009 18:06:52 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9D7752BAC42 for ; Thu, 26 Mar 2009 18:06:52 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id ADC5B5BD21; Thu, 26 Mar 2009 15:06:44 -0700 (PDT) Date: Thu, 26 Mar 2009 22:23:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [www/RFA] Remove references to libgdb in GDB's web pages Message-ID: <20090326220644.GC11916@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-03/txt/msg00599.txt.bz2 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 806 Apparently, people can be mislead by these ancient papers that no longer represent the direction that we want to take in terms of GDB development, so Daniel suggested that we remove them. Attached is a patch that removes the links to the papers on libgdb. We can also delete papers/libgdb and papers/libgdb2 which are the papers themselves. (note that papers/index.html seems to be orphaned) 2009-03-26 Joel Brobecker * documentation/index.html: Remove a reference to a libgdb paper. * papers/index.html: Remove references to both libgdb papers. * papers/libgdb: Delete this directory. * papers/libgdb2: Delete this directory. Any objection? PS: I made a change to documentation/index.html just earlier today, so the last-changed date does not change. -- Joel --jRHKVT23PllUwdXP Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="www-libgdb.diff" Content-length: 1616 Index: documentation/index.html =================================================================== RCS file: /cvs/gdb/htdocs/documentation/index.html,v retrieving revision 1.45 diff -u -p -r1.45 index.html --- documentation/index.html 26 Mar 2009 16:33:35 -0000 1.45 +++ documentation/index.html 26 Mar 2009 21:57:20 -0000 @@ -120,9 +120,6 @@ Maintainers of GNU Software. href="http://sourceware.org/gdb/current/onlinedocs/stabs_toc.html">Stabs debug format documentation -
  • The libGDB -architecture, Andrew Cagney -
  • Notes on multi-arch work Index: papers/index.html =================================================================== RCS file: /cvs/gdb/htdocs/papers/index.html,v retrieving revision 1.35 diff -u -p -r1.35 index.html --- papers/index.html 7 Aug 2007 23:48:49 -0000 1.35 +++ papers/index.html 26 Mar 2009 21:57:20 -0000 @@ -50,8 +50,6 @@ Fish]" /> @@ -97,7 +95,7 @@ Floor, Boston, MA 02110-1301 USA.

    Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

    -

    Last modified 2007-07-31.

    +

    Last modified 2009-03-26.

    --jRHKVT23PllUwdXP--