r643 - in trunk/BOOK/final-system: common multilib
manuel at linuxfromscratch.org
manuel at linuxfromscratch.org
Mon Nov 7 12:00:56 MST 2005
Author: manuel
Date: 2005-11-07 12:00:55 -0700 (Mon, 07 Nov 2005)
New Revision: 643
Removed:
trunk/BOOK/final-system/multilib/aboutdebug.xml
Modified:
trunk/BOOK/final-system/common/aboutdebug.xml
Log:
Removed an unused file.
Modified: trunk/BOOK/final-system/common/aboutdebug.xml
===================================================================
--- trunk/BOOK/final-system/common/aboutdebug.xml 2005-11-06 18:29:07 UTC (rev 642)
+++ trunk/BOOK/final-system/common/aboutdebug.xml 2005-11-07 19:00:55 UTC (rev 643)
@@ -8,7 +8,7 @@
<sect1 id="ch-system-aboutdebug">
<?dbhtml filename="aboutdebug.html"?>
- <title os="a">About Debugging Symbols</title>
+ <title>About Debugging Symbols</title>
<para>Most programs and libraries are, by default, compiled with debugging
symbols included (with <command>gcc</command>'s <option>-g</option> option).
@@ -16,11 +16,11 @@
debugging information included, the debugger can provide not only memory
addresses, but also the names of the routines and variables.</para>
- <para os="b">However, the inclusion of these debugging symbols enlarges a
+ <para>However, the inclusion of these debugging symbols enlarges a
program or library significantly. The following is an example of the
amount of space these symbols occupy:</para>
- <itemizedlist os="c">
+ <itemizedlist>
<listitem>
<para>a bash binary with debugging symbols: 1200 KB</para>
</listitem>
@@ -37,11 +37,11 @@
</listitem>
</itemizedlist>
- <para os="d">Sizes may vary depending on which compiler and C library were used,
+ <para>Sizes may vary depending on which compiler and C library were used,
but when comparing programs with and without debugging symbols, the
difference will usually be a factor between two and five.</para>
- <para os="e">Because most users will never use a debugger on their system software,
+ <para>Because most users will never use a debugger on their system software,
a lot of disk space can be regained by removing these symbols. The next
section shows how to strip all debugging symbols from the programs and
libraries. Additional information on system optimization can be found at
Deleted: trunk/BOOK/final-system/multilib/aboutdebug.xml
===================================================================
--- trunk/BOOK/final-system/multilib/aboutdebug.xml 2005-11-06 18:29:07 UTC (rev 642)
+++ trunk/BOOK/final-system/multilib/aboutdebug.xml 2005-11-07 19:00:55 UTC (rev 643)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../../general.ent">
- %general-entities;
-]>
-
-<sect1 id="ch-system-aboutdebug">
- <?dbhtml filename="aboutdebug.html"?>
-
- <title>About Debugging Symbols</title>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/aboutdebug.xml"
- xpointer="xpointer(//*[@os='a'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/aboutdebug.xml"
- xpointer="xpointer(//*[@os='b'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/aboutdebug.xml"
- xpointer="xpointer(//*[@os='c'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/aboutdebug.xml"
- xpointer="xpointer(//*[@os='d'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/aboutdebug.xml"
- xpointer="xpointer(//*[@os='e'])"/>
-
-</sect1>
More information about the cross-lfs
mailing list