home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / include / coff / h8300.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-08  |  5.1 KB  |  209 lines

  1. /*** coff information for Hitachi H8/300 and H8/300-H */
  2.  
  3. /********************** FILE HEADER **********************/
  4.  
  5. struct external_filehdr {
  6.     char f_magic[2];    /* magic number            */
  7.     char f_nscns[2];    /* number of sections        */
  8.     char f_timdat[4];    /* time & date stamp        */
  9.     char f_symptr[4];    /* file pointer to symtab    */
  10.     char f_nsyms[4];    /* number of symtab entries    */
  11.     char f_opthdr[2];    /* sizeof(optional hdr)        */
  12.     char f_flags[2];    /* flags            */
  13. };
  14.  
  15.  
  16.  
  17. #define    H8300MAGIC    0x8300
  18. #define    H8300HMAGIC    0x8301
  19.  
  20.  
  21. #define H8300BADMAG(x) (((x).f_magic!=H8300MAGIC))
  22. #define H8300HBADMAG(x) (((x).f_magic!=H8300HMAGIC))
  23.  
  24. #define    FILHDR    struct external_filehdr
  25. #define    FILHSZ    sizeof(FILHDR)
  26.  
  27.  
  28. /********************** AOUT "OPTIONAL HEADER" **********************/
  29.  
  30.  
  31. typedef struct 
  32. {
  33.   char     magic[2];        /* type of file                */
  34.   char    vstamp[2];        /* version stamp            */
  35.   char    tsize[4];        /* text size in bytes, padded to FW bdry*/
  36.   char    dsize[4];        /* initialized data "  "        */
  37.   char    bsize[4];        /* uninitialized data "   "        */
  38.   char    entry[4];        /* entry pt.                */
  39.   char     text_start[4];        /* base of text used for this file */
  40.   char     data_start[4];        /* base of data used for this file */
  41. }
  42. AOUTHDR;
  43.  
  44.  
  45. #define AOUTHDRSZ (sizeof(AOUTHDR))
  46. #define AOUTSZ (sizeof(AOUTHDR))
  47.  
  48.  
  49.  
  50.  
  51. /********************** SECTION HEADER **********************/
  52.  
  53.  
  54. struct external_scnhdr {
  55.     char        s_name[8];    /* section name            */
  56.     char        s_paddr[4];    /* physical address, aliased s_nlib */
  57.     char        s_vaddr[4];    /* virtual address        */
  58.     char        s_size[4];    /* section size            */
  59.     char        s_scnptr[4];    /* file ptr to raw data for section */
  60.     char        s_relptr[4];    /* file ptr to relocation    */
  61.     char        s_lnnoptr[4];    /* file ptr to line numbers    */
  62.     char        s_nreloc[2];    /* number of relocation entries    */
  63.     char        s_nlnno[2];    /* number of line number entries*/
  64.     char        s_flags[4];    /* flags            */
  65. };
  66.  
  67. /*
  68.  * names of "special" sections
  69.  */
  70. #define _TEXT    ".text"
  71. #define _DATA    ".data"
  72. #define _BSS    ".bss"
  73.  
  74.  
  75. #define    SCNHDR    struct external_scnhdr
  76. #define    SCNHSZ    sizeof(SCNHDR)
  77.  
  78.  
  79. /********************** LINE NUMBERS **********************/
  80.  
  81. /* 1 line number entry for every "breakpointable" source line in a section.
  82.  * Line numbers are grouped on a per function basis; first entry in a function
  83.  * grouping will have l_lnno = 0 and in place of physical address will be the
  84.  * symbol table index of the function name.
  85.  */
  86. struct external_lineno {
  87.     union {
  88.         char l_symndx[4];    /* function name symbol index, iff l_lnno == 0*/
  89.         char l_paddr[4];    /* (physical) address of line number    */
  90.     } l_addr;
  91.     char l_lnno[4];    /* line number        */
  92. };
  93.  
  94. #define GET_LINENO_LNNO(abfd, ext) bfd_h_get_32(abfd, (bfd_byte *) (ext->l_lnno));
  95. #define PUT_LINENO_LNNO(abfd,val, ext) bfd_h_put_32(abfd,val,  (bfd_byte *) (ext->l_lnno));
  96.  
  97. #define    LINENO    struct external_lineno
  98. #define    LINESZ    sizeof(LINENO) 
  99.  
  100.  
  101. /********************** SYMBOLS **********************/
  102.  
  103. #define E_SYMNMLEN    8    /* # characters in a symbol name    */
  104. #define E_FILNMLEN    14    /* # characters in a file name        */
  105. #define E_DIMNUM    4    /* # array dimensions in auxiliary entry */
  106.  
  107. struct external_syment 
  108. {
  109.   union {
  110.     char e_name[E_SYMNMLEN];
  111.     struct {
  112.       char e_zeroes[4];
  113.       char e_offset[4];
  114.     } e;
  115.   } e;
  116.   char e_value[4];
  117.   char e_scnum[2];
  118.   char e_type[2];
  119.   char e_sclass[1];
  120.   char e_numaux[1];
  121. };
  122.  
  123.  
  124.  
  125. #define N_BTMASK    (017)
  126. #define N_TMASK        (060)
  127. #define N_BTSHFT    (4)
  128. #define N_TSHIFT    (2)
  129.   
  130.  
  131. union external_auxent {
  132.     struct {
  133.         char x_tagndx[4];    /* str, un, or enum tag indx */
  134.         union {
  135.             struct {
  136.                 char  x_lnno[2]; /* declaration line number */
  137.                 char  x_size[2]; /* str/union/array size */
  138.             } x_lnsz;
  139.             char x_fsize[4];    /* size of function */
  140.         } x_misc;
  141.         union {
  142.             struct {        /* if ISFCN, tag, or .bb */
  143.                 char x_lnnoptr[4];    /* ptr to fcn line # */
  144.                 char x_endndx[4];    /* entry ndx past block end */
  145.             } x_fcn;
  146.             struct {        /* if ISARY, up to 4 dimen. */
  147.                 char x_dimen[E_DIMNUM][2];
  148.             } x_ary;
  149.         } x_fcnary;
  150.         char x_tvndx[2];        /* tv index */
  151.     } x_sym;
  152.  
  153.     union {
  154.         char x_fname[E_FILNMLEN];
  155.         struct {
  156.             char x_zeroes[4];
  157.             char x_offset[4];
  158.         } x_n;
  159.     } x_file;
  160.  
  161.     struct {
  162.         char x_scnlen[4];            /* section length */
  163.         char x_nreloc[2];    /* # relocation entries */
  164.         char x_nlinno[2];    /* # line numbers */
  165.     } x_scn;
  166.  
  167.         struct {
  168.         char x_tvfill[4];    /* tv fill value */
  169.         char x_tvlen[2];    /* length of .tv */
  170.         char x_tvran[2][2];    /* tv range */
  171.     } x_tv;        /* info about .tv section (in auxent of symbol .tv)) */
  172.  
  173.  
  174. };
  175.  
  176. #define    SYMENT    struct external_syment
  177. #define    SYMESZ    18    
  178. #define    AUXENT    union external_auxent
  179. #define    AUXESZ    18
  180.  
  181.  
  182.  
  183. /********************** RELOCATION DIRECTIVES **********************/
  184.  
  185. /* The external reloc has an offset field, because some of the reloc
  186.    types on the h8 don't have room in the instruction for the entire
  187.    offset - eg the strange jump and high page addressing modes */
  188.  
  189. struct external_reloc {
  190.   char r_vaddr[4];
  191.   char r_symndx[4];
  192.   char r_offset[4];
  193.   char r_type[2];
  194.   char r_stuff[2];
  195. };
  196.  
  197.  
  198. #define RELOC struct external_reloc
  199. #define RELSZ 16
  200.  
  201. #define DEFAULT_DATA_SECTION_ALIGNMENT 4
  202. #define DEFAULT_BSS_SECTION_ALIGNMENT 4
  203. #define DEFAULT_TEXT_SECTION_ALIGNMENT 4
  204. /* For new sections we havn't heard of before */
  205. #define DEFAULT_SECTION_ALIGNMENT 4
  206.  
  207.  
  208.  
  209.