OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [include/] [ChangeLog] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
 
2009-10-09  Rafael Espindola  
 
 
 
        * plugin-api.h (ld_plugin_add_input_library): Change argument name to
 
        libname.
 
 
 
2008-10-03  Rafael Espindola  
 
 
 
        * plugin-api.h: New.
 
        * lto-symtab.h: New.
 
 
 
2009-09-09  Martin Thuresson  
 
 
 
        * bfdlink.h (struct bfd_link_hash_common_entry): Move to top
 
        level.
 
 
 
2009-09-04  Jie Zhang  
 
 
 
        * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp.
 
        (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define.
 
        (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask,
 
        PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask):
 
        Adjust accordingly.
 
        (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and
 
        PseudoDbg_Assert_grp_mask.
 
 
 
2009-08-06  Michael Eager 
 
 
 
        * dis-asm.h: Decl print_insn_microblaze().
 
 
 
2009-07-24  Ian Lance Taylor  
 
 
 
        * libiberty.h (crc32): Declare.
 
 
 
2009-07-20  Cary Coutant  
 
            Doug Evans  
 
 
 
        Add some dwarf4 values.
 
        * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit.
 
        (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc,
 
        DW_FORM_flag_present, DW_FORM_sig8.
 
        (enum dwarf_attribute): Add DW_AT_signature.
 
 
 
2009-07-17  Jan Kratochvil  
 
 
 
        * demangle.h
 
        (enum demangle_component_type )
 
        (enum demangle_component_type ):
 
        New.
 
 
 
2009-07-10  Tom Tromey  
 
 
 
        * dwarf2.h: New file, moved from elf/.
 
 
 
2009-07-09  Jakub Jelinek  
 
 
 
        * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value
 
        and DW_OP_stack_value.
 
 
 
2009-07-09  Tom Tromey  
 
 
 
        * elf/dwarf2.h: Remove, renaming to...
 
        * dwarf2.h: ... this.
 
 
 
2009-06-29  Tom Tromey  
 
 
 
        * elf/dwarf2.h: New file.  Merged with gdb.
 
 
 
2009-06-18  Nick Clifton  
 
 
 
        * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags
 
        field of struct disassemble_info.
 
 
 
2009-06-09  Ian Lance Taylor  
 
 
 
        * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++.
 
 
 
2009-06-15  Nick Clifton  
 
 
 
        * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of
 
        struct disassemble_info.
 
 
 
2009-06-02  Ian Lance Taylor  
 
 
 
        * ansidecl.h (EXPORTED_CONST): Define.
 
 
 
2009-05-31  Ian Lance Taylor  
 
 
 
        * ansidecl.h: Add extern "C" when compiling with C++.  Treat C++
 
        the way we treat an ISO C compiler.  Don't define inline as a
 
        macdro when compiling with C++.
 
        * dyn-string.h: Add header guard DYN_STRING_H.  Add extern "C"
 
        when compiling with C++.
 
        * fibheap.h: Add extern "C" when compiling with C++.
 
 
 
2009-05-25  Tristan Gingold  
 
 
 
        * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB,
 
        FOPEN_AUB): Use "rfm=udf,rat=none" attribute.
 
 
 
2009-04-22  Taras Glek 
 
 
 
        * hashtab.h: Update GTY annotations to new syntax.
 
        * splay-tree.h: Likewise.
 
 
 
2009-04-08  H.J. Lu  
 
 
 
        * bfdlink.h (bfd_link_info): Add warn_alternate_em.
 
 
 
2009-03-18  Alan Modra  
 
 
 
        * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13
 
        documentation.
 
 
 
2009-03-17  Jason Merrill  
 
 
 
        * demangle.h (enum demangle_component_type): Add
 
        DEMANGLE_COMPONENT_FUNCTION_PARAM.
 
 
 
2008-12-01  Cary Coutant  
 
 
 
        * plugin-api.h (LDPS_BAD_HANDLE): New constant.
 
        (ld_plugin_get_input_file): New typedef.
 
        (ld_plugin_release_input_file): New typedef.
 
        (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants.
 
        (struct ld_plugin_tv): Add two new fields.
 
 
 
2008-12-23  Jon Beniston 
 
 
 
        * dis-asm.h: Add LM32 disassembler function prototype.
 
 
 
2008-12-10  Jason Merrill  
 
 
 
        * demangle.h (enum demangle_component_type): Add
 
        DEMANGLE_COMPONENT_FIXED_TYPE.
 
 
 
2008-12-01  Cary Coutant  
 
 
 
        * plugin-api.h (ld_plugin_message): Change format parameter to const.
 
 
 
2008-12-01  Cary Coutant  
 
 
 
        * plugin-api.h: Fix syntax error when compiling with C++.
 
 
 
2008-11-26  Alan Modra  
 
 
 
        PR 7047
 
        * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol".
 
        Add "literal".
 
 
 
2008-11-21  Sterling Augustine  
 
 
 
        * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag.
 
        * xtensa-isa.h (xtensa_state_is_shared_or): New prototype.
 
 
 
2008-11-19  Bob Wilson  
 
 
 
        * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32)
 
        (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR)
 
        (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1.
 
        (XCHAL_NUM_AREGS): Change to 32.
 
        (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K.
 
        (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32.
 
        (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5.
 
        (XCHAL_DCACHE_IS_WRITEBACK): Change to 1.
 
        (XCHAL_DEBUGLEVEL): Change to 6.
 
 
 
2008-11-14  Tristan Gingold  
 
 
 
        * fopen-vms.h (FOPEN_RB): Use a single string to match the
 
        standard prototype.
 
        (FOPEN_WB): Ditto.
 
        (FOPEN_AB): Ditto.
 
        (FOPEN_RUB): Ditto.
 
        (FOPEN_WUB): Ditto.
 
        (FOPEN_AUB): Ditto.
 
 
 
2008-10-21  Alan Modra  
 
 
 
        * obstack.h (obstack_finish ): Cast result to void *.
 
 
 
2008-10-06  Jason Merrill  
 
 
 
        * demangle.h (enum demangle_component_type): Add
 
        DEMANGLE_COMPONENT_PACK_EXPANSION.
 
 
 
2008-09-24  Richard Henderson  
 
 
 
        * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
 
 
 
2008-09-22 Rafael Espindola  
 
 
 
        * plugin-api.h (ld_plugin_status): Remove comma from the last item.
 
        Use C style comment.
 
        (ld_plugin_api_version, ld_plugin_output_file_type,
 
        ld_plugin_symbol_kind, ld_plugin_symbol_visibility,
 
        ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove
 
        comma from the last item.
 
 
 
2008-09-18  Cary Coutant  
 
 
 
        Add plugin functionality for link-time optimization (LTO).
 
        * plugin-api.h: New file.
 
 
 
2008-09-09  Jason Merrill  
 
 
 
        * demangle.h (enum demangle_component_type): Add
 
        DEMANGLE_COMPONENT_DECLTYPE.
 
 
 
2008-08-25  Alan Modra  
 
 
 
        * binary-io.h: New file, imported from gnulib, but don't
 
        #include  or .
 
 
 
2008-08-17  Alan Modra  
 
 
 
        * bfdlink.h (bfd_generic_link_read_symbols): Declare.
 
 
 
2008-08-08  Anatoly Sokolov  
 
 
 
        * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31,
 
        E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define.
 
        (EF_AVR_MACH): Redefine to 0x7F.
 
        * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove.
 
        (AVR_ISA_AVR3): Redefine.
 
        (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35,
 
        AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51,
 
        AVR_ISA_AVR6): Define.
 
 
 
2008-07-12  Jie Zhang  
 
 
 
        Revert
 
        2008-07-12  Jie Zhang  
 
        * bfdlink.h (struct bfd_link_info): Add sep_code member
 
        variable.
 
        * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
 
        (EF_BFIN_DATA_IN_L1): Define.
 
 
 
2008-07-12  Jie Zhang  
 
 
 
        * bfdlink.h (struct bfd_link_info): Add sep_code member
 
        variable.
 
        * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define.
 
        (EF_BFIN_DATA_IN_L1): Define.
 
 
 
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  
2008-02-15  Alan Modra  
 
 
        * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
        * bfdlink.h (struct bfd_link_hash_table): Delete creator field.
        (struct bfd_link_info): Add output_bfd.
        (struct bfd_link_info): Add output_bfd.
 
 
Line 14... Line 301...
        DEMANGLE_COMPONENT_JAVA_RESOURCE,
        DEMANGLE_COMPONENT_JAVA_RESOURCE,
        DEMANGLE_COMPONENT_COMPOUND_NAME, and
        DEMANGLE_COMPONENT_COMPOUND_NAME, and
        DEMANGLE_COMPONENT_CHARACTER as new enum values.
        DEMANGLE_COMPONENT_CHARACTER as new enum values.
        (demangle_component): Add struct s_character to union u.
        (demangle_component): Add struct s_character to union u.
 
 
2008-01-23  Eric B. Weddington  
 
 
 
        * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
 
 
 
2008-01-03  Eric B. Weddington  
 
 
 
        * opcode/avr.h (AVR_ISA_USB162): Add new opcode set.
 
        (AVR_ISA_AVR3): Likewise.
 
 
 
2007-11-17  Thiemo Seufer  
 
 
 
        * elf/mips.h (Tag_GNU_MIPS_ABI_FP): Mention -mips32r2 -mfp64 variant
 
        in comment.
 
 
 
2007-11-07  Joseph Myers  
2007-11-07  Joseph Myers  
            Daniel Jacobowitz  
            Daniel Jacobowitz  
 
 
        * floatformat.h (struct floatformat): Add split_half field.
        * floatformat.h (struct floatformat): Add split_half field.
        (floatformat_ibm_long_double): New.
        (floatformat_ibm_long_double): New.
 
 
2007-11-05  Danny Smith  
 
 
 
        * coff/pe.h (COFF_ENCODE_ALIGNMENT) Define.
 
 
 
2007-09-06  Tom Tromey  
2007-09-06  Tom Tromey  
 
 
        * libiberty.h (pex_free): Document process killing.
        * libiberty.h (pex_free): Document process killing.
 
 
2007-08-31  Douglas Gregor  
2007-08-31  Douglas Gregor  
Line 195... Line 464...
            Takeaki Fukuoka  
            Takeaki Fukuoka  
            Alan Modra  
            Alan Modra  
 
 
        * dis-asm.h (print_insn_spu): Declare.
        * 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  
2006-09-17  Mei Ligang  
 
 
        * dis-asm.h: Add prototypes for Score disassembler routines.
        * dis-asm.h: Add prototypes for Score disassembler routines.
 
 
2006-09-07  H.J. Lu  
2006-09-07  H.J. Lu  
Line 226... Line 491...
2006-04-06  H.J. Lu  
2006-04-06  H.J. Lu  
 
 
        * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
        * bfdlink.h (bfd_link_info): Replace need_relax_finalize with
        relax_pass.
        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  
2006-02-17  Shrirang Khisti  
            Anil Paranjape   
            Anil Paranjape   
            Shilin Shakti    
            Shilin Shakti    
 
 
        * dis-asm.h (print_insn_xc16c): New prototype.
        * 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  
2006-01-18  DJ Delorie  
 
 
        * md5.h: Include ansidecl.h
        * md5.h: Include ansidecl.h
 
 
2006-01-17  Andreas Schwab  
2006-01-17  Andreas Schwab  
Line 274... Line 520...
2005-12-16  Nathan Sidwell  
2005-12-16  Nathan Sidwell  
 
 
        Second part of ms1 to mt renaming.
        Second part of ms1 to mt renaming.
        * dis-asm.h (print_insn_mt): Renamed.
        * dis-asm.h (print_insn_mt): Renamed.
 
 
2005-12-12  Nathan Sidwell  
 
 
 
        * elf/mt.h: Renamed from ms1.h
 
 
 
2005-12-10  Terry Laurenzo  
2005-12-10  Terry Laurenzo  
 
 
        PR java/9861
        PR java/9861
        * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
        * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative
        output format for return types
        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  
2005-11-03  Alan Modra  
 
 
        * bfdlink.h (struct bfd_link_order): Tweak comment.
        * bfdlink.h (struct bfd_link_order): Tweak comment.
 
 
2005-10-31  Mark Kettenis  
2005-10-31  Mark Kettenis  
Line 318... Line 551...
        disasm.h: Add declaration for print_insn_z80
        disasm.h: Add declaration for print_insn_z80
 
 
2005-09-30  Catherine Moore  
2005-09-30  Catherine Moore  
 
 
        * dis-asm.h (print_insn_bfin): Declare.
        * dis-asm.h (print_insn_bfin): Declare.
        * opcode/bfin.h: New file.
 
 
 
2005-09-26  Mark Mitchell  
2005-09-26  Mark Mitchell  
 
 
        * libiberty.h (expandargv): New function.
        * libiberty.h (expandargv): New function.
 
 
2005-08-18  Alan Modra  
2005-08-18  Alan Modra  
 
 
        * bfdlink.h: Remove mention of a29k.
        * bfdlink.h: Remove mention of a29k.
        * dis-asm.h: Remove a29k support.
        * dis-asm.h: Remove a29k support.
        * aout/encap.h: Likewise.
 
 
 
2005-08-17  Mark Kettenis  
2005-08-17  Mark Kettenis  
 
 
        * floatformat.h (struct floatformat): Change type of large
        * floatformat.h (struct floatformat): Change type of large
        argument for is_valid member to `const void *'.
        argument for is_valid member to `const void *'.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.