en-US/Devel-Tools.xml

John J. McDonough jjmcd at fedoraproject.org
Thu Apr 30 17:15:08 UTC 2009


 en-US/Devel-Tools.xml |   59 +++++++++++++++++++++++++++++++-------------------
 1 file changed, 37 insertions(+), 22 deletions(-)

New commits:
commit 9e922682aa4d46f1e5337ead1cafe2339623db7d
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Apr 30 13:14:44 2009 -0400

    Correct tagging error

diff --git a/en-US/Devel-Tools.xml b/en-US/Devel-Tools.xml
index a65a0b4..4961cb6 100644
--- a/en-US/Devel-Tools.xml
+++ b/en-US/Devel-Tools.xml
@@ -54,11 +54,11 @@
 	    <package>gcc-gnat</package>, and
 	    <package>gcc-objc</package>.
 	    <warning>
-	      <title>Some of the changes involve syntax changes that have
-	      the potential to break existing code.</title>
-	      <para>Please review the NEWS files at <ulink
-	      type="http" url="http://gcc.gnu.org"/> carefully
-	      before upgrading.
+	      <title>Syntax Changes</title>
+	      <para>Some of the changes involve syntax changes that
+	      have the potential to break existing code. Please review
+	      the NEWS files at <ulink type="http"
+	      url="http://gcc.gnu.org"/> carefully before upgrading.
 	      </para>
 	    </warning>
 	  </para>
@@ -222,34 +222,47 @@
 	    Complete rewrite of the NASM assembler.
 	    Changes from 0.7.1 to 0.7.2:
 	    <itemizedlist>
+
 	      <listitem><para>Add PIC support to 64-bit
 	      Mach-O.</para></listitem>
 	      <listitem><para>Add <option>--prefix</option> and
 	      <option>--suffix</option> options for naming
 	      globals.</para></listitem>
-	      <listitem><para>Make <command>rel foo wrt ..gotpc</command> generate
-	      <computeroutput>GOTPCREL</computeroutput> in elf64 (alias for <command>rel foo wrt
+
+	      <listitem><para>Make <command>rel foo wrt
+	      ..gotpc</command> generate
+	      <computeroutput>GOTPCREL</computeroutput> in elf64
+	      (alias for <command>rel foo wrt
 	      ..gotpcrel</command>).</para></listitem>
+
 	      <listitem><para>Add support for newly specified AVX/AES
 	      instructions not in original spec.</para></listitem>
+
 	      <listitem><para>Remove invalid 256-bit form of
 	      VPBLENDVB.</para></listitem>
+
 	      <listitem><para>Optimize non-strict push with 66h override
 	      to byte size if possible.</para></listitem>
+
 	      <listitem><para>Fix address printing in bin map
 	      file.</para></listitem>
+
 	      <listitem><para>Fix GAS syntax handling of no section
 	      flags.</para></listitem>
+
 	      <listitem><para>Name the absolute symbol in
 	      <filename>coff/win32/win64</filename> output.</para></listitem>
+
 	      <listitem><para>Miscellaneous other
 	      fixes.</para></listitem>
+
 	    </itemizedlist>
 	  </para>
 	</listitem>
       </varlistentry>
     </variablelist>
   </section>
+
   <section>
     <title>Debug tools</title>
     <variablelist>
@@ -270,28 +283,29 @@
 	    11 contains patches and modifications not in the upstream
 	    GDB. Notable changes from upstream include:
 	    <itemizedlist>
-	      <listitem>GDB can debug programs compiled with
-	      <command>-fpie</command>.</listitem>
+	      <listitem><para>GDB can debug programs compiled with
+	      <command>-fpie</command>.</para></listitem>
 
-	      <listitem>GDB can be scripted using Python. This is used
-	      to support the new type-specific pretty-printing
-	      feature.</listitem>
+	      <listitem><para>GDB can be scripted using Python. This
+	      is used to support the new type-specific pretty-printing
+	      feature.</para></listitem>
 
-	      <listitem>GDB lazily reads debug info, resulting in
-	      faster startup when the debugee uses many shared
-	      libraries.</listitem>
+	      <listitem><para>GDB lazily reads debug info, resulting
+	      in faster startup when the debugee uses many shared
+	      libraries.</para></listitem>
 
-	      <listitem>A new "catch syscall" command has been
+	      <listitem><para>A new "catch syscall" command has been
 	      added. This will cause GDB to stop your program when a
-	      syscall is entered or exited.</listitem>
+	      syscall is entered or exited.</para></listitem>
 
-	      <listitem>C++ debugging support has been improved. The
-	      expression parser handles more cases correctly, and GDB
-	      can now properly handle exceptions thrown during an
-	      inferior function call.</listitem>
+	      <listitem><para>C++ debugging support has been
+	      improved. The expression parser handles more cases
+	      correctly, and GDB can now properly handle exceptions
+	      thrown during an inferior function
+	      call.</para></listitem>
 
 	    </itemizedlist>
-	  </para>
+
 	    <warning>
 	      <title>The Python API is unstable</title>
 	      <para>The Python API to GDB is still under development.
@@ -299,6 +313,7 @@
 	      the API will remain compatible
 	      </para>
 	    </warning>
+	  </para>
 
 	</listitem>
       </varlistentry>





More information about the Fedora-docs-commits mailing list