- * opcode/mips.h (INSN_GP32): Remove.
- (OPCODE_IS_MEMBER): Remove gp32 parameter.
- (M_MOVE): New macro identifier.
+ * 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
+
+
+ * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
+
+
+ * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead.
+
+
+ * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the
+ disassembler_options field (to NULL).
+
+
+ * bfdlink.h (struct bfd_link_info): Add eh_frame_hdr field.
+
+
+ * dis-asm.h (print_insn_xstormy16): Declare.
+
+
+ * demangle.h (no_demangling): New.
+ (NO_DEMANGLING_STYLE_STRING): New.
+
+
+ * dis-asm.h (print_insn_i386): Declare.
+
+
+ * dis-asm.h: Fix comment to refer to octets rather than bytes.
+
+
+ * dis-asm.h (print_insn_mmix): Add prototype.
+
+
+ * safe-ctype.h (_sch_isbasic, IS_ISOBASIC): New.
+
+
+ * libiberty.h (hex_init): Revert delete.
+
+ * libiberty.h (_hex_value): Const-ify.
+ (hex_init): Delete.
+
+
+ * filenames.h: Add cygwin to the list of dosish style path systems.
+
+
+ * demangle.h (demangler_engine): Const-ify.
+ * libiberty.h (buildargv): Likewise.
+
+
+ * bfdlink.h (struct bfd_link_info): Add nocopyreloc field.
+
+
+ * libiberty.h (reconcat): New function.
+
+
+ * libiberty.h (concat, concat_length, concat_copy, concat_copy2,
+ ACONCAT): Improve comments.
+
+
+ * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.
+
+
+ * libiberty.h (concat_length, concat_copy, concat_copy2,
+ libiberty_concat_ptr, ACONCAT): New.
+
+ * libiberty.h (ASTRDUP): New macro.
+ libiberty_optr, libiberty_nptr, libiberty_len): Declare.
+
+
+ * ansidecl.h: Update comments reflecting previous change.
+
+
+ * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.
+
+
+ * bfdlink.h (struct bfd_link_info): Change 'spare_dynamic_tags' to
+ unsigned to remove a compile time warning message.
+
+
+ * bfdlink.h (bfd_link_hash_table_type): New. The linker hash
+ table type, bfd_link_generic_hash_table and
+ bfd_link_elf_hash_table.
+ (bfd_link_hash_table): Add a new field, type, for the linker
+ hash table type.
+
+
+ * bfdlink.h (struct bfd_link_info): Add combreloc and
+ spare_dynamic_tags fields.
+
+
+ * dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
+ replace "GNU CC" with "GCC".
+
+
+ * fibheap.h: Tidy formatting.
+ (fibnode_t): Limit degree to 31 bits to avoid warning.
+
+
+ * fibheap.h: New file. Fibonacci heap.
+
+
+ * floatformat.h (floatformat_arm_ext): Document as deprecated.
+ (floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword)
+ (floatformat_ia64_spill_little, floatformat_ia64_quad_little)
+ (floatformat_ia64_spill_big, floatformat_ia64_quad_big)
+ (floatformat_m88110_harris_ext): Declare.
+
+
+ * ansidecl.h: Reorganize for readability, remove documentation
+ of obsolete macros, document PARAMS and VPARAMS. Add new
+ macros VA_OPEN, VA_CLOSE, and VA_FIXEDARG for nicer variadic
+ function implementation.
+
+
+ * hashtab.h (htab_hash_string): Declare.
+
+
+ * libiberty.h (lbasename): Change function declaration to return a
+ const char pointer.
* 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.
Thu Oct 24 22:11:11 1991 John Gilmore (gnu at cygnus.com)
- RS/6000 support, by Metin G. Ozisik, Mimi Phûông-Thåo Võ, and
+ RS/6000 support, by Metin G. Ozisik, Mimi Ph\81û\81ông-Th\81åo V\81õ, and
John Gilmore.
* a.out.gnu.h: Update slightly.