--- /dev/null
+H1 {
+ font-size: 3em;
+ margin-top: 0.3em;
+ margin-bottom: 0.2em;
+ font-weight: bold;
+ color: rgb( 0, 102, 0 );
+ text-align: center;
+}
+
+BODY, TD, CITE, A, P, UL, DL, DIV {
+ font-family: sans;
+ color: rgb( 0, 0, 0 );
+}
+
+TD:not(.tight > TD) {
+ font-size: 12pt;
+}
+
+
+.tight, .tight > TD {
+ font-size: 10pt;
+}
+
+TD, TH {
+ border: 1px dotted grey;
+}
+
+DT { font-family: mono; font-size: 9pt; }
+DD { font-family: sans; font-size: 9pt;
+ margin-left: 12pt; padding-bottom: 3pt; }
+
+A:link, A:visited, A:active, A.fake { font-weight: bold; text-decoration: none; }
+A:link { color: rgb( 0, 102, 0 ); }
+A.fake, A:visited { color: rgb( 0, 128, 0 ); }
+A:active { color: rgb( 0, 179, 0 ); }
+
+DIV.abstract {
+ overflow: hidden;
+ border-width: 0;
+ text-align: justify;
+}
+
+DIV.content {
+ padding-top: 8px;
+ padding-left: 10%;
+ padding-right: 10%;
+ overflow: hidden;
+ border-width: 0;
+ text-align: left;
+}
+
+DIV.list { font-family: mono; font-size: 9pt;
+ margin-left: 12pt; padding-bottom: 3pt; }
+
+HR {
+ display: block;
+ margin-top: 1.5em;
+ margin-bottom: 1em;
+ border-style: inset;
+ border-width: 1px;
+}
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+ <HEAD>
+ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
+ <META NAME="description"
+ CONTENT="debugedit, programs and scripts for creating debuginfo and source file distributions,">
+ <META NAME="keywords"
+ CONTENT="debugedit ELF DWARF debuginfo debugsources .debug">
+ <LINK HREF="default.css" REL="stylesheet" TYPE="text/css">
+ <TITLE>The debugedit project</TITLE>
+ </HEAD>
+ <BODY>
+ <H1>DEBUGEDIT</H1>
+ <DIV CLASS="content">
+
+ <CENTER>
+ <TABLE BORDER=0 WIDTH="85%" BGCOLOR="#C8C0C8" CELLPADDING=15 CELLSPACING=5>
+ <TR><TD>
+ <DIV CLASS="abstract">
+ <A HREF="https://soureceware.org/debugedit/">debugedit</A> provides
+ programs and scripts for creating debuginfo and source file
+ distributions, collect build-ids and rewrite source paths in DWARF
+ data for debugging, tracing and profiling.
+ </DIV>
+ <DIV>
+ </TD></TR>
+ </TABLE>
+ </CENTER>
+
+ <P>
+ The current <A HREF="https://sourceware.org/git/?p=debugedit.git;a=summary">debugedit source code</A> can be checked out with:
+ </P>
+ <DIV><TT>git clone git://sourceware.org/git/debug.git</TT></DIV>
+
+ <P>
+ Please reports bugs at <A HREF="https://sourceware.org/bugzilla/">https://sourceware.org/bugzilla/</A>
+ </P>
+
+ <P>
+ Project discussion on <A HREF="mailto:debugedit@sourceware.org">debugedit@sourceware.org</A> (<A HREF="https://sourceware.org/ml/debugedit/">archives</A>).
+
+ <P>
+ To subscribe to the debugedit list send email to
+ <A HREF="mailto:debugedit-subscribe@sourceware.org">debugedit-subscribe@sourceware.org</A>.
+ Or use the form at <A HREF="https://sourceware.org/mailman/listinfo/debugedit">https://sourceware.org/mailman/listinfo/debugedit</A>.
+ </P>
+
+ <P>
+ See the <A HREF="https://sourceware.org/git/?p=debugedit.git;a=blob_plain;f=README;hb=HEAD">README</A> file for how to propose patches to the code.
+ </P>
+
+ <P>Releases:
+ <A HREF="ftp://sourceware.org/pub/debugedit/">ftp://sourceware.org/pub/debugedit/</A> or <A HREF="https://sourceware.org/ftp/debugedit/">https://sourceware.org/ftp/debugedit/</A>
+ </P>
+
+ <P>The debugedit code is based on code originally from the
+ <A HREF="https://rpm.org/">rpm</A> project
+ plus <A HREF="https://gcc.gnu.org/onlinedocs/libiberty/"libiberty</A>
+ and <A HREF="https://www.gnu.org/software/binutils/">binutils</A>.
+ It depends on the <A HREF="http://elfutils.org">elfutils</A> libelf and
+ libdw libraries to read and write ELF files, DWARF data and build-ids.
+ </P>
+
+ <CENTER><HR WIDTH="95%"></CENTER>
+
+ <IMG SRC="gplv3-88x31.png" ALT="[GPLv3 logo]" ALIGN="right" HSPACE="40em">
+ <DIV ALIGN="center">
+ The debuginfo project as a whole can be redistributed under the GPLv3+.
+ Some individual source files may also be redistributed under the
+ GPLv2+ or under the LGPLv2+. See the headers of the individual to learn
+ which licenses apply. All licenses used are upward compatible with GPLv3+.
+ </DIV>
+
+ <CENTER><HR WIDTH="95%"></CENTER>
+
+ </DIV>
+ </BODY>
+</HTML>