Add note about endianess of the stabs-in-elf stabs binary data.
authorFred Fish <fnf@specifix.com>
Fri, 18 Jun 1993 19:24:44 +0000 (19:24 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 18 Jun 1993 19:24:44 +0000 (19:24 +0000)
gdb/doc/stabs.texinfo

index 2995ac17a13cd131828e55bdec2508cd42bdd5b7..93a251a395a579cfebe84767c29f49c24657e8cf 100644 (file)
@@ -3863,7 +3863,9 @@ sections containing any arbitrary data.  To use stabs in ELF object files,
 the tools create two custom sections, a ".stab" section which contains
 an array of fixed length structures, one struct per stab, and a ".stabstr"
 section containing all the variable length strings that are referenced by
-stabs in the ".stab" section.
+stabs in the ".stab" section.  The byte order of the stabs binary data
+matches the byte order of the ELF file itself, as determined from the
+EI_DATA field in the e_ident member of the ELF header.
 
 The first stab in the ".stab" section for each object file is a "synthetic
 stab", generated entirely by the assembler, with no corresponding ".stab"
This page took 0.028149 seconds and 4 git commands to generate.