X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FChangeLog;h=2a60bbe10a914c080272c470a7ab47a7b9188790;hb=efdab8079f32f3abe5ae89cb01ccd5073809aa78;hp=221dbe96fd7130395d1b5677338a5da38378597a;hpb=11ca392df54961d9d9a12f398b6fc59e44b07920;p=deliverable%2Fbinutils-gdb.git diff --git a/include/ChangeLog b/include/ChangeLog index 221dbe96fd..2a60bbe10a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,59 @@ +2002-03-06 Andrew Cagney + + * floatformat.h (floatformat_arm_ext): Delete declaration. + +2002-02-21 Jim Blandy + + Allow the user to specify functions for allocating memory for + splay tree roots and nodes. + * splay-tree.h (splay_tree_allocate_fn, splay_tree_deallocate_fn): + New types. + (splay_tree): New fields: `allocate', `deallocate', and + `allocate_data'. + (splay_tree_new_with_allocator): New function declaration. + +2002-02-15 Alan Modra + + Support arbitrary length fill patterns. + * bfdlink.h (enum bfd_link_order_type): Remove bfd_fill_link_order. + (struct bfd_link_order): Remove fill. Add data.size. + +2002-02-08 Alexandre Oliva + + Contribute sh64-elf. + 2000-11-25 Hans-Peter Nilsson + * dis-asm.h (print_insn_sh64): New prototype. + (print_insn_sh64l): New prototype. + (print_insn_sh64x_media): New prototype. + +2002-02-05 Frank Ch. Eigler + + * dis-asm.h (disassemble_info): New field `insn_sets'. + (INIT_DISASSEMBLE_INFO): Clear it. + +2002-02-05 Jason Merrill + + * demangle.h (cplus_demangle_v3): Add "options" parm. + (cplus_demangle_v3_type): Remove prototype. + (DMGL_VERBOSE): New macro. + (DMGL_TYPES): New macro. + +2002-02-02 H.J. Lu (hjl@gnu.org) + + * demangle.h (cplus_demangle_v3_type): New prototype. + +2002-01-31 Ivan Guzvinec + + * dis-asm.h : Add support for or32 targets + +2002-01-28 Kaveh R. Ghazi + + * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC. + +2002-01-27 David O'Brien + + * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. + 2001-12-14 Nick Clifton * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the @@ -5,7 +61,6 @@ 2001-12-13 Jakub Jelinek - * elf/common.h (PT_GNU_EH_FRAME): Define. * bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field. 2001-12-07 Geoffrey Keating @@ -31,7 +86,7 @@ 2001-10-24 Neil Booth - * include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. + * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New. 2001-10-22 Kaveh R. Ghazi @@ -74,11 +129,6 @@ * libiberty.h (ASTRDUP): New macro. libiberty_optr, libiberty_nptr, libiberty_len): Declare. -2001-09-17 Kaveh R. Ghazi - - * libiberty.h (ASTRDUP): New macro. - libiberty_optr, libiberty_nptr, libiberty_len): Declare. - 2001-08-29 Kaveh R. Ghazi * ansidecl.h: Update comments reflecting previous change. @@ -138,17 +188,11 @@ * hashtab.h (htab_hash_string): Declare. -2001-06-13 Andrew Cagney +2001-08-10 Andrew Cagney * libiberty.h (lbasename): Change function declaration to return a const char pointer. -2001-08-10 Richard Sandiford - - * opcode/mips.h (INSN_GP32): Remove. - (OPCODE_IS_MEMBER): Remove gp32 parameter. - (M_MOVE): New macro identifier. - 2001-08-02 Mark Kettenis * xregex.h (_REGEX_RE_COMP): Define. @@ -160,19 +204,10 @@ * bfdlink.h (struct bfd_link_info): add new boolean field pei386_auto_import. -2001-08-01 Aldy Hernandez - - * opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15. - 2001-07-18 Andreas Jaeger * xregex2.h: Place under LGPL version 2.1. -2001-07-12 Jeff Johnston - - * opcode/cgen.h (CGEN_INSN): Add regex support. - (build_insn_regex): Declare. - 2001-07-10 Jeff Johnston * xregex.h: New file to support libiberty regex. @@ -190,11 +225,6 @@ * ansidecl.h (NULL_PTR): Delete. -2001-05-11 Jakub Jelinek - - * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. - (ELF_STRING_ia64_unwind_info_once): Define. - 2001-05-07 Zack Weinberg * demangle.h: Use PARAMS for all prototypes. @@ -307,11 +337,11 @@ * getopt.h obstack.h: Standarize copyright statement. -2000-12-05 Richard Henderson +2000-12-04 Richard Henderson * demangle.h: Change "new_abi" to "v3" everywhere. -2000-11-29 Zack Weinberg +2000-11-22 Zack Weinberg * libiberty.h: Move #includes to top. Prototype xmalloc_failed.