aboutsummaryrefslogtreecommitdiff
path: root/include/coff
AgeCommit message (Collapse)AuthorFilesLines
1995-01-16 * w65.h: New file.Steve Chamberlain1-0/+1
1994-07-26i960xl support (sanitized)Ken Raeburn1-0/+21
1994-06-12 * symconst.h: Pick up SGI define for stIndirect.Peter Schauer1-0/+7
1994-04-22 * sh.h (SH_ARCH_MAGIC): Rename from SHMAGIC. SHMAGIC is used byIan Lance Taylor1-0/+6
several targets to mean a shared library. (SHBADMAG): Corresponding change.
1994-04-14 * mips.h (RELOC_BITS3_TYPE_BIG): Changed from 0x1e to 0x3e.Ian Lance Taylor1-0/+10
(RELOC_BITS3_TYPEHI_LITTLE): Define. (RELOC_BITS3_TYPEHI_SH_LITTLE): Define. (MIPS_R_PCREL16): Change value from 8 to 12 to match Irix 4. (MIPS_R_RELHI): Define. (MIPS_R_RELLO): Define. (MIPS_R_SWITCH): Change value from 9 to 22.
1994-04-07 * mips.h (MIPS_R_SWITCH): Define.Ian Lance Taylor2-95/+257
1994-04-01* internal.h (internal_aouthdr): Added comments for Apollo fields.Ken Raeburn1-0/+4
1994-03-31 * ecoff.h (STYP_ECOFF_LIB): Define as used on Irix 4.Ian Lance Taylor2-0/+5
1994-03-25 * ecoff.h (struct ecoff_debug_info): Add adjust field.Ian Lance Taylor2-42/+73
(struct ecoff_value_adjust): Define.
1994-02-26 * ecoff.h: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1-0/+14
1994-02-02 * internal.h (union internal_auxent): Change x_csect.x_scnlen intoIan Lance Taylor1-0/+13
a union of a long and a pointer to a symbol. XCOFF sometimes uses this field as a symbol index.
1994-01-25Correct comment.Ian Lance Taylor1-27/+70
1994-01-06* ecoff.h (STYP_EXTENDESC, STYP_COMMENT, STYP_XDATA, STYP_PDATA): Define.Ken Raeburn2-7/+18
1994-01-05 * ecoff.h (NUM_RELOC_SECTIONS): Define.Ian Lance Taylor2-0/+41
1993-11-19sparc.h (RELSZ): Use correct value.Ken Raeburn1-0/+4
1993-11-17 * mips.h (struct ecoff_debug_info): Define.Ian Lance Taylor2-3/+164
1993-11-01Keep Sparc fileStan Shebs1-0/+1
1993-10-29First cut at Sparc coff definition.Stan Shebs1-0/+214
1993-10-13keep apollo.hKen Raeburn1-0/+1
1993-10-11 * ecoff.h (REGINFO, struct ecoff_reginfo): Define.Ian Lance Taylor1-0/+4
1993-10-05 * rs6000.h: Change non-ASCII characters in comment to octalJim Kingdon1-0/+19
escapes.
1993-09-17 * sym.h, symconst.h: Add comment stating these files are not partJim Kingdon1-0/+10
of GDB, GAS, etc. In 1991, when we asked rms whether we could include these files in GDB (although they are copyrighted by someone besides the FSF), he said it was OK if they were not considered part of GDB.
1993-09-10 * alpha.c (external_aouthdr): Need four bytes of padding betweenIan Lance Taylor1-0/+5
vstamp and tsize.
1993-09-07 * ecoff.h (AUX_GET_ANY, AUX_PUT_ANY): Changed to reflect furtherIan Lance Taylor2-16/+8
change in bfd swapping routine names.
1993-09-07 * ecoff.h (AUX_GET_ANY): Change name of _do_getb32 to reflect bfdJim Kingdon2-4/+21
changes.
1993-08-12 * alpha.h (struct external_reloc): Add r_symndx field.Ian Lance Taylor2-0/+239
(RELSZ): Correct. (RELOC_BITS*): Correct. (ALPHA_R_*): Define. * ecoff.h (RELOC_SECTION_{XDATA,PDATA,FINI,LITA,ABS}): Define. (r_extern): Undefine. * internal.h (struct internal_reloc): Make r_vaddr bfd_vma rather than long. Add r_extern field.
1993-08-12 * ecoff.h: Moved MIPS reloc definitions from here...Ian Lance Taylor1-0/+14
* mips.h: to here.
1993-08-03 * ecoff.h: New file.Ian Lance Taylor4-364/+309
* alpha.h, mips.h: Moved common information into ecoff.h. Moved external structure definitions in from ecoff-ext.h. * ecoff-ext.h: Removed; information now in alpha.h and mips.h.
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+2
1993-07-16 * mips.h (MIPS_AOUT_{OZ}MAGIC): Renamed from {OZ}MAGIC.Ian Lance Taylor1-0/+4
1993-07-15Removed definition of OMAGIC from m88k.h.Ian Lance Taylor1-2/+1
1993-07-15 * m88k.h (OMAGIC): Define.Ian Lance Taylor2-0/+227
(union external_auxent): Move x_fcn back inside x_fcnary. ({GET,PUT}_FCN_{LNNOPTR,ENDNDX}): Adjust accordingly.
1993-07-11* m68k.h: Define MC68KBCSMAGIC.Jim Kingdon1-0/+9
1993-06-09 * mips.h (OMAGIC): Define.Ian Lance Taylor2-13/+66
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-04-27Support for SHSteve Chamberlain1-0/+2
1993-04-25 * a29k.h: Define _LIT.Jim Kingdon1-0/+1
1993-04-24Support for the alphaSteve Chamberlain2-0/+11
1993-04-07 * internal.h: Change n_sclass to unsigned char.Jim Kingdon2-20/+41
Change C_EFCN to 0xff, change RS/6000 dbx symbols to no longer be signed.
1993-03-17 * ecoff-ext.h (AUX_PUT_ANY): Don't use void values in branches ofIan Lance Taylor2-2/+25
conditional expression.
1993-03-04 * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY.Ian Lance Taylor1-13/+31
(AUX_PUT_*): New macros corresponding to the AUX_GET macros. (ecoff_swap_tir_out): Added prototype. * mips.h (N_BTMASK, N_TMASK, N_BTSHFT, N_TSHIFT): Define; these are needed to interpret gcc debugging output.
1993-02-16Added 1993 copyright for files that I have changed in 1993.Ian Lance Taylor1-1/+1
1993-02-04H8/500 supportSteve Chamberlain2-0/+207
1993-02-04Remove extra msg and RCS crud.John Gilmore1-9/+2
1993-01-25Mon Jan 25 11:35:51 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-2/+20
* internal.h (internal_aouthdr): Added additional fields used only by MIPS ECOFF.
1993-01-19Tue Jan 19 12:21:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-0/+5
* mips.h (RELOC_SECTION_*, ECOFF_R_*): Defined constants for ECOFF relocs.
1993-01-15Fri Jan 15 18:17:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor3-4/+69
* ecoff-ext.h: Added prototypes for new ECOFF swapping functions. (opt_ext): New structure. * mips.h (ZMAGIC): Defined to be 0413. (_LIB): Defined to be ".lib" (external_reloc): MIPS ECOFF relocs are only 8 bytes. Added macros to aid in swapping.
1993-01-08Fri Jan 8 16:19:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor4-205/+394
* ecoff-ext.h: Added prototypes for ECOFF swapping functions. * internal.h (internal_scnhdr): Always provide s_align field, not just on i960. (internal_reloc): Always provide r_size field, not just on RS/6000. * mips.h (_RDATA, _SDATA, _SBSS, _LIT4, _LIT8, STYP_RDATA, STYP_SDATA, STYP_SBSS, STYP_LIT4, STYP_LIT8): Defined. (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB, MIPS_UNMARK_STAB, STABS_SYMBOL): Moved in from gdb/mipsread.c.
1992-08-28Forgot to add we32k.h.Brendan Kehoe1-0/+1