- * elf/dwarf2.h: Sync with gcc version.
+ * dis-asm.h: Prototype print_insn_dlx.
+
+
+ * sim-d10v.h: Delete file. Moved to include/gdb/.
+
+
+ * elf/common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
+ * elf/ia64.h (R_IA64_LTOFF_TPREL22): Renamed from R_IA64_LTOFF_TP22.
+ * elf/i386.h: Add TLS relocs.
+
+
+ * bfdlink.h (bfd_link_info): Add allow_multiple_definition.
+
+
+ * dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
+
+
+ * xregex2.h (__restrict_arr): Define to __restrict on GCC
+ 3.1 and later. Do not redefine.
+
+
+ * dyn-string.h: Also allow IN_GLIBCPP_V3 to redefine names.
+
+
+ * gdb: New directory.
+
+
+ * floatformat.h (floatformat_arm_ext): Delete declaration.
+
+
+ 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.
+
+
+ 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.
+
+
+ Contribute sh64-elf.
+ * dis-asm.h (print_insn_sh64): New prototype.
+ (print_insn_sh64l): New prototype.
+ (print_insn_sh64x_media): New prototype.
+
+
+ * dis-asm.h (disassemble_info): New field `insn_sets'.
+ (INIT_DISASSEMBLE_INFO): Clear it.
+
+
+ * demangle.h (cplus_demangle_v3): Add "options" parm.
+ (cplus_demangle_v3_type): Remove prototype.
+ (DMGL_VERBOSE): New macro.
+ (DMGL_TYPES): New macro.
+
+
+ * demangle.h (cplus_demangle_v3_type): New prototype.
+
+
+ * dis-asm.h : Add support for or32 targets
* cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead.
-
- * coff/arm.h (F_VFP_FLOAT): Define.
- * elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.
-
* dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the
- * elf/common.h (PT_GNU_EH_FRAME): Define.
* bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field.
- * include/safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
+ * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
* libiberty.h (ASTRDUP): New macro.
libiberty_optr, libiberty_nptr, libiberty_len): Declare.
-
- * libiberty.h (ASTRDUP): New macro.
- libiberty_optr, libiberty_nptr, libiberty_len): Declare.
-
* ansidecl.h: Update comments reflecting previous change.
* hashtab.h (htab_hash_string): Declare.
* libiberty.h (lbasename): Change function declaration to return a
const char pointer.
-
- * opcode/mips.h (INSN_GP32): Remove.
- (OPCODE_IS_MEMBER): Remove gp32 parameter.
- (M_MOVE): New macro identifier.
-
* xregex.h (_REGEX_RE_COMP): Define.
* bfdlink.h (struct bfd_link_info): add new boolean
field pei386_auto_import.
-
- * opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
-
* xregex2.h: Place under LGPL version 2.1.
-
- * opcode/cgen.h (CGEN_INSN): Add regex support.
- (build_insn_regex): Declare.
-
* xregex.h: New file to support libiberty regex.
* ansidecl.h (NULL_PTR): Delete.
-
- * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define.
- (ELF_STRING_ia64_unwind_info_once): Define.
-
* demangle.h: Use PARAMS for all prototypes.
* getopt.h obstack.h: Standarize copyright statement.
* demangle.h: Change "new_abi" to "v3" everywhere.
* libiberty.h: Move #includes to top. Prototype xmalloc_failed.