X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2FChangeLog;h=6a433eafb5813ff5891ff09f183c1f437bd7d125;hb=234647aa1e572e7f9a2b16c88ea666df78fc1315;hp=7c5ba23b9a77671e5b92f6525b4a2c14cc4377f4;hpb=0ff454611d49fe503358e7b9751c2a4890ed5c7b;p=pf3gnuchains%2Fpf3gnuchains3x.git diff --git a/include/ChangeLog b/include/ChangeLog index 7c5ba23b9a..6a433eafb5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,156 @@ +2008-07-07 Stan Shebs + + * dis-asm.h (struct disassemble_info): Add endian_code field. + +2008-07-07 Joel Brobecker + + * safe-ctype.h: Add #include of ctype.h before redefining + the ctype.h macros. + +2008-07-04 Joel Brobecker + + * safe-ctype.h: Remove #error when detecting that ctype.h has been + included. Redefine the various macros provided by ctype.h as + undefined variables. + +2008-06-23 Kaveh R. Ghazi + + * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR, + XDUPVAR, XOBNEWVEC, XOBNEWVAR): New. + +2008-06-06 Alan Modra + + * bfdlink.h (struct bfd_link_info): Add "path_separator". + +2008-04-10 Andreas Krebbel + + * dis-asm.h (print_s390_disassembler_options): + Prototype added. + +2008-03-24 Ian Lance Taylor + + * sha1.h: New file, from gnulib. + + * md5.h: Add extern "C" when compiled with C++. + +2008-03-24 Ian Lance Taylor + + * md5.h: Add extern "C" when compiled with C++. + +2008-03-21 Ian Lance Taylor + + * filenames.h: Add extern "C" when compiled with C++. + +2008-02-15 Alan Modra + + * bfdlink.h (struct bfd_link_hash_table): Delete creator field. + (struct bfd_link_info): Add output_bfd. + +2008-02-11 Bob Wilson + + * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero. + (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New. + +2008-01-26 David Daney + + * demangle.h (demangle_component_type): Add + DEMANGLE_COMPONENT_JAVA_RESOURCE, + DEMANGLE_COMPONENT_COMPOUND_NAME, and + DEMANGLE_COMPONENT_CHARACTER as new enum values. + (demangle_component): Add struct s_character to union u. + +2007-11-07 Joseph Myers + Daniel Jacobowitz + + * floatformat.h (struct floatformat): Add split_half field. + (floatformat_ibm_long_double): New. + +2007-09-06 Tom Tromey + + * libiberty.h (pex_free): Document process killing. + +2007-08-31 Douglas Gregor + + * demangle.h (enum demangle_component_type): Add + DEMANGLE_COMPONENT_RVALUE_REFERENCE. + +2007-07-25 Ben Elliston + + * ternary.h: Remove. + +2007-07-18 Bob Wilson + + * xtensa-config.h (XCHAL_HAVE_THREADPTR): New. + (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New. + +2007-07-17 Nick Clifton + + * COPYING3: New file. Contains version 3 of the GNU General + Public License. + +2007-07-12 Kai Tietz + + * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types + work-a-round whitespace problem in gcc gengtype. + + * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, + needed for WIN64 when a long is not wide enough for a pointer. + (splay_tree_key, splay_tree_value): Use the new types. + +2007-07-09 Roland McGrath + + * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id. + +2007-07-06 Nick Clifton + + * bfdlink.h: Update copyright notice to refer to GPLv3. + +2007-06-29 M R Swami Reddy + + * dis-asm.h (print_insn_cr16): New prototype. + +2007-06-01 Noah Misch + Alan Modra + + * bfdlink.h (struct bfd_link_info): Add input_bfds_tail. + +2007-05-07 Nathan Froyd + + * libiberty.h (writeargv): Declare. + +2007-04-30 Alan Modra + + * bfdlink.h (struct bfd_link_info): Add "info" and "minfo". + +2007-04-25 Mark Mitchell + + * demangle.h: Change license to LGPL + exception. + +2007-04-10 Richard Henderson + + * bfdlink.h (struct bfd_link_info): Add relax_trip. + +2007-03-29 Joel Brobecker + + * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp + regardless of the type of file system. + +2007-03-06 Jan Hubicka + + * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New. + +2007-02-21 Nick Clifton + + * bfdlink.h (struct bfd_link_callbacks): Add + override_segment_assignment field. + +2007-02-17 Mark Mitchell + Nathan Sidwell + Vladimir Prus + + * bin-bugs.h: Remove. + 2007-02-09 Joseph S. Myers * libiberty.h (pex_write_input): Remove prototype. @@ -14,7 +167,7 @@ * dis-asm.h (print_i386_disassembler_options): New. 2007-01-31 Vladimir Prus - + * libiberty.h (PEX_STDERR_TO_PIPE): New define. (PEX_BINARY_ERROR): New define. (pex_read_err): New function. @@ -29,7 +182,7 @@ PR ld/3831 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list. - Add dynamic and dynamic_data. + Add dynamic and dynamic_data. 2006-12-05 Michael Tautschnig Nick Clifton @@ -69,10 +222,6 @@ * dis-asm.h (print_insn_spu): Declare. -2006-10-17 Mark Shinwell - - * elf/arm.h: Define TAG_CPU_ARCH_* constants. - 2006-09-17 Mei Ligang * dis-asm.h: Add prototypes for Score disassembler routines. @@ -100,31 +249,12 @@ * bfdlink.h (bfd_link_info): Replace need_relax_finalize with relax_pass. -2006-03-25 Bernd Schmidt - - * elf/bfin.h (R_BFIN_GOT17M4, R_BFIN_GOTHI, R_BFIN_GOTLO, - R_BFIN_FUNCDESC, R_BFIN_FUNCDESC_GOT17M4, R_BFIN_FUNCDESC_GOTHI, - R_BFIN_FUNCDESC_GOTLO, R_BFIN_FUNCDESC_VALUE, - R_BFIN_FUNCDESC_GOTOFF17M4, R_BFIN_FUNCDESC_GOTOFFHI, - R_BFIN_FUNCDESC_GOTOFFLO, R_BFIN_GOTOFF17M4, R_BFIN_GOTOFFHI, - R_BFIN_GOTOFFLO): New relocs. - (EF_BFIN_PIC, EF_BFIN_FDPIC, EF_BFIN_PIC_FLAGS): New macros. - -2006-03-23 Michael Matz - - * elf/x86-64.h: Add the new relocations with their official - numbers. - 2006-02-17 Shrirang Khisti Anil Paranjape Shilin Shakti * dis-asm.h (print_insn_xc16c): New prototype. -2006-02-06 Steve Ellcey - - * elf/ia64.h (SHF_IA_64_HP_TLS): New. - 2006-01-18 DJ Delorie * md5.h: Include ansidecl.h @@ -148,25 +278,12 @@ Second part of ms1 to mt renaming. * dis-asm.h (print_insn_mt): Renamed. -2005-12-12 Nathan Sidwell - - * elf/mt.h: Renamed from ms1.h - 2005-12-10 Terry Laurenzo PR java/9861 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative output format for return types -2005-11-07 Nathan Sidwell - - Add ms2. - * elf/ms1.h (EF_MS1_CPU_MS2): New. - -2005-11-06 John David Anglin - - * elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs. - 2005-11-03 Alan Modra * bfdlink.h (struct bfd_link_order): Tweak comment. @@ -192,7 +309,6 @@ 2005-09-30 Catherine Moore * dis-asm.h (print_insn_bfin): Declare. - * opcode/bfin.h: New file. 2005-09-26 Mark Mitchell @@ -202,7 +318,6 @@ * bfdlink.h: Remove mention of a29k. * dis-asm.h: Remove a29k support. - * aout/encap.h: Likewise. 2005-08-17 Mark Kettenis @@ -242,7 +357,7 @@ 2005-06-20 Geoffrey Keating - * libiberty.h (strverscmp): Prototype. + * libiberty.h (strverscmp): Prototype. 2005-06-17 Jakub Jelinek