This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[www/RFA] Remove references to libgdb in GDB's web pages


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  <brobecker@adacore.com>

  * 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
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</a>.</li>
 href="http://sourceware.org/gdb/current/onlinedocs/stabs_toc.html";>Stabs
 debug format documentation</a></li>
 
-<li><a href="http://sourceware.org/gdb/papers/libgdb2/";>The libGDB
-architecture</a>, Andrew Cagney
-
 <li><a href="http://sourceware.org/gdb/papers/multi-arch/"; >Notes
 on multi-arch work</a>
 
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]" /></a>
 <!-- body, update above using ../../gdb/index.sh -->
 
 <ul>
-<li> <a href="libgdb">The original libgdb v0.3 paper (deprecated)</a>
-<li> <a href="libgdb2">The current libgdb project</a>
 <li> <a href="multi-arch">Documents and papers on multi-arch</a>
 <li> <a href="linux">Notes on SSE registers for LINUX</a>
 </ul>
@@ -97,7 +95,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2007-07-31.</p>
+<p>Last modified 2009-03-26.</p>
 </address>
 
 </body>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]