Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: include/ChangeLog

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/xtensa-tdep.c ('k') | include/bfdlink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ChangeLog
diff --git a/include/ChangeLog b/include/ChangeLog
index 01854a404e6dc48b9e66626fffa246da7662709d..38e30cf89f83467c7beb45ac681eef38638122ff 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,129 @@
+2012-07-13 Doug Evans <dje@google.com>
+
+ * filenames.h: #include "hashtab.h".
+ (filename_hash, filename_eq): Declare.
+
+2012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * elf/s390.h (START_RELOC_NUMBERS): Define R_390_IRELATIVE reloc.
+
+2012-06-18 Doug Evans <dje@google.com>
+
+ * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index.
+
+2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
+
+ * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.
+
+2012-06-08 Jakub Jelinek <jakub@redhat.com>
+
+ * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New
+ forms.
+ * dwarf2.h (enum dwarf_macro_record_type): Add
+ DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt
+ and DW_MACRO_GNU_transparent_include_alt.
+
+2012-05-23 Doug Evans <dje@google.com>
+
+ * leb128.h: #include stdint.h, inttypes.h.
+ (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
+ Change to take a uint64_t * argument instead of unsigned long long.
+ (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
+ Change to take an int64_t * argument instead of long long.
+
+2012-05-22 Doug Evans <dje@google.com>
+
+ * leb128.h: New file.
+
+2012-05-19 Gary Funck <gary@intrepid.com>
+
+ * dwarf2.def: Update comment re: UPC extensions to reference
+ DWARF4 specification.
+
+2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
+
+ * dis-asm.h (print_insn_m9s12x): Prototype.
+ (print_insn_m9s12xg): Prototype.
+
+2012-05-03 Sean Keys <skeys@ipdatasys.com>
+
+ * dis-asm.h (print_insn_xgate): Define.
+ (print_insn_xgate): Ditto.
+ Added new files for XGATE port.
+
+2012-05-02 Cary Coutant <ccoutant@google.com>
+
+ * dwarf2.def: Remove DW_FORM_GNU_ref_index,
+ replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base.
+
+2012-04-28 Doug Evans <dje@google.com>
+
+ * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index.
+
+2012-04-27 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2.h: Wrap function declarations in extern "C".
+
+2012-04-27 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute)
+ (enum dwarf_location_atom, enum dwarf_type, enum
+ dwarf_call_frame_info): Remove.
+ (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP)
+ (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros.
+ Include dwarf2.def.
+ (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name)
+ (get_DW_OP_name, get_DW_ATE_name): Declare.
+ * dwarf2.def: New file, from dwarf2.h.
+
+2012-04-12 David S. Miller <davem@davemloft.net>
+
+ * elf/sparc.h (R_SPARC_WDISP10): New reloc.
+ * opcode/sparc.h: Define '=' as generating R_SPARC_WDISP10.
+
+2012-04-10 Tristan Gingold <gingold@adacore.com>
+
+ * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
+ (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
+
+2012-04-09 Roland McGrath <mcgrathr@google.com>
+
+ * bfdlink.h (struct bfd_link_info): Add new member user_phdrs.
+
+2012-03-15 Alan Modra <amodra@gmail.com>
+
+ * dis-asm.h (disassemble_init_powerpc): Declare.
+
+2009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be>
+
+ Add DWARF attribute value for the "Borland fastcall" calling
+ convention.
+ * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
+
+2012-01-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/13616
+ * bfdlink.h (bfd_link_order): Update comments on data size.
+
+2012-01-26 Cary Coutant <ccoutant@google.com>
+
+ * dwarf2.h (enum dwarf_form): Add Fission extensions.
+ (enum dwarf_attribute): Likewise.
+
+2012-01-06 Jason Merrill <jason@redhat.com>
+
+ PR c++/6057
+ PR c++/48051
+ PR c++/50855
+ PR c++/51322
+ * demangle.h (enum demangle_component_type): Add
+ DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY.
+
+2011-12-14 Iain Sandoe <iains@gcc.gnu.org>
+
+ * mach-o/loader.h (bfd_mach_o_section_type): define
+ BFD_MACH_O_S_ATTR_NONE to 0.
+
2011-11-07 Richard Henderson <rth@redhat.com>
Merged from transactional-memory.
@@ -168,12 +294,6 @@
* bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field.
-2011-05-09 Paul Brook <paul@codesourcery.com>
-
- * elf/tic6x.h (ELF_STRING_C6000_unwind,
- ELF_STRING_C6000_unwind_info, ELF_STRING_C6000_unwind_once,
- ELF_STRING_C6000_unwind_info_once): Define.
-
2011-04-30 Jakub Jelinek <jakub@redhat.com>
* dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type,
@@ -468,11 +588,6 @@
(disassemble_init_for_target): Ditto.
(init_disassemble_info): Ditto.
-2009-12-03 David Daney <ddaney@caviumnetworks.com>
- Adam Nemet <adambnemet@gmail.com>
-
- * elf/mips.h (E_MIPS_MACH_OCTEON2): New machine flag.
-
2009-11-18 Alan Modra <amodra@bigpond.net.au>
* alloca-conf.h: Clarify comment.
@@ -481,7 +596,7 @@
Add DWARF attribute value for the "Borland fastcall" calling
convention.
- * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
+ * dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant.
2009-10-23 Kai Tietz <kai.tietz@onevision.com>
« no previous file with comments | « gdb/xtensa-tdep.c ('k') | include/bfdlink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698