aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1993-04-09 * rs6k.h: Clean up instructions for primary opcode 19 (many wereJim Kingdon1-11/+15
simply wrong, ics, rfi, & rfsvc were missing). Add "a" to opr_ext for "bb". Doc fix.
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-04-01Fix prototype problems related to recent disassembler changesJim Kingdon2-1/+6
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon2-1/+6
1993-04-01 * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_sizeIan Lance Taylor2-0/+14
prototypes.
1993-04-01 * dis-asm.h: (disassemble_info): Fix typo in prototype ofStu Grossman2-1/+6
dis_asm_memory_error().
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon2-16/+77
which copes with errors in a plausible way
1993-03-30 * bfd.h: Update for lma field of section.Steve Chamberlain1-2/+9
1993-03-30Use ANSI versions on AIX regardless of __STDC__.Jim Kingdon2-13/+43
1993-03-30Reflect new indirect infoSteve Chamberlain1-0/+4
1993-03-18 * ieee-float.h: Moved from ../gdb.Per Bothner4-0/+104
* dis-asm.h: New file. Interface to dis-assembler.
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-11 * demangle.h (DMGL_NO_OPTS): Add define (set to 0) to useFred Fish1-0/+25
in place of bare 0, for readability reasons.
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-23 * bfd.h: Update for new elements in JUMP_TABLE.Ian Lance Taylor1-1/+3
1993-02-16Added 1993 copyright for files that I have changed in 1993.Ian Lance Taylor2-2/+2
1993-02-16Update for BFD_VERSION 2.1.John Gilmore1-1/+1
1993-02-14Keep convex.h.John Gilmore1-0/+1
1993-02-11update from ralphc's changesKen Raeburn1-1/+18
1993-02-04H8/500 supportSteve Chamberlain2-0/+207
1993-02-04H8/500 archSteve Chamberlain1-0/+1
1993-02-04* a29k.h: Remove RCS crud, update GPL to v2, update copyrights.John Gilmore2-42/+1717
* convex.h: Added, from GDB's convx-opcode.h. Added CONST to all initialized structs in it.
1993-02-04Remove extra msg and RCS crud.John Gilmore1-9/+2
1993-02-04Remove extraneous message and RCS cruft.John Gilmore1-86/+0
1993-02-03mips.h comment fix from Ralph CampbellKen Raeburn1-1/+5
1993-02-03Remove extraneous msg.John Gilmore1-135/+0
1993-02-03Remove extra msgJohn Gilmore1-7/+0
1993-01-29Delta 88 changes inspired by Carl Greco, <cgreco@Creighton.Edu>:John Gilmore1-0/+14
* m88k.h (PMEM): Avoid previous definition from <sys/param.h>. (AND): Change to AND_ to avoid ansidecl.h `AND' conflict.
1993-01-26Tue Jan 26 11:49:20 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-4/+11
* bfd.h: Update for SEC_IS_COMMON flag.
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:25:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-1/+1
* bfd.h: Update for bfd_asymbol_value bug fix.
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-12Updated for bfd changes.Ian Lance Taylor1-4/+12
1993-01-08Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor2-0/+10
* bfd.h: Update to include ECOFF tdata and target_flavour.
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-12-28rebuilt from current bfd libraryKen Raeburn1-13/+8
1992-12-28 * bfd.h: Add declaration for bfd_get_size().Fred Fish1-0/+3
1992-12-23 * demangle.h: Protect file from multiple inclusions withFred Fish1-0/+5
#if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
1992-12-22New version, generated automatically.Per Bothner1-4/+12
1992-12-22 * hppa.h: Move handy aliases to the front. Fix masks for extractStu Grossman1-0/+16
and deposit instructions.
1992-12-22 * bfd.h: Update to get hppa_core_struct from bfd.c.Stu Grossman2-0/+5
1992-12-17Update to get tekhex tdata name change from bfd.John Gilmore2-2/+13
1992-12-08recording file deathK. Richard Pixley43-15555/+0
1992-12-04rebuilt after library changesKen Raeburn1-99/+19
1992-11-28Update to match revised bfd-in.h.John Gilmore1-19/+9
1992-11-23Change from John Carr: use `v', not `a', for operand 2 of vax bb* instructions.Ken Raeburn1-0/+24
1992-11-16First cut at sanitizing away chill stuff.Fred Fish1-3/+28
1992-11-15 * dwarf.h (AT_src_coords): Whitespace change only.Fred Fish2-3/+321
* dwarf.h (AT_body_begin, AT_body_end, LANG_MODULA2): Add from latest gcc. * dwarf.h (LANG_CHILL): Add as GNU extension.
1992-11-06Thu Nov 5 16:35:44 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* bfd.h: Update to bring in SEC_SHARED_LIBRARY.