]> Git Repo - binutils.git/blobdiff - include/ChangeLog
merge from gcc
[binutils.git] / include / ChangeLog
index d7564ef9ef1df640eb178214b567604a98fb4f16..5e9ac7a10f9ca718883948de49d9cc54b507f5e4 100644 (file)
@@ -1,3 +1,193 @@
+2003-06-22  Zack Weinberg  <[email protected]>
+
+       * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to
+       HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC
+       respectively.
+
+2003-06-21  Zack Weinberg  <[email protected]>
+
+       * safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
+       New #defines.
+
+2003-06-17  Kaveh R. Ghazi  <[email protected]>
+
+       * ansidecl.h: Delete HAVE_LONG_DOUBLE GCC bootstrap support.
+
+2003-05-23  Jakub Jelinek  <[email protected]>
+
+       * bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
+       * elf/common.h (PT_GNU_STACK): Define.
+
+2003-06-03  H.J. Lu <[email protected]>
+
+       * bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New.
+
+2003-05-30  Ulrich Drepper  <[email protected]>
+           Jakub Jelinek  <[email protected]>
+
+       * bfdlink.h (struct bfd_link_info): Add pie and executable
+       bits.
+
+2003-05-21  Nick Clifton  <[email protected]>
+
+       * bfdlink.h (struct bfd_link_hash_table): Fix typo in comment.
+
+2003-05-15  Jim Blandy  <[email protected]>
+
+       * libiberty.h (hex_value): Make the value an unsigned int, to
+       avoid unexpected sign-extension when cast to unsigned types larger
+       than int --- like bfd_vma, on some platforms.
+       (_hex_value): Update declaration.
+
+2003-05-09  Alan Modra  <[email protected]>
+
+       * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
+       gen_num_opcodes_fn return type.
+
+2003-05-07  Jason Merrill  <[email protected]>
+
+       * hashtab.h (iterative_hash): Prototype.
+       (iterative_hash_object): New macro.
+
+2003-04-28  H.J. Lu <[email protected]>
+
+       * bfdlink.h (bfd_link_info): Add relax_finalizing.
+
+2003-04-23  H.J. Lu <[email protected]>
+
+       * bfdlink.h (bfd_link_callbacks): Add error_handler.
+
+2003-04-04  Svein E. Seldal  <[email protected]>
+
+       * coff/tic4x.h: Namespace cleanup. Replace s/c4x/tic4x
+       and s/c3x/tic3x/
+       * coff/tc-tic4x.h: Ditto
+       * opcode/tic4x.h: Ditto
+
+2003-04-02  Bob Wilson  <[email protected]>
+
+       * xtensa-config.h: Remove comment indicating that this is a
+       generated file.
+
+2003-04-01  Bob Wilson  <[email protected]>
+
+        * dis-asm.h (print_insn_xtensa): Declare.
+        * xtensa-config.h: New file.
+        * xtensa-isa-internal.h: Likewise.
+        * xtensa-isa.h: Likewise.
+
+2003-03-17  Kaveh R. Ghazi  <[email protected]>
+
+       * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF,
+       ATTRIBUTE_NULL_PRINTF_1, ATTRIBUTE_NULL_PRINTF_2,
+       ATTRIBUTE_NULL_PRINTF_3, ATTRIBUTE_NULL_PRINTF_4,
+       ATTRIBUTE_NULL_PRINTF_5): New.
+       (ATTRIBUTE_PRINTF): Add ATTRIBUTE_NONNULL.
+
+2003-03-17  Jan Hubicka  <[email protected]>
+
+       * hashtab.h (htab_traverse_noresize): Declare.
+
+2003-02-27  Kaveh R. Ghazi  <[email protected]>
+
+       * libiberty.h: Document return value of physmem routines.
+
+2003-02-20  Kaveh R. Ghazi  <[email protected]>
+
+       * libiberty.h (physmem_total, physmem_available): Prototype.
+
+2003-02-20  Daniel Jacobowitz  <[email protected]>
+
+       * libiberty.h (lrealpath): Add declaration.
+
+2003-01-31  Grant Grundler  <[email protected]>
+
+        * hppa.h (ldwa, ldda): Add ordered opcodes.
+
+2003-01-26  Daniel Jacobowitz  <[email protected]>
+
+       * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
+       (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
+       (htab_create_alloc_ex): New prototype.
+       (htab_set_functions_ex): New prototype.
+
+2003-01-25  Jakub Jelinek  <[email protected]>
+
+       * elf/sparc.h: Add TLS relocs.  Move R_SPARC_REV32 to 252.
+
+2003-01-20  Svein E. Seldal  <[email protected]>
+
+       * coff/tic4x.h (TICOFF_TARGET_MACHINE_GET): Fixed define bug
+       * coff/ti.h (TICOFF_TARGET_MACHINE_GET): Added macros
+
+2002-07-17  Geoffrey Keating  <[email protected]>
+
+       * splay-tree.h (GTY): Define if undefined.
+       (splay_tree_allocate_fn): Return PTR for compatibility, not void *.
+       (struct splay_tree_node_s): Support gengtype.
+       (struct splay_tree_s): Likewise.  Make allocate_data a PTR,
+       not a void *.
+
+2002-01-02  Ben Elliston  <[email protected]>
+
+       * dis-asm.h (print_insn_iq2000): Declare.
+
+2002-12-24    Dmitry Diky <[email protected]>
+
+       * dis-asm.h: Add msp430 disassembler prototype.
+
+2002-12-27  Chris Demetriou  <[email protected]>
+
+       * dis-asm.h (print_mips_disassembler_options): Prototype.
+
+2002-12-23  Alan Modra  <[email protected]>
+
+       * bfdlink.h (struct bfd_link_info): Add "strip_discarded".
+
+2002-12-20  Alan Modra  <[email protected]>
+
+       * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
+       bit-fields.  Rearrange to put all like types together.
+
+2002-11-30  Alan Modra  <[email protected]>
+
+       * bfdlink.h: Replace boolean with bfd_boolean.  Formatting.
+
+2002-11-23  Simon Burge  <[email protected]>
+
+       * libiberty.h (basename): Add NetBSD to the list.
+
+2002-11-22  Daniel Jacobowitz  <[email protected]>
+
+       * libiberty.h (make_relative_prefix): Add prototype.
+
+2002-11-16  Klee Dienes  <[email protected]>
+
+       * opcode/m88k.h (INSTAB): Remove 'next' field.
+       (instruction): Remove definition; replace with extern declaration
+       and mark as const.
+
+2002-11-14  Egor Duda  <[email protected]>
+
+       * bfdlink.h (struct bfd_link_info): Add new boolean
+       field pei386_runtime_pseudo_reloc.
+
+2002-10-26  Roger Sayle  <[email protected]>
+
+       * partition.h:  Close the extern "C" scope when compiling with C++.
+
+2002-10-26  Roger Sayle  <[email protected]>
+           DJ Delorie <[email protected]>
+
+       PR bootstrap/8351
+       * getopt.h: Avoid prototyping getopt with no arguments in C++.
+
+2002-10-24  Nathan Tallent  <[email protected]>
+
+       * ansidecl.h (__STDC__): Add (__alpha && __cplusplus) to the
+       list of platform compilers that may look, smell and act
+       like __STDC__ but that may not define it.
+
 2002-10-11  David O'Brien  <[email protected]>
 
        * getopt.h: getopt is in unistd.h (based on SUSv2).
This page took 0.02769 seconds and 4 git commands to generate.