[Lsb-messages] /var/www/bzr/lsb/devel/lsbspec r4071: Typo fixes, correctness fixes to DWARF section (bug 4070).

Jeff Licquia licquia at linuxfoundation.org
Thu Apr 9 14:28:34 UTC 2015


------------------------------------------------------------
revno: 4071
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: lsbspec
timestamp: Thu 2015-04-09 10:28:34 -0400
message:
  Typo fixes, correctness fixes to DWARF section (bug 4070).
modified:
  ELF/generic/objfmt/ehframe.sgml
-------------- next part --------------
=== modified file 'ELF/generic/objfmt/ehframe.sgml'
--- a/ELF/generic/objfmt/ehframe.sgml	2007-01-12 23:37:56 +0000
+++ b/ELF/generic/objfmt/ehframe.sgml	2015-04-09 14:28:34 +0000
@@ -303,7 +303,7 @@
 <ENTRY>Optional</ENTRY>
 </ROW>
 <ROW>
-<ENTRY>CIE Pointer</ENTRY>
+<ENTRY>FDE Pointer</ENTRY>
 <ENTRY>Required</ENTRY>
 </ROW>
 <ROW>
@@ -339,11 +339,11 @@
 <TERM><STRUCTFIELD>Length</STRUCTFIELD></TERM>
 <LISTITEM>
 <PARA>
-A 4 byte unsigned value indicating the length in bytes of the CIE structure,
+A 4 byte unsigned value indicating the length in bytes of the FDE structure,
 not including the <STRUCTFIELD>Length</STRUCTFIELD> field itself. If
 <STRUCTFIELD>Length</STRUCTFIELD> contains the value 0xffffffff, then the
 length is contained the <STRUCTFIELD>Extended Length</STRUCTFIELD> field.
-If <STRUCTFIELD>Length</STRUCTFIELD> contains the value 0, then this CIE shall
+If <STRUCTFIELD>Length</STRUCTFIELD> contains the value 0, then this FDE shall
 be considered a terminator and processing shall end.
 </PARA>
 </LISTITEM>
@@ -353,8 +353,10 @@
 <TERM><STRUCTFIELD>Extended Length</STRUCTFIELD></TERM>
 <LISTITEM>
 <PARA>
-A 8 byte unsigned value indicating the length in bytes of the CIE structure,
+A 8 byte unsigned value indicating the length in bytes of the FDE structure, 
 not including the <STRUCTFIELD>Length</STRUCTFIELD> field itself. 
+This field is not present unless the <STRUCTFIELD>Length</STRUCTFIELD> field
+contains the value 0xffffffff.
 </PARA>
 </LISTITEM>
 </VARLISTENTRY>
@@ -363,7 +365,7 @@
 <TERM><STRUCTFIELD>CIE Pointer</STRUCTFIELD></TERM>
 <LISTITEM>
 <PARA>
-A 4 byte unsigned value that when subtracted from the offset of the 
+A 4 byte unsigned value that when subtracted from the offset of 
 the CIE Pointer in the current FDE yields the offset of the start of
 the associated CIE.  This value shall never be 0.
 </PARA>



More information about the lsb-messages mailing list