aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
1993-07-08Make it so it compiles if QMAGIC is not defined (e.g. hp300hpux).Jim Kingdon1-3/+9
* aout64.h (N_BADMAG): Recognize QMAGIC. N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC. N_DATOFF: Pad text size if we need to.
1993-07-08 * aout64.h (N_BADMAG): Recognize QMAGIC.Jim Kingdon2-0/+479
N_TXTOFF, N_TXTADDR, N_TXTSIZE: Special code for QMAGIC. N_DATOFF: Pad text size if we need to.
1993-07-08h8/300h stuffDavid Edelsohn1-0/+14
1993-07-07 * mips.h: Replaced with version from Ralph Campbell and OSF. TheIan Lance Taylor2-0/+761
new version includes instruction hazard information, but is otherwise reasonably similar.
1993-06-30bfd.h isn't here any moreKen Raeburn1-1/+0
1993-06-28Extra stuff for really broken hp compiler.Steve Chamberlain1-199/+484
1993-06-18* oasys.h: Eliminate "int8_type", "int16_type", "int32_type", andJohn Gilmore1-0/+6
their variants. These changes are coordinated with corresponding changes in ../bfd/oasys.c.
1993-06-16Note that bfd.h has been removed.Fred Fish1-0/+16
1993-06-16now generated at build timeKen Raeburn1-1/+0
1993-06-09 * mips.h (OMAGIC): Define.Ian Lance Taylor2-13/+66
1993-06-03 * Patches from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+12
* hppa.h: Rework single precision FP instructions so that they correctly disassemble code PA1.1 code.
1993-05-27in dis-asm.h, declare print_insn_hppaKen Raeburn1-0/+2
1993-05-27Part of bfd reconfiguration: Move bfd.h to bfd directory.Ken Raeburn2-1691/+10
This file now just includes it; see if that helps us avoid requiring -I../bfd in various places.
1993-05-27added things-to-lose sectionsK. Richard Pixley5-0/+10
1993-05-27honor verbose flagK. Richard Pixley3-6/+37
1993-05-25add elf64 structures/macros/types, rename some old elf->elf32Ken Raeburn1-0/+19
1993-05-25try to make hppa opcode table, updated for gas, still be compatible with gdbKen Raeburn2-0/+673
1993-05-22Update to include djm's new stuff.Steve Chamberlain1-2/+20
1993-05-17update with new version # and new reloc typesKen Raeburn1-1/+91
1993-05-14move split to divide tables more evenlyKen Raeburn1-0/+31
1993-04-29hp300hpux changesKen Raeburn2-0/+105
1993-04-29BSF_FUNCTION updateKen Raeburn1-0/+4
1993-04-27SH support.Steve Chamberlain2-0/+14
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 Chamberlain3-0/+12
1993-04-21Update to match bfd changes.John Gilmore1-14/+38
1993-04-20Remove chill sanitizations.Fred Fish1-29/+0
1993-04-20Update to reflect changes in bfd directory.Stu Grossman1-3/+10
1993-04-17 * libbfd.c: Add signed versions of bfd_{h_,}{get,put}_signed_<size>.Jim Kingdon1-28/+64
libbfd.c, libbfd-in.h: Add _do*signed*. targets.c, all targets: Add bfd*signed*. bfd-in.h: Add bfd_signed_vma. Add comments.
1993-04-15Check in new generated bfd.h to go with:Jim Kingdon2-0/+16
Thu Apr 15 09:09:18 1993 Jim Kingdon (kingdon@cygnus.com) * bfd-in.h (bfd_error), bfd.c (bfd_errmsgs): Add file_truncated. * format.c (bfd_check_error): Check error return from _bfd_check_format routines. Wed Apr 14 23:48:25 1993 Jim Kingdon (kingdon@cygnus.com) * rs6000-core.c (rs6000coff_core_p): Improve error checking and recognize .data section if present.
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