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 / ChangeLog < prev    next >
Encoding:
Text File  |  1994-07-06  |  13.8 KB  |  439 lines

  1. Wed Jul  6 00:48:57 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  2.  
  3.     * alpha.h:  Add definitions for alpha file header flags, encoding
  4.     the object type of the file.
  5.  
  6. Mon Jun 20 13:47:01 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  7.  
  8.     * ecoff.h (ecoff_swap_tir_in): Remove declaration.
  9.     (ecoff_swap_tir_out): Likewise.
  10.     (ecoff_swap_rndx_in, ecoff_swap_rndx_out): Likewise.
  11.     (struct ecoff_debug_swap): Add new fields: swap_tir_in,
  12.     swap_rndx_in, swap_tir_out, swap_rndx_out, read_debug_info.
  13.  
  14. Sun Jun 12 03:51:52 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  15.  
  16.     * symconst.h:  Pick up SGI define for stIndirect.
  17.  
  18. Fri Apr 22 13:05:28 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  19.  
  20.     * ecoff.h (REGINFO): Don't define.
  21.     (struct ecoff_reginfo): Don't define.
  22.  
  23.     * sh.h (SH_ARCH_MAGIC): Rename from SHMAGIC.  SHMAGIC is used by
  24.     several targets to mean a shared library.
  25.     (SHBADMAG): Corresponding change.
  26.  
  27. Thu Apr 14 13:00:53 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  28.  
  29.     * mips.h (RELOC_BITS3_TYPE_BIG): Changed from 0x1e to 0x3e.
  30.     (RELOC_BITS3_TYPEHI_LITTLE): Define.
  31.     (RELOC_BITS3_TYPEHI_SH_LITTLE): Define.
  32.     (MIPS_R_PCREL16): Change value from 8 to 12 to match Irix 4.
  33.     (MIPS_R_RELHI): Define.
  34.     (MIPS_R_RELLO): Define.
  35.     (MIPS_R_SWITCH): Change value from 9 to 22.
  36.  
  37. Thu Apr  7 14:19:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  38.  
  39.     * mips.h (MIPS_R_SWITCH): Define.
  40.  
  41. Thu Mar 31 19:28:33 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  42.  
  43.     * internal.h (internal_aouthdr): Added comments for Apollo fields.
  44.  
  45. Thu Mar 31 16:28:02 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  46.  
  47.     * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4.
  48.  
  49. Fri Mar 25 17:16:55 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  50.  
  51.     * ecoff.h (struct ecoff_debug_info): Add adjust field.
  52.     (struct ecoff_value_adjust): Define.
  53.  
  54. Tue Mar 22 13:22:47 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  55.  
  56.     * mips.h (MIPS_R_PCREL16): Define.
  57.  
  58. Sat Feb 26 10:26:38 1994  Ian Lance Taylor  (ian@cygnus.com)
  59.  
  60.     * ecoff.h: Add casts to avoid warnings from SVR4 cc.
  61.  
  62. Mon Feb 21 09:48:46 1994  Ian Lance Taylor  (ian@lisa.cygnus.com)
  63.  
  64.     * sym.h (struct runtime_pdr): Make field adr bfd_vma, not unsigned
  65.     long.
  66.     (SYMR): Make field value bfd_vma, not long.
  67.  
  68. Fri Feb  4 23:35:53 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  69.  
  70.     * rs6000.h (STYP_DEBUG): Define.
  71.  
  72. Wed Feb  2 14:31:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  73.  
  74.     * internal.h (union internal_auxent): Change x_csect.x_scnlen into
  75.     a union of a long and a pointer to a symbol.  XCOFF sometimes uses
  76.     this field as a symbol index.
  77.  
  78. Mon Jan 10 23:54:25 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  79.  
  80.     * ecoff.h (ecoff_debug_info): Remove fields line_end,
  81.     external_dnr_end, external_pdr_end, external_sym_end,
  82.     external_opt_end, external_aux_end, ss_end, external_fdr_end.
  83.     Replace ifdbase with ifdmap.
  84.  
  85. Wed Jan  5 17:05:36 1994  Ken Raeburn  (raeburn@deneb.cygnus.com)
  86.  
  87.     * ecoff.h (STYP_EXTENDESC, STYP_COMMENT, STYP_XDATA, STYP_PDATA):
  88.     Define.
  89.  
  90. Wed Jan  5 16:58:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  91.  
  92.     * ecoff.h (NUM_RELOC_SECTIONS): Define.
  93.  
  94. Tue Dec 21 09:24:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
  95.  
  96.     * sparc.h (struct external_reloc): Rename field r_addend to
  97.     r_offset.
  98.  
  99. Sat Dec 11 16:12:32 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  100.  
  101.     * internal.h (R_DISP7, R_SH_IMM16): New reloc types.
  102.  
  103. Tue Nov 23 14:23:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  104.  
  105.     * ecoff.h (struct ecoff_debug_swap): Added *_end fields for all
  106.     the symbolic information pointers.
  107.  
  108.     * sym.h: Named the EXTR structure ecoff_extr.
  109.  
  110. Fri Nov 19 08:21:18 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
  111.  
  112.     * sparc.h (RELSZ): Use correct size.
  113.  
  114. Wed Nov 17 17:18:16 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  115.  
  116.     * mips.h (struct ecoff_debug_info): Define.
  117.  
  118. Tue Nov  2 17:56:57 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  119.  
  120.     * ecoff.h (struct ecoff_debug_swap): Define.
  121.  
  122. Thu Oct 28 17:07:50 1993  Stan Shebs  (shebs@rtl.cygnus.com)
  123.  
  124.     * i386.h (I386LYNXMAGIC): Rename to LYNXCOFFMAGIC.
  125.     * m68k.h (LYNXCOFFMAGIC): Define.
  126.     * sparc.h: New file.
  127.  
  128. Tue Oct 19 15:34:50 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  129.  
  130.     * alpha.h (external_aouthdr): Split four byte padding field into
  131.     two byte bldrev field and two byte padding field.
  132.  
  133.     * ecoff.h (_LITA, _PDATA, _XDATA, STYP_LITA): Defined.
  134.  
  135. Wed Oct 13 15:52:34 1993  Ken Raeburn  (raeburn@cygnus.com)
  136.  
  137.     Sun Oct 10 17:27:10 1993  Troy Rollo (troy@cbme.unsw.edu.au)
  138.  
  139.     * coff/internal.h: Added o_sri, o_inlib and o_vid for Apollos
  140.             as well as R_DIR16.
  141.  
  142.     * coff/apollo.h: New file
  143.  
  144. Mon Oct 11 17:16:48 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  145.  
  146.     * ecoff.h (REGINFO, struct ecoff_reginfo): Define.
  147.  
  148. Tue Oct  5 10:52:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  149.  
  150.     * rs6000.h: Change non-ASCII characters in comment to octal
  151.     escapes.
  152.  
  153. Tue Sep 28 03:27:04 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  154.  
  155.     * ecoff.h (_FINI, STYP_ECOFF_FINI):  Add to support .fini section.
  156.  
  157. Fri Sep 24 11:53:53 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  158.  
  159.     * mips.h (BADMAG): Recognize MIPS_MAGIC_LITTLE3 and MIPS_MAGIC_BIG3.
  160.     * ecoff.h: Define MIPS_MAGIC_LITTLE3 and MIPS_MAGIC_BIG3.
  161.  
  162. Thu Sep 23 21:07:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  163.  
  164.     * mips.h (BADMAG): Recognize MIPS_MAGIC_LITTLE2 and MIPS_MAGIC_BIG2.
  165.     * ecoff.h: Define MIPS_MAGIC_LITTLE2 and MIPS_MAGIC_BIG2.
  166.  
  167. Thu Sep 16 20:27:21 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
  168.  
  169.     * sym.h, symconst.h: Add comment stating these files are not part
  170.     of GDB, GAS, etc.  In 1991, when we asked rms whether we could
  171.     include these files in GDB (although they are copyrighted by
  172.     someone besides the FSF), he said it was OK if they were not
  173.     considered part of GDB.
  174.  
  175. Fri Sep 10 17:40:35 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  176.  
  177.     * ecoff.h (AUX_PUT_ANY): Cast val argument to bfd_vma.
  178.  
  179.     * alpha.c (external_aouthdr): Need four bytes of padding between
  180.     vstamp and tsize.
  181.  
  182. Tue Sep  7 14:20:43 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  183.  
  184.     * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect further
  185.     change in bfd swapping routine names.
  186.  
  187. Tue Sep  7 10:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  188.  
  189.     * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfd
  190.     changes.
  191.  
  192. Fri Aug 13 14:30:32 1993  Ian Lance Taylor  (ian@cygnus.com)
  193.  
  194.     * ecoff.h (RELOC_SECTION_NONE): Define.
  195.  
  196. Thu Aug 12 11:24:42 1993  Ian Lance Taylor  (ian@cygnus.com)
  197.  
  198.     * alpha.h (struct external_reloc): Add r_symndx field.
  199.     (RELSZ): Correct.
  200.     (RELOC_BITS*): Correct.
  201.     (ALPHA_R_*): Define.
  202.     * ecoff.h (RELOC_SECTION_{XDATA,PDATA,FINI,LITA,ABS}): Define.
  203.     (r_extern): Undefine.
  204.     * internal.h (struct internal_reloc): Make r_vaddr bfd_vma rather
  205.     than long.  Add r_extern field.
  206.  
  207.     * alpha.h (PDR_BITS*): Define.
  208.     * sym.h (PDR): Give correct names to new fields.
  209.  
  210.     * ecoff.h: Moved MIPS reloc definitions from here...
  211.     * mips.h: to here.
  212.  
  213. Tue Aug  3 11:17:53 1993  Ian Lance Taylor  (ian@cygnus.com)
  214.  
  215.     * alpha.h: Corrected external symbolic debugging structures to
  216.     match actual usage.
  217.     * internal.h (internal_filehdr, internal_aouthdr,
  218.     internal_scnhdr): Changed type of some fields to bfd_vma so they
  219.     can hold 64 bits.
  220.     * sym.h (HDRR, FDR, PDR, EXTR): Likewise.
  221.     (PDR): Added new fields found on Alpha.
  222.     * symconst.h (magicSym2): Define; new value found on Alpha.
  223.  
  224.     * ecoff.h: New file.
  225.     * alpha.h, mips.h: Moved common information into ecoff.h.  Moved
  226.     external structure definitions in from ecoff-ext.h.
  227.     * ecoff-ext.h: Removed; information now in alpha.h and mips.h.
  228.  
  229. Sun Jul 18 21:43:59 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
  230.  
  231.     * i386.h: Recognize I386PTXMAGIC.
  232.  
  233. Fri Jul 16 09:54:35 1993  Ian Lance Taylor  (ian@cygnus.com)
  234.  
  235.     * mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC.
  236.  
  237. Thu Jul 15 12:23:55 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  238.  
  239.     * m88k.h (union external_auxent): Move x_fcn back inside x_fcnary.
  240.     ({GET,PUT}_FCN_{LNNOPTR,ENDNDX}): Adjust accordingly.
  241.  
  242. Sun Jul 11 18:00:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  243.  
  244.     * m68k.h: Define MC68KBCSMAGIC.
  245.  
  246. Thu Jun 10 11:46:28 1993  Ian Lance Taylor  (ian@cygnus.com)
  247.  
  248.     * mips.h (_INIT, STYP_MIPS_INIT): Define (used on Irix4).
  249.     (STYP_OTHER_LOAD): Define as STYP_MIPS_INIT.
  250.  
  251. Wed Jun  9 15:09:09 1993  Ian Lance Taylor  (ian@cygnus.com)
  252.  
  253.     * mips.h (OMAGIC): Define.
  254.  
  255. Mon Apr 26 18:04:47 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  256.  
  257.     * internal.h, sh.h: Support for SH.
  258.  
  259. Sat Apr 24 21:34:59 1993  Jim Kingdon  (kingdon@cygnus.com)
  260.  
  261.     * a29k.h: Define _LIT.
  262.  
  263. Fri Apr 23 18:41:23 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  264.  
  265.     * alpha.h: New file.
  266.  
  267. Thu Apr  8 12:36:34 1993  Ian Lance Taylor  (ian@cygnus.com)
  268.  
  269.     * internal.h (C_SHADOW, C_VERSION): Copied in from m88k.h.
  270.     * m88k.h, i386.h, we32k.h: Don't define all the storage classes;
  271.     they're already in internal.h.
  272.  
  273. Wed Apr  7 11:51:24 1993  Jim Kingdon  (kingdon@cygnus.com)
  274.  
  275.     * internal.h: Change n_sclass to unsigned char.
  276.     Change C_EFCN to 0xff, change RS/6000 dbx symbols
  277.     to no longer be signed.
  278.  
  279. Fri Mar 19 14:52:56 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  280.  
  281.     * internal.h: Add H8/500 reloc types.
  282.  
  283. Wed Mar 17 09:46:03 1993  Ian Lance Taylor  (ian@cygnus.com)
  284.  
  285.     * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches of
  286.     conditional expression.
  287.  
  288. Thu Mar  4 14:12:06 1993  Ian Lance Taylor  (ian@cygnus.com)
  289.  
  290.     * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY.
  291.     (AUX_PUT_*): New macros corresponding to the AUX_GET macros.
  292.     (ecoff_swap_tir_out): Added prototype.
  293.  
  294.     * mips.h (N_BTMASK, N_TMASK, N_BTSHFT, N_TSHIFT): Define; these
  295.     are needed to interpret gcc debugging output.
  296.  
  297. Tue Feb  9 07:43:27 1993  Ian Lance Taylor  (ian@cygnus.com)
  298.  
  299.     * we32k.h (BTYPE, ISPTR, ISFCN, ISARY, DECREF): Removed
  300.     more definitions duplicated in internal.h.
  301.  
  302. Wed Feb  3 09:18:24 1993  Ian Lance Taylor  (ian@cygnus.com)
  303.  
  304.     * mips.h (RELOC_BITS3_TYPE_*): Correct for big endian machines.
  305.  
  306. Mon Jan 25 11:35:51 1993  Ian Lance Taylor  (ian@cygnus.com)
  307.  
  308.     * internal.h (internal_aouthdr): Added additional fields used only
  309.     by MIPS ECOFF.
  310.  
  311. Thu Jan 21 10:28:38 1993  Ian Lance Taylor  (ian@cygnus.com)
  312.  
  313.     * mips.h (AOUTHDR): Added additional fields used by ECOFF.
  314.  
  315. Tue Jan 19 12:21:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  316.  
  317.     * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions
  318.     duplicated in internal.h.
  319.  
  320.     * mips.h (RELOC_SECTION_*, ECOFF_R_*): Defined constants for ECOFF
  321.     relocs.
  322.  
  323. Fri Jan 15 18:17:00 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  324.  
  325.     * ecoff-ext.h: Added prototypes for new ECOFF swapping functions.
  326.     (opt_ext): New structure.
  327.     * mips.h (ZMAGIC): Defined to be 0413.
  328.     (_LIB): Defined to be ".lib"
  329.     (external_reloc): MIPS ECOFF relocs are only 8 bytes.  Added
  330.     macros to aid in swapping.
  331.  
  332. Fri Jan  8 16:19:26 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  333.  
  334.     * ecoff-ext.h: Added prototypes for ECOFF swapping functions.
  335.     * internal.h (internal_scnhdr): Always provide s_align field, not
  336.     just on i960.
  337.     (internal_reloc): Always provide r_size field, not just on
  338.     RS/6000.
  339.     * mips.h (_RDATA, _SDATA, _SBSS, _LIT4, _LIT8, STYP_RDATA,
  340.     STYP_SDATA, STYP_SBSS, STYP_LIT4, STYP_LIT8): Defined.
  341.     (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB,
  342.     STABS_SYMBOL): Moved in from gdb/mipsread.c.
  343.  
  344. Wed Jan  6 14:01:46 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  345.  
  346.     * i386.h, we32k.h: removed STYP_* defines, since they duplicated
  347.     those in internal.h.
  348.  
  349. Tue Dec 29 15:40:07 1992  Ian Lance Taylor  (ian@cygnus.com)
  350.  
  351.     * i386.h: define I386AIXMAGIC for Danbury AIX PS/2 compiler.
  352.  
  353. Sat Dec 12 16:07:57 1992  Ian Lance Taylor  (ian@cygnus.com)
  354.  
  355.     * i386.h: don't define BTYPE, ISPTR, ISFCN, ISARY, DECREF: they
  356.     are defined in internal.h.
  357.  
  358. Thu Nov 12 09:52:01 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  359.  
  360.     * internal.h: (internal_reloc): r_offset is now a long.
  361.     * z8k.h: slight comment enhancement
  362.  
  363. Wed Sep 30 07:46:08 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  364.  
  365.     * internal.h: changed z8k reloc types
  366.  
  367. Fri Aug 28 10:16:31 1992  Brendan Kehoe  (brendan@cygnus.com)
  368.  
  369.     * we32k.h: new file
  370.  
  371. Thu Aug 27 13:00:01 1992  Brendan Kehoe  (brendan@cygnus.com)
  372.  
  373.     * symconst.h: comment out cruft at the end of #endif
  374.  
  375. Tue Aug 25 15:06:49 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  376.  
  377.     * internal.h: added #define for STYP_LIT, removed from a29k and
  378.     h8300.
  379.  
  380.     * z8k.h: added z8000 support
  381.  
  382. Thu Jul 16 16:32:00 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  383.  
  384.     * internal.h: added R_RELLONG_NEG reloc type
  385.  
  386. Fri Jun 12 20:11:04 1992  John Gilmore  (gnu at cygnus.com)
  387.  
  388.     * symconst.h:  Fix unterminated comment.
  389.  
  390. Wed Jun 10 07:57:49 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  391.  
  392.     * i386.h: a.out magic numbers from
  393.     mohring@informatik.tu-muenchen.de
  394.  
  395. Mon Jun  8 20:13:33 1992  John Gilmore  (gnu at cygnus.com)
  396.  
  397.     * ecoff-ext.h, mips.h:  Use unsigned chars everywhere.
  398.     (Suggested by Antti Miettinen.)
  399.  
  400. Tue Apr 14 15:18:44 1992  John Gilmore  (gnu at cygnus.com)
  401.  
  402.     * sym.h:  Add comments.
  403.     * symconst.h:  Merge with Fred's changes.
  404.  
  405. Tue Apr 14 14:30:05 1992  Fred Fish  (fnf@cygnus.com)
  406.  
  407.     * symconst.h:  Pick up SGI defines for stStruct, stUnion, stEnum,
  408.     langCplusplus, and langCplusplusV2.
  409.  
  410. Thu Apr  2 19:47:43 1992  John Gilmore  (gnu at cygnus.com)
  411.  
  412.     * sym.h, symconst.h:  MIPS has provided redistributable versions
  413.     of these files.  Thanks!
  414.     * ecoff-ext.h:  Add weakext bit to match new sym.h.
  415.  
  416. Fri Mar  6 00:10:46 1992  John Gilmore  (gnu at cygnus.com)
  417.  
  418.     * ecoff-ext.h:  Add relative file descriptors.
  419.  
  420. Thu Feb 27 11:53:04 1992  John Gilmore  (gnu at cygnus.com)
  421.  
  422.     * ecoff-ext.h:  New file for external (in-file) form of ecoff
  423.     symbol structures.
  424.  
  425. Thu Feb  6 11:33:32 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
  426.  
  427.     * h8300.h: made the external_lineno l_lnno field 4 bytes wide.
  428.     andded GET/PUT_LINENO_LNNO macros
  429.  
  430. Sat Nov 30 20:38:35 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  431.  
  432.     * ChangeLog, a29k.h, h8300.h, i386.h, i960.h, internal.h, m68k.h,
  433.     m88k.h, mips.h, rs6000.h: move from above coff-<foo>.h
  434.  
  435.  
  436. Local Variables:
  437. version-control: never
  438. End:
  439.