* bfd.h: new get_relocated_section_contents decl
[deliverable/binutils-gdb.git] / include / coff-i386.h
index cc79c56d5620a35e390832b3d70853ada6983c8c..0683692ff77eed97d3cdc4711bab2af0886a4ed8 100755 (executable)
@@ -110,6 +110,7 @@ struct external_scnhdr {
 #define _TEXT  ".text"
 #define _DATA  ".data"
 #define _BSS   ".bss"
+#define _COMMENT ".comment"
 
 /*
  * s_flags "type"
@@ -161,14 +162,14 @@ struct external_lineno {
 
 /********************** SYMBOLS **********************/
 
-#define SYMNMLEN       8       /* # characters in a symbol name        */
-#define FILNMLEN       14      /* # characters in a file name          */
-#define DIMNUM         4       /* # array dimensions in auxiliary entry */
+#define E_SYMNMLEN     8       /* # characters in a symbol name        */
+#define E_FILNMLEN     14      /* # characters in a file name          */
+#define E_DIMNUM       4       /* # array dimensions in auxiliary entry */
 
 struct external_syment 
 {
   union {
-    char e_name[SYMNMLEN];
+    char e_name[E_SYMNMLEN];
     struct {
       char e_zeroes[4];
       char e_offset[4];
@@ -256,14 +257,14 @@ union external_auxent {
                            char x_endndx[4];   /* entry ndx past block end */
                        } x_fcn;
                        struct {                /* if ISARY, up to 4 dimen. */
-                           char x_dimen[DIMNUM][2];
+                           char x_dimen[E_DIMNUM][2];
                        } x_ary;
                } x_fcnary;
                char x_tvndx[2];                /* tv index */
        } x_sym;
 
        union {
-               char x_fname[FILNMLEN];
+               char x_fname[E_FILNMLEN];
                struct {
                        char x_zeroes[4];
                        char x_offset[4];
This page took 0.029012 seconds and 4 git commands to generate.