aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1994-03-22 * bfdlink.h (struct bfd_link_callbacks): Change bitsize argumentIan Lance Taylor1-0/+15
to add_to_set to reloc. Remove bitsize argument from constructor. Comment that reloc_overflow, reloc_dangerous and unattached_reloc must handle NULL pointers for reloc location. (enum bfd_link_order_type): Add bfd_section_reloc_link_order and bfd_symbol_reloc_link_order. (struct bfd_link_order): Add reloc field to union. (struct bfd_link_order_reloc): Define.
1994-03-08Set Emacs local variables to never use version control.Ian Lance Taylor1-0/+4
1994-03-02Modified Files:Kung Hsu1-0/+5
ChangeLog * os9k.h: os9000 target specific header file, the header of the object file is used now.
1994-02-28* floatformat.h: New file, intended to replace ieee-float.h.Jim Kingdon1-0/+8
1994-02-16 * libiberty.h: Don't declare strsignal, to avoid conflicts withIan Lance Taylor1-0/+5
Solaris system header files.
1994-02-13 * libiberty.h (xexit): Use __volatile__ to avoid losing ifJeff Law1-0/+5
compiling with gcc -traditional.
1994-02-10 * libiberty.h: New file. Declares functions provided byIan Lance Taylor1-0/+24
libiberty.
1994-01-22 * dis-asm.h (print_insn_big_powerpc, print_insn_little_powerpc,Ian Lance Taylor1-0/+5
print_insn_rs6000): Declare.
1994-01-17Opps. Put log into wrong ChangeLog.Jeff Law1-5/+0
1994-01-17 * opcode/hppa.h: Fix templates for all the sfu and coprJeff Law1-0/+27
instructions.
1993-08-07update from FSFDavid MacKenzie1-1/+1
1993-08-07update from FSFDavid MacKenzie1-0/+8
1993-08-02Move enum outside of struct defn to avoid warnings.John Gilmore1-0/+10
1993-07-31* dis-asm.h: Add new fields insn_info_valid, branch_delay_insns,John Gilmore1-0/+11
data_size, insn_type, target, target2. These are used to return information from the instruction decoders back to the calling program. Add comments, make more readable.
1993-07-19dis-asm.h (struct disassemble_info): New field application_data.Ken Raeburn1-0/+4
1993-07-15 * dis-asm.h: Added declaration of print_insn_m88k.Ian Lance Taylor1-0/+4
1993-07-08h8/300h stuffDavid Edelsohn1-0/+14
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-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 Raeburn1-0/+9
This file now just includes it; see if that helps us avoid requiring -I../bfd in various places.
1993-04-27SH support.Steve Chamberlain1-0/+13
1993-04-15Check in new generated bfd.h to go with:Jim Kingdon1-0/+12
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-01Fix prototype problems related to recent disassembler changesJim Kingdon1-0/+4
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon1-1/+5
1993-04-01 * bfd.h: Updated for BFD_RELOC_MIPS_GPREL and bfd_[gs]et_gp_sizeIan Lance Taylor1-0/+5
prototypes.
1993-04-01 * dis-asm.h: (disassemble_info): Fix typo in prototype ofStu Grossman1-0/+5
dis_asm_memory_error().
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon1-0/+11
which copes with errors in a plausible way
1993-03-30Use ANSI versions on AIX regardless of __STDC__.Jim Kingdon1-0/+8
1993-03-18 * ieee-float.h: Moved from ../gdb.Per Bothner1-0/+5
* dis-asm.h: New file. Interface to dis-assembler.
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-01-08Fri Jan 8 16:37:18 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-0/+8
* bfd.h: Update to include ECOFF tdata and target_flavour.
1992-12-23 * demangle.h: Protect file from multiple inclusions withFred Fish1-0/+5
#if !defined(DEMANGLE_H)...#define DEMANGLE_H...#endif.
1992-12-22 * bfd.h: Update to get hppa_core_struct from bfd.c.Stu Grossman1-0/+4
1992-12-17Update to get tekhex tdata name change from bfd.John Gilmore1-0/+12
1992-11-05Update to match EXFUN, bfd_seclet_struct, and SDEF cleanups in bfd.John Gilmore1-1/+2
1992-11-05Update to match PARAMS changes in bfd.John Gilmore1-0/+4
1992-11-04bout.h (N_CALLNAME, N_BALNAME): Define as char-type values, so widening worksKen Raeburn1-2/+6
consistently.
1992-10-16* getopt.h (struct option): RMS decided we should do it the other way.John Gilmore1-0/+5
1992-10-16use the provided enum for has_argK. Richard Pixley1-0/+2
1992-10-16casts for ultrix compilerK. Richard Pixley1-0/+7
1992-10-15Update after comment changes.John Gilmore1-0/+4
1992-10-08 Now a bfd knows whether underscores are normally prependedSteve Chamberlain1-0/+6
to symbols in its file format.
1992-09-03* bfd.h (struct reloc_howto_struct): size needs to be signed ifStu Grossman1-0/+10
it's going to hold negative values.
1992-08-29 * obstack.h: Merge comment change from current FSF version.Fred Fish1-0/+4
1992-08-27Add preliminary support for the we32k (AT&T 3b2).Brendan Kehoe1-0/+12
1992-08-01 * obstack.h: Merge changes from current FSF version.Fred Fish1-0/+22
1992-06-29 * obstack.h: Convert bcopy() use to memcpy(), which is moreFred Fish1-0/+11
portable, more standard, and can take advantage of gcc's builtin functions for increased performance.
1992-06-19* bfd.h: HPPA merge.Stu Grossman1-0/+4
1992-06-17gratuitous white space changes merged from other prep releasesK. Richard Pixley1-0/+11