OSDN Git Service

Kaveh Ghazi's printf format attribute checking patch.
[pf3gnuchains/pf3gnuchains3x.git] / include / ChangeLog
index 43d8ddf..d557750 100644 (file)
@@ -1,3 +1,188 @@
+2005-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * dis-asm.h (fprintf_ftype): Add format attribute.
+
+2005-07-03  Steve Ellcey  <sje@cup.hp.com>
+
+       PR other/13906
+       * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New.
+       * md5.h (md5_uintptr): New.
+       (md5_ctx): Align buffer field.
+
+2005-06-30  Daniel Berlin  <dberlin@dberlin.org>
+
+       * hashtab.h (HTAB_DELETED_ENTRY): New macro.
+       (HTAB_EMPTY_ENTRY): New macro.
+
+2005-06-20  Geoffrey Keating  <geoffk@apple.com>
+
+       * libiberty.h (strverscmp): Prototype. 
+
+2005-06-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/external.h (GRP_ENTRY_SIZE): Define.
+
+2005-06-08  Zack Weinberg  <zack@codesourcery.com>
+
+       * dis-asm.h (get_arm_regnames): Update prototype.
+
+2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
+           Michael Snyder  <msnyder@redhat.com>
+           Stan Cox  <scox@redhat.com>
+
+       * dis-asm.h: Externalize print_insn_ms1.
+
+2005-06-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * libiberty.h (XOBFINISH): New.
+
+2005-06-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfdlink.h (struct bfd_link_callbacks): Add einfo.
+
+2005-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (vsnprintf): Add format attribute.
+
+2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF.
+
+2005-05-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if
+       needed.
+       (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed.
+
+2005-05-25  Richard Henderson  <rth@redhat.com>
+
+       * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
+
+2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * libiberty.h (ACONCAT): Properly cast value of alloca().
+
+       * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
+       __cplusplus.
+
+2005-05-12  Steve Ellcey  <sje@cup.hp.com>
+
+       libiberty.h: Do not define empty basename prototype.
+
+2005-05-10  Nick Clifton  <nickc@redhat.com>
+
+       * 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
+
+2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (unlock_std_streams): New.
+
+2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * 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.
+
+2005-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (unlock_stream): New.
+
+2005-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
+       Remove parameter names.
+
+2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
+       Provide prototypes for new functions.
+
+2005-03-29  Ian Lance Taylor  <ian@airs.com>
+
+       * libiberty.h: Fix indentation.
+
+2005-03-28  Ian Lance Taylor  <ian@airs.com>
+
+       * 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.
+
+2005-03-28  Mark Mitchell <mark@codesourcery.com>
+
+       * libiberty.h (ffs): Declare, if necessary.
+
+2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
+
+       * ternary.h: Don't use PARAMS anymore.
+
+2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * md5.h: Remove definition and uses of __P.
+       * dyn-string.h: Remove uses of PARAMS.
+       * fibheap.h: Likewise.
+       * floatformat.h: Likewise.
+       * hashtab.h: Likewise.
+
+2005-03-26  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * demangle.h: Remove uses of PARAMS.
+
+       * libiberty.h (ANSI_PROTOTYPES): Remove guard since
+       ANSI_PROTOTYPES is always assumed.
+       Remove uses of PARAMS throughout.
+
+2005-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (xstrndup): Declare.
+
+2005-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC.
+
+2005-03-22  Bob Wilson  <bob.wilson@acm.org>
+
+       * xtensa-isa.h: Update a comment and whitespace.
+
+2005-03-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bfdlink.h (bfd_link_info): Add gc_sections.
+
+2005-03-09  Mark Mitchell  <mark@codesourcery.com>
+
+       * libiberty.h (gettimeofday): Declare.
+
+2005-03-01  Jan Beulich  <jbeulich@novell.com>
+
+       * libiberty.h: Declare unlink_if_ordinary.
+
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * 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.
+
+2005-02-14  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/19818
+       * ansidecl.h (PARAMS): Guard from redefinition.
+
+2005-02-03  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak.
+
 2005-02-01  Alan Modra  <amodra@bigpond.net.au>
 
        * bfdlink.h (bfd_link_repair_undef_list): Declare.
        * fibheap.h (struct fibnode): Only use unsigned long bitfields
        when __GNUC__ is defined and ints are less than 32-bits wide.
 
-2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>
-
-       * 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.
-
 2004-11-04  Paul Brook  <paul@codesourcery.com>
 
        * bfdlink.h (bfd_link_info): Add default_imported_symver.
 
        * dis-asm.h: Add prototype for print_insn_maxq_little.
 
-2004-11-05  Tomer Levi  <Tomer.Levi@nsc.com>
-       
-       * opcode/crx.h (enum argtype): Rename types, remove unused types.
-
-2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
-
-       * elf/arm.h: Add R_ARM_CALL and R_ARM_JUMP32.
-
-2004-10-27  Tomer Levi  <Tomer.Levi@nsc.com>
-
-       * 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.
-
 2004-10-26  Paul Brook  <paul@codesourcery.com>
 
        * bfdlink.h (struct bfd_link_info): Add create_default_symver.
 
-2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>
-
-       * opcode/crx.h (operand_type): Remove redundant types i3, i4,
-       i5, i8, i12.
-       Add new unsigned immediate types us3, us4, us5, us16.
-
 2004-10-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR 463
        * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
        bfd_link_hash_entry to reloc_overflow.
 
-2004-10-12  Paul Brook  <paul@codesourcery.com>
-
-       * elf/arm.h (EF_ARM_EABI_VER4): Define.
-
-2004-10-08  Daniel Jacobowitz  <dan@debian.org>
-
-       * elf/common.h (PT_SUNW_EH_FRAME): Define.
-       * elf/x86-64.h (SHT_X86_64_UNWIND): Define.
-
 2004-10-07  Bob Wilson  <bob.wilson@acm.org>
 
        * 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.
-
 2004-10-07  Jeff Baker  <jbaker@qnx.com>
 
        * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
 
-2004-09-17  Paul Brook  <paul@codesourcery.com>
-
-       * 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.
-
 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
 
        * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
 
        * libiberty.h (basename): Prototype for __MINGW32__.
 
-2004-09-13  Paul Brook  <paul@codesourcery.com>
-
-       * elf/arm.h: Rename RELABS to TARGET1.
-
 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * 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.
 
 2004-05-04  Andreas Jaeger  <aj@suse.de>