Comments
Patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.97
@@ -58,14 +58,14 @@
Note that code tuned for Itanium2 should also run correctly on Itanium1.</li>
<li>GCC now generates unwind info also for epilogues. DWARF debuginfo
- generated by GCC now uses more features of DWARF3 than it used to
- do and also some DWARF4 features. GDB older than 7.0 is not able to
+ generated by GCC now uses more features of DWARF3 than before, and
+ also some DWARF4 features. GDB older than 7.0 is not able to
handle either of these, so to debug GCC 4.5 generated binaries or
libraries GDB 7.0 or later is needed. You can disable use of DWARF4
- features with <code>-gdwarf-3 -gstrict-dwarf</code> options, or with
- <code>-gdwarf-2 -gstrict-dwarf</code> restrict GCC to just DWARF2
- standard, but epilogue unwind info is emitted unconditionally whenever
- unwind info is emitted. </li>
+ features with the <code>-gdwarf-3 -gstrict-dwarf</code> options, or
+ use <code>-gdwarf-2 -gstrict-dwarf</code> to restrict GCC to just
+ DWARF2, but epilogue unwind info is emitted unconditionally whenever
+ unwind info is emitted.</li>
<li>On x86 targets, code containing floating-point calculations may
run significantly slower when compiled with GCC 4.5 in strict C99