+
+ * dis-asm.h (print_insn_m32c): New declaration.
+
+
+ * xregex2.h (regexec): Qualify this prototype with __extension__
+ when compiling with GNU C.
+
+
+ * dis-asm.h (fprintf_ftype): Add format attribute.
+
+
+ PR other/13906
+ * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
+ * md5.h (md5_uintptr): New.
+ (md5_ctx): Align buffer field.
+
+
+ * hashtab.h (HTAB_DELETED_ENTRY): New macro.
+ (HTAB_EMPTY_ENTRY): New macro.
+
+
+ * libiberty.h (strverscmp): Prototype.
+
+
+ * elf/external.h (GRP_ENTRY_SIZE): Define.
+
+
+ * dis-asm.h (get_arm_regnames): Update prototype.
+
+
+ * dis-asm.h: Externalize print_insn_ms1.
+
+
+ * libiberty.h (XOBFINISH): New.
+
+
+ * bfdlink.h (struct bfd_link_callbacks): Add einfo.
+
+
+ * libiberty.h (vsnprintf): Add format attribute.
+
+
+ * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
+
+
+ * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
+ needed.
+ (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
+
+
+ * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
+
+
+ * libiberty.h (ACONCAT): Properly cast value of alloca().
+
+ * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
+ __cplusplus.
+
+
+ libiberty.h: Do not define empty basename prototype.
+
+
+ * Update the address and phone number of the FSF organization in
+ the GPL notices in the following files:
+ COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h,
+ dyn-string.h, fibheap.h, filenames.h, floatformat.h,
+ fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
+ libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h,
+ partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h,
+ symcat.h, ternary.h, xregex2.h, xtensa-config.h,
+ xtensa-isa-internal.h, xtensa-isa.h
+
+
+ * libiberty.h (unlock_std_streams): New.
+
+
+ * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
+ Don't use the PTR macro.
+
+ * sort.h: Don't use the PARAMS macro.
+
+
+ * libiberty.h (unlock_stream): New.
+
+
+ * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
+ Remove parameter names.
+
+
+ * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
+ Provide prototypes for new functions.
+
+
+ * libiberty.h: Fix indentation.
+
+
+ * libiberty.h: Include <stdio.h>.
+ (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define.
+ (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define.
+ (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define.
+ (pex_init, pex_run, pex_read_output): Declare.
+ (pex_get_status, pex_get_times, pex_free, pex_one): Declare.
+ (struct pex_time): Define.
+
+
+ * libiberty.h (ffs): Declare, if necessary.
+
+
+ * ternary.h: Don't use PARAMS anymore.
+
+
+ * md5.h: Remove definition and uses of __P.
+ * dyn-string.h: Remove uses of PARAMS.
+ * fibheap.h: Likewise.
+ * floatformat.h: Likewise.
+ * hashtab.h: Likewise.
+
+
+ * demangle.h: Remove uses of PARAMS.
+
+ * libiberty.h (ANSI_PROTOTYPES): Remove guard since
+ ANSI_PROTOTYPES is always assumed.
+ Remove uses of PARAMS throughout.
+
+
+ * libiberty.h (xstrndup): Declare.
+
+
+ * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
+
+
+ * xtensa-isa.h: Update a comment and whitespace.
+
+
+ * bfdlink.h (bfd_link_info): Add gc_sections.
+
+
+ * libiberty.h (gettimeofday): Declare.
+
+
+ * libiberty.h: Declare unlink_if_ordinary.
+
+
+ * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix.
+ * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise.
+ (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise.
+
+
+ PR bootstrap/19818
+ * ansidecl.h (PARAMS): Guard from redefinition.
+
+
+ * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
+
+
+ * bfdlink.h (bfd_link_repair_undef_list): Declare.
+
* dis-asm.h (struct disassemble_info): Add skip_zeroes and
* fibheap.h (struct fibnode): Only use unsigned long bitfields
when __GNUC__ is defined and ints are less than 32-bits wide.
-
- * opcode/crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4.
- Remove redundant instruction types.
- (struct argument): X_op - new field.
- (struct cst4_entry): Remove.
- (no_op_insn): Declare.
-
* bfdlink.h (bfd_link_info): Add default_imported_symver.
* dis-asm.h: Add prototype for print_insn_maxq_little.
-
- * opcode/crx.h (enum argtype): Rename types, remove unused types.
-
-
- * elf/arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
-
-
- * opcode/crx.h (enum reg): Rearrange registers, remove 'ccfg' and `'pc'.
- (enum reg_type): Remove CRX_PC_REGTYPE, CRX_MTPR_REGTYPE.
- (enum operand_type): Rearrange operands, edit comments.
- replace us<N> with ui<N> for unsigned immediate.
- replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped
- displacements (respectively).
- replace rbase_ridx_scl2_dispu<N> with rindex_disps<N> for register index.
- (instruction type): Add NO_TYPE_INS.
- (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR.
- (operand_entry): New field - 'flags'.
- (operand flags): New.
-
* bfdlink.h (struct bfd_link_info): Add create_default_symver.
-
- * opcode/crx.h (operand_type): Remove redundant types i3, i4,
- i5, i8, i12.
- Add new unsigned immediate types us3, us4, us5, us16.
-
PR 463
* bfdlink.h (bfd_link_callbacks): Add a pointer to struct
bfd_link_hash_entry to reloc_overflow.
-
- * elf/arm.h (EF_ARM_EABI_VER4): Define.
-
-
- * elf/common.h (PT_SUNW_EH_FRAME): Define.
- * elf/x86-64.h (SHT_X86_64_UNWIND): Define.
-
* xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
xtensa_interface_num_bits, xtensa_interface_inout,
xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
- * elf/xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
- R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
- (XTENSA_PROP_SEC_NAME): Define.
- (property_table_entry): Add flags field.
- (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
-
* bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
-
- * elf/arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
- Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
- R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
-
* bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
* libiberty.h (basename): Prototype for __MINGW32__.
-
- * elf/arm.h: Rename RELABS to TARGET1.
-
* ansidecl.h (ATTRIBUTE_SENTINEL): Define.
* bfdlink.h (struct bfd_link_info): Add relro, relro_start and
relro_end fields.
- * elf/common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
- (PT_GNU_RELRO): Define.