12012-08-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 2 3 Apply mainline patches 4 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 5 * opcode/arm.h (ARM_CPU_IS_ANY): New define. 6 7 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 8 * elf/arm.h (TAG_CPU_ARCH_V8): New define. 9 (MAX_TAG_CPU_ARCH): Update. 10 * opcode/arm.h (ARM_EXT_V8): New define. 11 (FPU_VFP_EXT_ARMV8): Likewise. 12 (FPU_NEON_EXT_ARMV8): Likewise. 13 (FPU_CRYPTO_EXT_ARMV8): Likewise. 14 (ARM_AEXT_V8A): Likewise. 15 (FPU_VFP_ARMV8): Likwise. 16 (FPU_NEON_ARMV8): Likewise. 17 (FPU_CRYPTO_ARMV8): Likewise. 18 (FPU_ARCH_VFP_ARMV8): Likewise. 19 (FPU_ARCH_NEON_VFP_ARMV8): Likewise. 20 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8): Likewise. 21 (ARM_ARCH_V8A): Likwise. 22 (ARM_ARCH_V8A_FP): Likewise. 23 (ARM_ARCH_V8A_SIMD): Likewise. 24 (ARM_ARCH_V8A_CRYPTO): Likewise. 25 262012-08-16 Ian Bolton <ian.bolton@arm.com> 27 Laurent Desnogues <laurent.desnogues@arm.com> 28 Jim MacArthur <jim.macarthur@arm.com> 29 Marcus Shawcroft <marcus.shawcroft@arm.com> 30 Nigel Stephens <nigel.stephens@arm.com> 31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 32 Richard Earnshaw <rearnsha@arm.com> 33 Sofiane Naci <sofiane.naci@arm.com> 34 Tejas Belagod <tejas.belagod@arm.com> 35 Yufeng Zhang <yufeng.zhang@arm.com> 36 37 * dis-asm.h (print_insn_aarch64): New declaration. 38 (print_aarch64_disassembler_options): New declaration. 39 (aarch64_symbol_is_valid): New declaration. 40 412012-07-24 Stephan McCamant <smcc@cs.berkeley.edu> 42 Dr David Alan Gilbert <dave@treblig.org> 43 44 PR binutils/13135 45 * dis-asm.h (fprintf_ftype): Add ATTRIBUTE_FPTR_PRINTF_2. 46 472012-07-13 Doug Evans <dje@google.com> 48 49 * filenames.h: #include "hashtab.h". 50 (filename_hash, filename_eq): Declare. 51 522012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 53 54 * elf/s390.h (START_RELOC_NUMBERS): Define R_390_IRELATIVE reloc. 55 562012-06-18 Doug Evans <dje@google.com> 57 58 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index. 59 602012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com> 61 62 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. 63 642012-06-08 Jakub Jelinek <jakub@redhat.com> 65 66 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New 67 forms. 68 * dwarf2.h (enum dwarf_macro_record_type): Add 69 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt 70 and DW_MACRO_GNU_transparent_include_alt. 71 722012-05-23 Doug Evans <dje@google.com> 73 74 * leb128.h: #include stdint.h, inttypes.h. 75 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull. 76 Change to take a uint64_t * argument instead of unsigned long long. 77 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll. 78 Change to take an int64_t * argument instead of long long. 79 802012-05-22 Doug Evans <dje@google.com> 81 82 * leb128.h: New file. 83 842012-05-19 Gary Funck <gary@intrepid.com> 85 86 * dwarf2.def: Update comment re: UPC extensions to reference 87 DWARF4 specification. 88 892012-05-15 James Murray <jsm@jsm-net.demon.co.uk> 90 91 * dis-asm.h (print_insn_m9s12x): Prototype. 92 (print_insn_m9s12xg): Prototype. 93 942012-05-03 Sean Keys <skeys@ipdatasys.com> 95 96 * dis-asm.h (print_insn_xgate): Define. 97 (print_insn_xgate): Ditto. 98 Added new files for XGATE port. 99 1002012-05-02 Cary Coutant <ccoutant@google.com> 101 102 * dwarf2.def: Remove DW_FORM_GNU_ref_index, 103 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. 104 1052012-04-28 Doug Evans <dje@google.com> 106 107 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index. 108 1092012-04-27 Tom Tromey <tromey@redhat.com> 110 111 * dwarf2.h: Wrap function declarations in extern "C". 112 1132012-04-27 Tom Tromey <tromey@redhat.com> 114 115 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute) 116 (enum dwarf_location_atom, enum dwarf_type, enum 117 dwarf_call_frame_info): Remove. 118 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP) 119 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros. 120 Include dwarf2.def. 121 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name) 122 (get_DW_OP_name, get_DW_ATE_name): Declare. 123 * dwarf2.def: New file, from dwarf2.h. 124 1252012-04-12 David S. Miller <davem@davemloft.net> 126 127 * elf/sparc.h (R_SPARC_WDISP10): New reloc. 128 * opcode/sparc.h: Define '=' as generating R_SPARC_WDISP10. 129 1302012-04-10 Tristan Gingold <gingold@adacore.com> 131 132 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h 133 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t. 134 1352012-04-09 Roland McGrath <mcgrathr@google.com> 136 137 * bfdlink.h (struct bfd_link_info): Add new member user_phdrs. 138 1392012-03-15 Alan Modra <amodra@gmail.com> 140 141 * dis-asm.h (disassemble_init_powerpc): Declare. 142 1432009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be> 144 145 Add DWARF attribute value for the "Borland fastcall" calling 146 convention. 147 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant. 148 1492012-01-31 H.J. Lu <hongjiu.lu@intel.com> 150 151 PR ld/13616 152 * bfdlink.h (bfd_link_order): Update comments on data size. 153 1542012-01-26 Cary Coutant <ccoutant@google.com> 155 156 * dwarf2.h (enum dwarf_form): Add Fission extensions. 157 (enum dwarf_attribute): Likewise. 158 1592012-01-06 Jason Merrill <jason@redhat.com> 160 161 PR c++/6057 162 PR c++/48051 163 PR c++/50855 164 PR c++/51322 165 * demangle.h (enum demangle_component_type): Add 166 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY. 167 1682011-12-14 Iain Sandoe <iains@gcc.gnu.org> 169 170 * mach-o/loader.h (bfd_mach_o_section_type): define 171 BFD_MACH_O_S_ATTR_NONE to 0. 172 1732011-11-07 Richard Henderson <rth@redhat.com> 174 175 Merged from transactional-memory. 176 177 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group. 178 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group. 179 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New. 180 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New. 181 1822011-11-01 DJ Delorie <dj@redhat.com> 183 184 * dis-asm.h (print_insn_rl78): Declare. 185 1862011-10-25 Joern Rennecke <joern.rennecke@embecosm.com> 187 188 * dis-asm.h (print_insn_epiphany): Declare. 189 1902011-10-21 Ulrich Drepper <drepper@gmail.com> 191 192 * obstack.h [!GNUC] (obstack_free): Avoid cast to int. 193 1942011-10-21 Marc Glisse <marc.glisse@inria.fr> 195 196 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++ 197 1982011-10-19 Alan Modra <amodra@gmail.com> 199 200 PR ld/13254 201 * bfdlink.h (struct bfd_link_info): Add error_textrel. 202 2032011-09-28 Doug Evans <dje@google.com> 204 205 * timeval-utils.h: New file. 206 207 * libiberty.h (countargv): Declare. 208 2092011-09-26 Cary Coutant <ccoutant@google.com> 210 211 gcc PR lto/47247 212 * plugin-api.h (enum ld_plugin_symbol_resolution): Add 213 LDPR_PREVAILING_DEF_IRONLY_EXP. 214 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2. 215 2162011-09-23 Cary Coutant <ccoutant@google.com> 217 218 PR 40831 219 * demangle.h (enum demangle_component_type): Add 220 DEMANGLE_COMPONENT_CLONE. 221 2222011-09-15 H.J. Lu <hongjiu.lu@intel.com> 223 224 PR ld/12975 225 * bfdlink.h (bfd_link_info): Add version_info. 226 2272011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 228 229 * xregex.h (regoff_t): Define. 230 2312011-07-22 Jakub Jelinek <jakub@redhat.com> 232 233 * dwarf2.h (DW_AT_GNU_macros): New. 234 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*. 235 236 PR c++/49756 237 * libiberty.h (stack_limit_increase): New prototype. 238 2392011-07-13 Sriraman Tallam <tmsriram@google.com> 240 241 * plugin-api.h 242 (ld_plugin_section): New struct. 243 (ld_plugin_get_section_count): New typedef. 244 (ld_plugin_get_section_type): New typedef. 245 (ld_plugin_get_section_name): New typedef. 246 (ld_plugin_get_section_contents): New typedef. 247 (ld_plugin_update_section_order): New typedef. 248 (ld_plugin_allow_section_ordering): New typedef. 249 (LDPT_GET_SECTION_COUNT): New enum value. 250 (LDPT_GET_SECTION_TYPE): New enum value. 251 (LDPT_GET_SECTION_NAME): New enum value. 252 (LDPT_GET_SECTION_CONTENTS): New enum value. 253 (LDPT_UPDATE_SECTION_ORDER): New enum value. 254 (LDPT_ALLOW_SECTION_ORDERING): New enum value. 255 (tv_get_section_count): New struct members. 256 (tv_get_section_type): New struct members. 257 (tv_get_section_name): New struct members. 258 (tv_get_section_contents): New struct members. 259 (tv_update_section_order): New struct members. 260 (tv_allow_section_ordering): New struct members. 261 2622011-07-15 Alan Modra <amodra@gmail.com> 263 264 * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip, 265 discard, common_skip_ar_symbols, unresolved_syms_in_objects, and 266 unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id 267 out of bitfields. Reorder bitfields. 268 2692011-07-13 Sriraman Tallam <tmsriram@google.com> 270 271 * plugin-api.h (ld_plugin_section): New struct. 272 (ld_plugin_get_section_count): New typedef. 273 (ld_plugin_get_section_type): New typedef. 274 (ld_plugin_get_section_name): New typedef. 275 (ld_plugin_get_section_contents): New typedef. 276 (ld_plugin_update_section_order): New typedef. 277 (ld_plugin_allow_section_ordering): New typedef. 278 (LDPT_GET_SECTION_COUNT): New enum value. 279 (LDPT_GET_SECTION_TYPE): New enum value. 280 (LDPT_GET_SECTION_NAME): New enum value. 281 (LDPT_GET_SECTION_CONTENTS): New enum value. 282 (LDPT_UPDATE_SECTION_ORDER): New enum value. 283 (LDPT_ALLOW_SECTION_ORDERING): New enum value. 284 (tv_get_section_count): New struct members. 285 (tv_get_section_type): New struct members. 286 (tv_get_section_name): New struct members. 287 (tv_get_section_contents): New struct members. 288 (tv_update_section_order): New struct members. 289 (tv_allow_section_ordering): New struct members. 290 2912011-07-11 Catherine Moore <clm@codesourcery.com> 292 293 * bfdlink.h (flag_type): New enumeration. 294 (flag_info_list): New structure. 295 (flag_info): New structure. 296 2972011-07-09 H.J. Lu <hongjiu.lu@intel.com> 298 299 PR ld/12942 300 * bfdlink.h (bfd_link_info): Add loading_lto_outputs. 301 3022011-07-01 Joel Brobecker <brobecker@adacore.com> 303 304 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define 305 on Darwin, as well as on the systems that use a DOS-like 306 filesystem. 307 3082011-06-22 Jakub Jelinek <jakub@redhat.com> 309 310 PR debug/47858 311 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref. 312 3132011-06-22 Jakub Jelinek <jakub@redhat.com> 314 315 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref. 316 3172011-06-20 Jakub Jelinek <jakub@redhat.com> 318 319 PR ld/12570 320 * bfdlink.h (struct bfd_link_info): Add no_ld_generated_unwind_info 321 option. 322 3232011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com> 324 325 * demangle.h (DMGL_RET_POSTFIX): Extend the comment. 326 (DMGL_RET_DROP): New. 327 3282011-06-13 Walter Lee <walt@tilera.com> 329 330 * dis-asm.h (print_insn_tilegx): Declare. 331 (print_insn_tilepro): Likewise. 332 3332011-05-17 Alan Modra <amodra@gmail.com> 334 335 PR ld/12760 336 * bfdlink.h (struct bfd_link_callbacks <notice>): Add "flags" and 337 "string" param. 338 3392011-05-16 Alan Modra <amodra@gmail.com> 340 341 * bfdlink.h (struct bfd_link_hash_entry): Remove u.undef.weak field. 342 3432011-04-30 Jakub Jelinek <jakub@redhat.com> 344 345 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type, 346 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New. 347 3482011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com> 349 350 * bfdlink.h (ENUM_BITFIELD): Remove. 351 3522011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com> 353 354 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h. 355 3562011-04-24 Alan Modra <amodra@gmail.com> 357 358 PR ld/12365 359 PR ld/12696 360 * bfdlink.h (ENUM_BITFIELD): Define. 361 (struct bfd_link_hash_entry): Make "type" a bitfield. Add "non_ir_ref". 362 (struct bfd_link_callbacks <notice>): Pass bfd_link_hash_entry pointer 363 rather than "name". 364 3652011-04-20 Alan Modra <amodra@gmail.com> 366 367 PR ld/12365 368 * bfdlink.h (struct bfd_link_callbacks): Modify multiple_definition 369 and multiple_common parameters to pass in a bfd_link_hash_entry 370 pointer rather than name,bfd etc. found in the hash entry. 371 3722011-03-31 Tristan Gingold <gingold@adacore.com> 373 374 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum. 375 3762011-03-24 Mark Wielaard <mjw@redhat.com> 377 378 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define. 379 3802010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> 381 382 * plugin-api.h (ld_plugin_get_view): New. 383 (ld_plugin_tag): Add LDPT_GET_VIEW. 384 (ld_plugin_tv): Add tv_get_view. 385 3862011-03-16 Jakub Jelinek <jakub@redhat.com> 387 388 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter, 389 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value, 390 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered, 391 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites, 392 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites, 393 DW_OP_GNU_entry_value): New. 394 3952011-02-28 Kai Tietz <kai.tietz@onevision.com> 396 397 * filenames.h (filename_ncmp): New prototype. 398 3992011-02-23 Kai Tietz <kai.tietz@onevision.com> 400 401 * dwarf2.h (_ELF_DWARF2_H): Renamed to 402 _DWARF2_H. 403 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo, 404 DWARF2_External_PubNames, DWARF2_Internal_PubNames, 405 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit, 406 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed. 407 4082011-02-08 Ulrich Weigand <uweigand@de.ibm.com> 409 410 * dwarf2.h (enum dwarf_calling_convention): Add DW_CC_GDB_IBM_OpenCL. 411 4122011-01-12 Iain Sandoe <iains@gcc.gnu.org> 413 414 * dwarf2.h: Update value for DW_AT_hi_user. 415 4162010-11-16 Ian Lance Taylor <iant@google.com> 417 418 * simple-object.h (simple_object_attributes_merge): Declare, 419 replacing simple_object_attributes_compare. 420 4212010-11-04 Ian Lance Taylor <iant@google.com> 422 423 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go. 424 4252010-11-02 Ian Lance Taylor <iant@google.com> 426 427 * simple-object.h: New file. 428 4292010-10-15 Dave Korn <dave.korn.cygwin@gmail.com> 430 431 Sync LD plugin patch series (part 1/6) with src/include/. 432 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. 433 4342010-10-14 Dave Korn <dave.korn.cygwin@gmail.com> 435 436 Apply LD plugin patch series (part 6/6). 437 * bfdlink.h (struct_bfd_link_callbacks): Document new argument 438 to add_archive_element callback used to return a replacement bfd which 439 is to be added to the hash table in place of the original element. 440 4412010-10-14 Dave Korn <dave.korn.cygwin@gmail.com> 442 443 Apply LD plugin patch series (part 1/6). 444 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. 445 4462010-10-06 Andi Kleen <ak@linux.intel.com> 447 448 * libiberty.h (setproctitle): Add prototype. 449 4502010-09-29 Bernd Schmidt <bernds@codesourcery.com> 451 452 * opcode/tic6x-control-registers.h (tscl): Now read_write. 453 4542010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 455 456 * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val. 457 4582010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 459 460 * arm.h (ARM_EXT_V6Z): Remove. 461 (ARM_EXT_SEC): New define. 462 (ARM_AEXT_V6Z): Use Security Extensions. 463 (ARM_AEXT_V6ZK): Likeiwse. 464 (ARM_AEXT_V6ZT2): Likewise. 465 (ARM_AEXT_V6ZKT2): Likewise. 466 (ARM_AEXT_V7_ARM): Base v7 does not have Security Extensions. 467 (ARM_ARCH_V7A_SEC): New define. 468 (ARM_ARCH_V7A_MP): Rename... 469 (ARM_ARCH_V7A_MP_SEC): ...to this and add Security Extensions. 470 4712010-09-09 Jakub Jelinek <jakub@redhat.com> 472 473 * dwarf2.h (DW_OP_GNU_implicit_pointer): New. 474 4752010-07-06 Ken Werner <ken.werner@de.ibm.com> 476 477 * floatformat.h (floatformat_ieee_half_big): Add declaration. 478 (floatformat_ieee_half_little): Likewise. 479 4802010-06-29 Alan Modra <amodra@gmail.com> 481 482 * dis-asm.h: Remove references to maxq. 483 4842010-06-21 Rafael Espindola <espindola@google.com> 485 486 * plugin-api.h (ld_plugin_set_extra_library_path): New. 487 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH. 488 (ld_plugin_tv): Add tv_set_extra_library_path. 489 4902010-06-21 Jakub Jelinek <jakub@redhat.com> 491 492 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF. 493 4942010-06-18 Rafael Espindola <espindola@google.com> 495 496 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library): 497 Make argument const. 498 4992010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com> 500 501 * splay-tree.h: Update copyright years. 502 (splay_tree_s): Document fields. 503 (splay_tree_new_typed_alloc): New. 504 505 * hashtab.h: Update copyright years. 506 (htab_create_typed_alloc): New. 507 5082010-06-10 Tristan Gingold <gingold@adacore.com> 509 510 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and 511 DW_TAG_HP_Bliss_field_set. 512 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue, 513 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size, 514 DW_AT_HP_definition_points, DW_AT_HP_default_location and 515 DW_AT_HP_is_result_param. 516 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d, 517 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited, 518 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed, 519 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d. 520 (enum dwarf_line_number_x_ops): Add 521 DW_LNE_HP_source_file_correlation. 522 (enum dwarf_source_language): Add DW_LANG_HP_Bliss, 523 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro, 524 DW_LANG_HP_Assembler. 525 5262010-06-01 Rafael Espindola <espindola@google.com> 527 528 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. 529 5302010-04-26 Pedro Alves <pedro@codesourcery.com> 531 532 * filenames.h (PATH_SEPARATOR): Delete. 533 5342010-04-23 Pedro Alves <pedro@codesourcery.com> 535 536 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, 537 always define it independently of host, add `dos_based' parameter, 538 and handle it. 539 (PATH_SEPARATOR): Define. 540 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it 541 independently of host, add `dos_based' parameter, and handle it. 542 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define 543 it independently of host, add `dos_based' parameter, and handle 544 it. 545 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH) 546 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH) 547 (HAS_DOS_DRIVE_SPEC): New. 548 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1. 549 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1. 550 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1. 551 * libiberty.h (dos_lbasename, unix_lbasename): Declare. 552 5532009-05-31 Ian Lance Taylor <iant@google.com> 554 555 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ 556 the way we treat an ISO C compiler. Don't define inline as a 557 macro when compiling with C++. 558 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" 559 when compiling with C++. 560 * fibheap.h: Add extern "C" when compiling with C++. 561 5622010-04-23 Pedro Alves <pedro@codesourcery.com> 563 564 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, 565 always define it independently of host, add `dos_based' parameter, 566 and handle it. 567 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it 568 independently of host, add `dos_based' parameter, and handle it. 569 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define 570 it independently of host, add `dos_based' parameter, and handle 571 it. 572 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH) 573 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH) 574 (HAS_DOS_DRIVE_SPEC): New. 575 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1. 576 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1. 577 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1. 578 * libiberty.h (dos_lbasename, unix_lbasename): Declare. 579 5802010-04-20 Nick Clifton <nickc@redhat.com> 581 582 * sha1.h: Update copyright notice to use GPLv3. 583 5842010-04-15 Nick Clifton <nickc@redhat.com> 585 586 * bout.h: Update copyright notice to use GPLv3. 587 * hp-symtab.h: Likewise. 588 * oasys.h: Likewise. 589 * progress.h: Likewise. 590 * sha1.h: Likewise. 591 * xtensa-isa-internal.h: Likewise. 592 * xtensa-isa.h: Likewise. 593 5942010-04-14 Doug Evans <dje@google.com> 595 596 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros. 597 5982010-04-05 Jakub Jelinek <jakub@redhat.com> 599 600 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn 601 field. 602 6032010-03-25 Joseph Myers <joseph@codesourcery.com> 604 605 * dis-asm.h (print_insn_tic6x): Declare. 606 6072010-03-23 Joseph Myers <joseph@codesourcery.com> 608 609 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define. 610 6112010-01-13 Joel Brobecker <brobecker@adacore.com> 612 613 Add new DW_AT_use_GNAT_descriptive_type CU attribute. 614 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. 615 6162010-01-11 Tristan Gingold <gingold@adacore.com> 617 618 * demangle.h (ada_demangle): Add prototype. 619 6202010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 621 622 PR bootstrap/41771 623 * ansidecl.h: Fix inline test for C99 and Sun Studio cc. 624 6252009-12-29 Joel Brobecker <brobecker@adacore.com> 626 627 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type. 628 6292009-12-14 Doug Kwan <dougkwan@google.com> 630 631 * bfdlink.h (struct bfd_link_callbacks): Rename function parameters 632 to avoid shadowed variable warnings. 633 * dis-asm.h (struct disassemble_info): Ditto. 634 (disassemble_init_for_target): Ditto. 635 (init_disassemble_info): Ditto. 636 6372009-11-18 Alan Modra <amodra@bigpond.net.au> 638 639 * alloca-conf.h: Clarify comment. 640 6412009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be> 642 643 Add DWARF attribute value for the "Borland fastcall" calling 644 convention. 645 * dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant. 646 6472009-10-23 Kai Tietz <kai.tietz@onevision.com> 648 649 * splay-tree.h (libi_uhostptr_t): Add gcc specific 650 __extension__ for long long type case to silent cX9. 651 (libi_shostptr_t): Likewise. 652 6532009-10-19 Rafael Avila de Espindola <espindola@google.com> 654 655 PR40790 656 * plugin-api.h: Don't include stdint.h unconditionally. 657 6582009-10-15 Jakub Jelinek <jakub@redhat.com> 659 660 * include/dwarf2.h (DW_LANG_Python): Add comment that it is 661 a DWARF 4 addition. 662 6632009-10-14 Alan Modra <amodra@bigpond.net.au> 664 665 * bfdlink.h (enum bfd_link_common_skip_ar_symbols): Rename from 666 bfd_link_common_skip_ar_aymbols. 667 (struct bfd_link_info): Here too. 668 6692009-10-09 Rafael Espindola <espindola@google.com> 670 671 * plugin-api.h (ld_plugin_add_input_library): Change argument name to 672 libname. 673 6742008-10-03 Rafael Espindola <espindola@google.com> 675 676 * plugin-api.h: New. 677 * lto-symtab.h: New. 678 6792009-10-05 Rafael Espindola <espindola@google.com> 680 681 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE. 682 (ld_plugin_get_input_file): New. 683 (ld_plugin_release_input_file): New. 684 (ld_plugin_add_input_library): New. 685 (ld_plugin_message): Mark format const. 686 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and 687 LDPT_ADD_INPUT_LIBRARY. 688 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and 689 tv_add_input_library. 690 6912009-10-04 Jerry Quinn <jlquinn@optonline.net> 692 693 * plugin-api.h: Fix compile. 694 6952009-09-29 Jason Merrill <jason@redhat.com> 696 697 * demangle.h (enum demangle_component_type): Add 698 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG, 699 DEMANGLE_COMPONENT_UNNAMED_TYPE. 700 (struct demangle_component): Add s_unary_num. 701 7022009-09-29 DJ Delorie <dj@redhat.com> 703 704 * dis-asm.h: Add prototype for print_insn_rx. 705 7062009-09-25 Dodji Seketeli <dodji@redhat.com> 707 708 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and 709 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack 710 and DW_TAG_formal_parameter_pack until DWARF 5 is out. 711 7122009-09-25 Cary Coutant <ccoutant@google.com> 713 714 Add rest of new values from DWARF Version 4. 715 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): 716 New tags. 717 (DW_FORM_ref_sig8): New name for DW_FORM_sig8. 718 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, 719 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by, 720 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, 721 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required, 722 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New 723 attributes. 724 (DW_LANG_Python): New language. 725 7262009-09-24 Cary Coutant <ccoutant@google.com> 727 728 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): 729 New tags. 730 (DW_FORM_ref_sig8): New name for DW_FORM_sig8. 731 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, 732 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by, 733 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, 734 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required, 735 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New 736 attributes. 737 (DW_LANG_Python): New language. 738 7392009-09-22 Dodji Seketeli <dodji@redhat.com> 740 741 * dwarf2.h (enum dwarf_tag): Add 742 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack. 743 7442009-09-09 Martin Thuresson <martin@mtme.org> 745 746 * bfdlink.h (struct bfd_link_hash_common_entry): Move to top 747 level. 748 7492009-09-04 Jie Zhang <jie.zhang@analog.com> 750 751 * opcode/bfin.h (PseudoDbg_Assert): Add bits_grp and mask_grp. 752 (PseudoDbg_Assert_grp_bits, PseudoDbg_Assert_grp_mask): Define. 753 (PseudoDbg_Assert_dbgop_bits, PseudoDbg_Assert_dbgop_mask, 754 PseudoDbg_Assert_dontcare_bits, PseudoDbg_Assert_dontcare_mask): 755 Adjust accordingly. 756 (init_PseudoDbg_Assert): Add PseudoDbg_Assert_grp_bits and 757 PseudoDbg_Assert_grp_mask. 758 7592009-08-06 Michael Eager <eager@eagercon.com> 760 761 * dis-asm.h: Decl print_insn_microblaze(). 762 7632009-07-24 Ian Lance Taylor <iant@google.com> 764 765 * libiberty.h (crc32): Declare. 766 7672009-07-20 Cary Coutant <ccoutant@google.com> 768 Doug Evans <dje@google.com> 769 770 Add some dwarf4 values. 771 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit. 772 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc, 773 DW_FORM_flag_present, DW_FORM_sig8. 774 (enum dwarf_attribute): Add DW_AT_signature. 775 7762009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com> 777 778 * demangle.h 779 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>) 780 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>): 781 New. 782 7832009-07-10 Tom Tromey <tromey@redhat.com> 784 785 * dwarf2.h: New file, moved from elf/. 786 7872009-07-09 Jakub Jelinek <jakub@redhat.com> 788 789 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value 790 and DW_OP_stack_value. 791 7922009-07-09 Tom Tromey <tromey@redhat.com> 793 794 * elf/dwarf2.h: Remove, renaming to... 795 * dwarf2.h: ... this. 796 7972009-06-29 Tom Tromey <tromey@redhat.com> 798 799 * elf/dwarf2.h: New file. Merged with gdb. 800 8012009-06-18 Nick Clifton <nickc@redhat.com> 802 803 * dis-asm.h (USER_SPECIFIED_MACHINE_TYPE): New value for the flags 804 field of struct disassemble_info. 805 8062009-06-09 Ian Lance Taylor <ian@airs.com> 807 808 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++. 809 8102009-06-15 Nick Clifton <nickc@redhat.com> 811 812 * dis-asm.h (DISASSEMBLE_DATA): New value for the flags field of 813 struct disassemble_info. 814 8152009-06-02 Ian Lance Taylor <iant@google.com> 816 817 * ansidecl.h (EXPORTED_CONST): Define. 818 8192009-05-31 Ian Lance Taylor <iant@google.com> 820 821 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ 822 the way we treat an ISO C compiler. Don't define inline as a 823 macdro when compiling with C++. 824 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" 825 when compiling with C++. 826 * fibheap.h: Add extern "C" when compiling with C++. 827 8282009-05-25 Tristan Gingold <gingold@adacore.com> 829 830 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, 831 FOPEN_AUB): Use "rfm=udf,rat=none" attribute. 832 8332009-04-22 Taras Glek <tglek@mozilla.com> 834 835 * hashtab.h: Update GTY annotations to new syntax. 836 * splay-tree.h: Likewise. 837 8382009-04-08 H.J. Lu <hongjiu.lu@intel.com> 839 840 * bfdlink.h (bfd_link_info): Add warn_alternate_em. 841 8422009-03-18 Alan Modra <amodra@bigpond.net.au> 843 844 * alloca-conf.h: Revise based on autoconf-2.61, autoconf-2.13 845 documentation. 846 8472009-03-17 Jason Merrill <jason@redhat.com> 848 849 * demangle.h (enum demangle_component_type): Add 850 DEMANGLE_COMPONENT_FUNCTION_PARAM. 851 8522008-12-01 Cary Coutant <ccoutant@google.com> 853 854 * plugin-api.h (LDPS_BAD_HANDLE): New constant. 855 (ld_plugin_get_input_file): New typedef. 856 (ld_plugin_release_input_file): New typedef. 857 (LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE): New constants. 858 (struct ld_plugin_tv): Add two new fields. 859 8602008-12-23 Jon Beniston <jon@beniston.com> 861 862 * dis-asm.h: Add LM32 disassembler function prototype. 863 8642008-12-10 Jason Merrill <jason@redhat.com> 865 866 * demangle.h (enum demangle_component_type): Add 867 DEMANGLE_COMPONENT_FIXED_TYPE. 868 8692008-12-01 Cary Coutant <ccoutant@google.com> 870 871 * plugin-api.h (ld_plugin_message): Change format parameter to const. 872 8732008-12-01 Cary Coutant <ccoutant@google.com> 874 875 * plugin-api.h: Fix syntax error when compiling with C++. 876 8772008-11-26 Alan Modra <amodra@bigpond.net.au> 878 879 PR 7047 880 * bfdlink.h (struct bfd_elf_version_expr): Delete "symbol". 881 Add "literal". 882 8832008-11-21 Sterling Augustine <sterling@tensilica.com> 884 885 * xtensa-isa-internal.h (XTENSA_STATE_IS_SHARED_OR): New flag. 886 * xtensa-isa.h (xtensa_state_is_shared_or): New prototype. 887 8882008-11-19 Bob Wilson <bob.wilson@acm.org> 889 890 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32) 891 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR) 892 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1. 893 (XCHAL_NUM_AREGS): Change to 32. 894 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K. 895 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32. 896 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5. 897 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1. 898 (XCHAL_DEBUGLEVEL): Change to 6. 899 9002008-11-14 Tristan Gingold <gingold@adacore.com> 901 902 * fopen-vms.h (FOPEN_RB): Use a single string to match the 903 standard prototype. 904 (FOPEN_WB): Ditto. 905 (FOPEN_AB): Ditto. 906 (FOPEN_RUB): Ditto. 907 (FOPEN_WUB): Ditto. 908 (FOPEN_AUB): Ditto. 909 9102008-10-21 Alan Modra <amodra@bigpond.net.au> 911 912 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *. 913 9142008-10-06 Jason Merrill <jason@redhat.com> 915 916 * demangle.h (enum demangle_component_type): Add 917 DEMANGLE_COMPONENT_PACK_EXPANSION. 918 9192008-09-24 Richard Henderson <rth@redhat.com> 920 921 * elf/dwarf2.h (DW_OP_GNU_encoded_addr): New. 922 9232008-09-22 Rafael Espindola <espindola@google.com> 924 925 * plugin-api.h (ld_plugin_status): Remove comma from the last item. 926 Use C style comment. 927 (ld_plugin_api_version, ld_plugin_output_file_type, 928 ld_plugin_symbol_kind, ld_plugin_symbol_visibility, 929 ld_plugin_symbol_resolution, ld_plugin_level, ld_plugin_tag): Remove 930 comma from the last item. 931 9322008-09-18 Cary Coutant <ccoutant@google.com> 933 934 Add plugin functionality for link-time optimization (LTO). 935 * plugin-api.h: New file. 936 9372008-09-09 Jason Merrill <jason@redhat.com> 938 939 * demangle.h (enum demangle_component_type): Add 940 DEMANGLE_COMPONENT_DECLTYPE. 941 9422008-08-25 Alan Modra <amodra@bigpond.net.au> 943 944 * binary-io.h: New file, imported from gnulib, but don't 945 #include <fcntl.h> or <stdio.h>. 946 9472008-08-17 Alan Modra <amodra@bigpond.net.au> 948 949 * bfdlink.h (bfd_generic_link_read_symbols): Declare. 950 9512008-08-08 Anatoly Sokolov <aesok@post.ru> 952 953 * elf/avr.h (E_AVR_MACH_AVR25, E_AVR_MACH_AVR31, 954 E_AVR_MACH_AVR35, E_AVR_MACH_AVR51): Define. 955 (EF_AVR_MACH): Redefine to 0x7F. 956 * opcode/avr.h (AVR_ISA_TINY3, AVR_ISA_ALL, AVR_ISA_USB162): Remove. 957 (AVR_ISA_AVR3): Redefine. 958 (AVR_ISA_AVR1, AVR_ISA_AVR2, AVR_ISA_AVR31, AVR_ISA_AVR35, 959 AVR_ISA_AVR3_ALL, AVR_ISA_AVR4, AVR_ISA_AVR5, AVR_ISA_AVR51, 960 AVR_ISA_AVR6): Define. 961 9622008-07-12 Jie Zhang <jie.zhang@analog.com> 963 964 Revert 965 2008-07-12 Jie Zhang <jie.zhang@analog.com> 966 * bfdlink.h (struct bfd_link_info): Add sep_code member 967 variable. 968 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define. 969 (EF_BFIN_DATA_IN_L1): Define. 970 9712008-07-12 Jie Zhang <jie.zhang@analog.com> 972 973 * bfdlink.h (struct bfd_link_info): Add sep_code member 974 variable. 975 * elf/bfin.h (EF_BFIN_CODE_IN_L1): Define. 976 (EF_BFIN_DATA_IN_L1): Define. 977 9782008-07-07 Stan Shebs <stan@codesourcery.com> 979 980 * dis-asm.h (struct disassemble_info): Add endian_code field. 981 9822008-07-07 Joel Brobecker <brobecker@adacore.com> 983 984 * safe-ctype.h: Add #include of ctype.h before redefining 985 the ctype.h macros. 986 9872008-07-04 Joel Brobecker <brobecker@adacore.com> 988 989 * safe-ctype.h: Remove #error when detecting that ctype.h has been 990 included. Redefine the various macros provided by ctype.h as 991 undefined variables. 992 9932008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 994 995 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR, 996 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New. 997 9982008-06-06 Alan Modra <amodra@bigpond.net.au> 999 1000 * bfdlink.h (struct bfd_link_info): Add "path_separator". 1001 10022008-04-10 Andreas Krebbel <krebbel1@de.ibm.com> 1003 1004 * dis-asm.h (print_s390_disassembler_options): 1005 Prototype added. 1006 10072008-03-24 Ian Lance Taylor <iant@google.com> 1008 1009 * sha1.h: New file, from gnulib. 1010 1011 * md5.h: Add extern "C" when compiled with C++. 1012 10132008-03-24 Ian Lance Taylor <iant@google.com> 1014 1015 * md5.h: Add extern "C" when compiled with C++. 1016 10172008-03-21 Ian Lance Taylor <iant@google.com> 1018 1019 * filenames.h: Add extern "C" when compiled with C++. 1020 10212008-02-15 Alan Modra <amodra@bigpond.net.au> 1022 1023 * bfdlink.h (struct bfd_link_hash_table): Delete creator field. 1024 (struct bfd_link_info): Add output_bfd. 1025 10262008-02-11 Bob Wilson <bob.wilson@acm.org> 1027 1028 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero. 1029 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New. 1030 10312008-01-26 David Daney <ddaney@avtrex.com> 1032 1033 * demangle.h (demangle_component_type): Add 1034 DEMANGLE_COMPONENT_JAVA_RESOURCE, 1035 DEMANGLE_COMPONENT_COMPOUND_NAME, and 1036 DEMANGLE_COMPONENT_CHARACTER as new enum values. 1037 (demangle_component): Add struct s_character to union u. 1038 10392007-11-07 Joseph Myers <joseph@codesourcery.com> 1040 Daniel Jacobowitz <dan@codesourcery.com> 1041 1042 * floatformat.h (struct floatformat): Add split_half field. 1043 (floatformat_ibm_long_double): New. 1044 10452007-09-06 Tom Tromey <tromey@redhat.com> 1046 1047 * libiberty.h (pex_free): Document process killing. 1048 10492007-08-31 Douglas Gregor <doug.gregor@gmail.com> 1050 1051 * demangle.h (enum demangle_component_type): Add 1052 DEMANGLE_COMPONENT_RVALUE_REFERENCE. 1053 10542007-07-25 Ben Elliston <bje@au.ibm.com> 1055 1056 * ternary.h: Remove. 1057 10582007-07-18 Bob Wilson <bob.wilson@acm.org> 1059 1060 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New. 1061 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New. 1062 10632007-07-17 Nick Clifton <nickc@redhat.com> 1064 1065 * COPYING3: New file. Contains version 3 of the GNU General 1066 Public License. 1067 10682007-07-12 Kai Tietz <kai.tietz@onevision.com> 1069 1070 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): Adjust types 1071 work-a-round whitespace problem in gcc gengtype. 1072 1073 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, 1074 needed for WIN64 when a long is not wide enough for a pointer. 1075 (splay_tree_key, splay_tree_value): Use the new types. 1076 10772007-07-09 Roland McGrath <roland@redhat.com> 1078 1079 * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id. 1080 10812007-07-06 Nick Clifton <nickc@redhat.com> 1082 1083 * bfdlink.h: Update copyright notice to refer to GPLv3. 1084 10852007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 1086 1087 * dis-asm.h (print_insn_cr16): New prototype. 1088 10892007-06-01 Noah Misch <noah@cs.caltech.edu> 1090 Alan Modra <amodra@bigpond.net.au> 1091 1092 * bfdlink.h (struct bfd_link_info): Add input_bfds_tail. 1093 10942007-05-07 Nathan Froyd <froydnj@codesourcery.com> 1095 1096 * libiberty.h (writeargv): Declare. 1097 10982007-04-30 Alan Modra <amodra@bigpond.net.au> 1099 1100 * bfdlink.h (struct bfd_link_info): Add "info" and "minfo". 1101 11022007-04-25 Mark Mitchell <mark@codesourcery.com> 1103 1104 * demangle.h: Change license to LGPL + exception. 1105 11062007-04-10 Richard Henderson <rth@redhat.com> 1107 1108 * bfdlink.h (struct bfd_link_info): Add relax_trip. 1109 11102007-03-29 Joel Brobecker <brobecker@adacore.com> 1111 1112 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp 1113 regardless of the type of file system. 1114 11152007-03-06 Jan Hubicka <jh@suse.cz> 1116 1117 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New. 1118 11192007-02-21 Nick Clifton <nickc@redhat.com> 1120 1121 * bfdlink.h (struct bfd_link_callbacks): Add 1122 override_segment_assignment field. 1123 11242007-02-17 Mark Mitchell <mark@codesourcery.com> 1125 Nathan Sidwell <nathan@codesourcery.com> 1126 Vladimir Prus <vladimir@codesourcery.com 1127 Joseph Myers <joseph@codesourcery.com> 1128 1129 * bin-bugs.h: Remove. 1130 11312007-02-09 Joseph S. Myers <joseph@codesourcery.com> 1132 1133 * libiberty.h (pex_write_input): Remove prototype. 1134 11352007-02-05 Dave Brolley <brolley@redhat.com> 1136 1137 * Contribute the following changes: 1138 2001-03-26 Ben Elliston <bje@redhat.com> 1139 1140 * dis-asm.h (print_insn_mep): Declare. 1141 11422007-02-02 H.J. Lu <hongjiu.lu@intel.com> 1143 1144 * dis-asm.h (print_i386_disassembler_options): New. 1145 11462007-01-31 Vladimir Prus <vladimir@codesourcery.com> 1147 1148 * libiberty.h (PEX_STDERR_TO_PIPE): New define. 1149 (PEX_BINARY_ERROR): New define. 1150 (pex_read_err): New function. 1151 11522007-01-29 Simon Baldwin <simonb@google.com> 1153 1154 * demangle.h: New cplus_demangle_print_callback, 1155 cplus_demangle_v3_callback, and java_demangle_v3_callback function 1156 prototypes, and demangle_callbackref type definition. 1157 11582007-01-16 H.J. Lu <hongjiu.lu@intel.com> 1159 1160 PR ld/3831 1161 * bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list. 1162 Add dynamic and dynamic_data. 1163 11642006-12-05 Michael Tautschnig <tautschn@model.in.tum.de> 1165 Nick Clifton <nickc@redhat.com> 1166 1167 * ansidecl.h (ATTRIBUTE_PACKED): Define. 1168 11692006-11-30 Andrew Stubbs <andrew.stubbs@st.com> 1170 J"orn Rennecke <joern.rennecke@st.com> 1171 1172 PR driver/29931 1173 * libiberty.h (make_relative_prefix_ignore_links): Declare. 1174 11752006-11-27 Bob Wilson <bob.wilson@acm.org> 1176 1177 * xtensa-config.h (XSHAL_ABI): New. 1178 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New. 1179 11802006-11-27 Bob Wilson <bob.wilson@acm.org> 1181 1182 * xtensa-isa.h (STATIC_LIBISA): Delete. 1183 11842006-10-30 Paul Brook <paul@codesourcery.com> 1185 1186 * dis-asm.h (disassemble_info): Add symtab, symtab_pos and 1187 symtab_size. 1188 11892006-10-30 H.J. Lu <hongjiu.lu@intel.com> 1190 1191 PR ld/3111 1192 * bfdlink.h (bfd_link_info): Add reduce_memory_overheads. 1193 11942006-10-25 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com> 1195 Yukishige Shibata <shibata@rd.scei.sony.co.jp> 1196 Nobuhisa Fujinami <fnami@rd.scei.sony.co.jp> 1197 Takeaki Fukuoka <fukuoka@rd.scei.sony.co.jp> 1198 Alan Modra <amodra@bigpond.net.au> 1199 1200 * dis-asm.h (print_insn_spu): Declare. 1201 12022006-09-17 Mei Ligang <ligang@sunnorth.com.cn> 1203 1204 * dis-asm.h: Add prototypes for Score disassembler routines. 1205 12062006-09-07 H.J. Lu <hongjiu.lu@intel.com> 1207 1208 * bfdlink.h (bfd_elf_dynamic_list): New. 1209 (bfd_link_info): Add a dynamic field. 1210 12112006-08-04 Marcelo Tosatti <marcelo@kvack.org> 1212 1213 * bfdlink.h (struct bfd_link_info): New field: print_gc_sections. 1214 12152006-07-10 Jakub Jelinek <jakub@redhat.com> 1216 1217 * bfdlink.h (struct bfd_link_info): Add emit_hash and 1218 emit_gnu_hash bitfields. 1219 12202006-04-11 Jim Blandy <jimb@codesourcery.com> 1221 1222 * libiberty.h (pex_input_file, pex_input_pipe): New declarations. 1223 12242006-04-06 H.J. Lu <hongjiu.lu@intel.com> 1225 1226 * bfdlink.h (bfd_link_info): Replace need_relax_finalize with 1227 relax_pass. 1228 12292006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com> 1230 Anil Paranjape <anilp1@kpitcummins.com> 1231 Shilin Shakti <shilins@kpitcummins.com> 1232 1233 * dis-asm.h (print_insn_xc16c): New prototype. 1234 12352006-01-18 DJ Delorie <dj@redhat.com> 1236 1237 * md5.h: Include ansidecl.h 1238 12392006-01-17 Andreas Schwab <schwab@suse.de> 1240 1241 PR binutils/1486 1242 * dis-asm.h (struct disassemble_info): Add 1243 disassembler_needs_relocs. 1244 12452006-01-09 Bob Wilson <bob.wilson@acm.org> 1246 1247 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. 1248 12492005-12-30 Bob Wilson <bob.wilson@acm.org> 1250 1251 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. 1252 12532005-12-16 Nathan Sidwell <nathan@codesourcery.com> 1254 1255 Second part of ms1 to mt renaming. 1256 * dis-asm.h (print_insn_mt): Renamed. 1257 12582005-12-10 Terry Laurenzo <tlaurenzo@gmail.com> 1259 1260 PR java/9861 1261 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative 1262 output format for return types 1263 12642005-11-03 Alan Modra <amodra@bigpond.net.au> 1265 1266 * bfdlink.h (struct bfd_link_order): Tweak comment. 1267 12682005-10-31 Mark Kettenis <kettenis@gnu.org> 1269 1270 * floatformat.h (enum floatformat_byteorders): Add 1271 floatformat_vax. 1272 (floatformat_vax_aingle, floatformat_vax_double): Declare. 1273 12742005-10-28 Dave Brolley <brolley@redhat.com> 1275 1276 Contribute the following changes: 1277 2003-09-29 Dave Brolley <brolley@redhat.com> 1278 1279 * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for 1280 more exotic underlying types to be used. 1281 12822005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl> 1283 1284 disasm.h: Add declaration for print_insn_z80 1285 12862005-09-30 Catherine Moore <clm@cm00re.com> 1287 1288 * dis-asm.h (print_insn_bfin): Declare. 1289 12902005-09-26 Mark Mitchell <mark@codesourcery.com> 1291 1292 * libiberty.h (expandargv): New function. 1293 12942005-08-18 Alan Modra <amodra@bigpond.net.au> 1295 1296 * bfdlink.h: Remove mention of a29k. 1297 * dis-asm.h: Remove a29k support. 1298 12992005-08-17 Mark Kettenis <kettenis@gnu.org> 1300 1301 * floatformat.h (struct floatformat): Change type of large 1302 argument for is_valid member to `const void *'. 1303 (floatformat_to_double): Change type of second argument to `const 1304 void *'. 1305 (floatformat_from_double): Change type of last argument to `void 1306 *'. 1307 (floatformat_is_valid): Change type of last argument to `const 1308 void *'. 1309 13102005-07-14 Jim Blandy <jimb@redhat.com> 1311 1312 * dis-asm.h (print_insn_m32c): New declaration. 1313 13142005-07-12 Ben Elliston <bje@au.ibm.com> 1315 1316 * xregex2.h (regexec): Qualify this prototype with __extension__ 1317 when compiling with GNU C. 1318 13192005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1320 1321 * dis-asm.h (fprintf_ftype): Add format attribute. 1322 13232005-07-03 Steve Ellcey <sje@cup.hp.com> 1324 1325 PR other/13906 1326 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New. 1327 * md5.h (md5_uintptr): New. 1328 (md5_ctx): Align buffer field. 1329 13302005-06-30 Daniel Berlin <dberlin@dberlin.org> 1331 1332 * hashtab.h (HTAB_DELETED_ENTRY): New macro. 1333 (HTAB_EMPTY_ENTRY): New macro. 1334 13352005-06-20 Geoffrey Keating <geoffk@apple.com> 1336 1337 * libiberty.h (strverscmp): Prototype. 1338 13392005-06-17 Jakub Jelinek <jakub@redhat.com> 1340 1341 * elf/external.h (GRP_ENTRY_SIZE): Define. 1342 13432005-06-08 Zack Weinberg <zack@codesourcery.com> 1344 1345 * dis-asm.h (get_arm_regnames): Update prototype. 1346 13472005-06-07 Aldy Hernandez <aldyh@redhat.com> 1348 Michael Snyder <msnyder@redhat.com> 1349 Stan Cox <scox@redhat.com> 1350 1351 * dis-asm.h: Externalize print_insn_ms1. 1352 13532005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net> 1354 1355 * libiberty.h (XOBFINISH): New. 1356 13572005-06-03 Alan Modra <amodra@bigpond.net.au> 1358 1359 * bfdlink.h (struct bfd_link_callbacks): Add einfo. 1360 13612005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1362 1363 * libiberty.h (vsnprintf): Add format attribute. 1364 13652005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1366 1367 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF. 1368 13692005-05-28 Eli Zaretskii <eliz@gnu.org> 1370 1371 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if 1372 needed. 1373 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed. 1374 13752005-05-25 Richard Henderson <rth@redhat.com> 1376 1377 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. 1378 13792005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net> 1380 1381 * libiberty.h (ACONCAT): Properly cast value of alloca(). 1382 1383 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if 1384 __cplusplus. 1385 13862005-05-12 Steve Ellcey <sje@cup.hp.com> 1387 1388 libiberty.h: Do not define empty basename prototype. 1389 13902005-05-10 Nick Clifton <nickc@redhat.com> 1391 1392 * Update the address and phone number of the FSF organization in 1393 the GPL notices in the following files: 1394 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h, 1395 dyn-string.h, fibheap.h, filenames.h, floatformat.h, 1396 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h, 1397 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h, 1398 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h, 1399 symcat.h, ternary.h, xregex2.h, xtensa-config.h, 1400 xtensa-isa-internal.h, xtensa-isa.h 1401 14022005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1403 1404 * libiberty.h (unlock_std_streams): New. 1405 14062005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1407 1408 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h: 1409 Don't use the PTR macro. 1410 1411 * sort.h: Don't use the PARAMS macro. 1412 14132005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1414 1415 * libiberty.h (unlock_stream): New. 1416 14172005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1418 1419 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): 1420 Remove parameter names. 1421 14222005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1423 1424 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): 1425 Provide prototypes for new functions. 1426 14272005-03-29 Ian Lance Taylor <ian@airs.com> 1428 1429 * libiberty.h: Fix indentation. 1430 14312005-03-28 Ian Lance Taylor <ian@airs.com> 1432 1433 * libiberty.h: Include <stdio.h>. 1434 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define. 1435 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define. 1436 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define. 1437 (pex_init, pex_run, pex_read_output): Declare. 1438 (pex_get_status, pex_get_times, pex_free, pex_one): Declare. 1439 (struct pex_time): Define. 1440 14412005-03-28 Mark Mitchell <mark@codesourcery.com> 1442 1443 * libiberty.h (ffs): Declare, if necessary. 1444 14452005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net> 1446 1447 * ternary.h: Don't use PARAMS anymore. 1448 14492005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net> 1450 1451 * md5.h: Remove definition and uses of __P. 1452 * dyn-string.h: Remove uses of PARAMS. 1453 * fibheap.h: Likewise. 1454 * floatformat.h: Likewise. 1455 * hashtab.h: Likewise. 1456 14572005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net> 1458 1459 * demangle.h: Remove uses of PARAMS. 1460 1461 * libiberty.h (ANSI_PROTOTYPES): Remove guard since 1462 ANSI_PROTOTYPES is always assumed. 1463 Remove uses of PARAMS throughout. 1464 14652005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1466 1467 * libiberty.h (xstrndup): Declare. 1468 14692005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1470 1471 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC. 1472 14732005-03-22 Bob Wilson <bob.wilson@acm.org> 1474 1475 * xtensa-isa.h: Update a comment and whitespace. 1476 14772005-03-16 H.J. Lu <hongjiu.lu@intel.com> 1478 1479 * bfdlink.h (bfd_link_info): Add gc_sections. 1480 14812005-03-09 Mark Mitchell <mark@codesourcery.com> 1482 1483 * libiberty.h (gettimeofday): Declare. 1484 14852005-03-01 Jan Beulich <jbeulich@novell.com> 1486 1487 * libiberty.h: Declare unlink_if_ordinary. 1488 14892005-02-21 Alan Modra <amodra@bigpond.net.au> 1490 1491 * xtensa-isa-internal.h (xtensa_length_decode_fn): Warning fix. 1492 * xtensa-isa.h (xtensa_insnbuf_to_chars): Likewise. 1493 (xtensa_insnbuf_from_chars, xtensa_isa_length_from_chars): Likewise. 1494 14952005-02-14 Paolo Bonzini <bonzini@gnu.org> 1496 1497 PR bootstrap/19818 1498 * ansidecl.h (PARAMS): Guard from redefinition. 1499 15002005-02-03 Alan Modra <amodra@bigpond.net.au> 1501 1502 * bfdlink.h (struct bfd_link_hash_entry): Add u.undef.weak. 1503 15042005-02-01 Alan Modra <amodra@bigpond.net.au> 1505 1506 * bfdlink.h (bfd_link_repair_undef_list): Declare. 1507 15082005-01-10 Andreas Schwab <schwab@suse.de> 1509 1510 * dis-asm.h (struct disassemble_info): Add skip_zeroes and 1511 skip_zeroes_at_end. 1512 15132004-12-11 Ben Elliston <bje@au.ibm.com> 1514 1515 * fibheap.h (struct fibnode): Only use unsigned long bitfields 1516 when __GNUC__ is defined and ints are less than 32-bits wide. 1517 15182004-11-04 Paul Brook <paul@codesourcery.com> 1519 1520 * bfdlink.h (bfd_link_info): Add default_imported_symver. 1521 15222004-11-12 Bob Wilson <bob.wilson@acm.org> 1523 1524 * xtensa-isa-internal.h (xtensa_interface_internal): Add class_id. 1525 * xtensa-isa.h (xtensa_interface_class_id): New prototype. 1526 15272004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com> 1528 Vineet Sharma <vineets@noida.hcltech.com> 1529 1530 * dis-asm.h: Add prototype for print_insn_maxq_little. 1531 15322004-10-26 Paul Brook <paul@codesourcery.com> 1533 1534 * bfdlink.h (struct bfd_link_info): Add create_default_symver. 1535 15362004-10-21 H.J. Lu <hongjiu.lu@intel.com> 1537 1538 PR 463 1539 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct 1540 bfd_link_hash_entry to reloc_overflow. 1541 15422004-10-07 Bob Wilson <bob.wilson@acm.org> 1543 1544 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS, 1545 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New. 1546 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete. 1547 1548 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete. 1549 (config_sturct struct): Delete. 1550 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE, 1551 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN, 1552 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP, 1553 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL, 1554 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define. 1555 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New. 1556 (xtensa_insn_decode_fn): Rename to ... 1557 (xtensa_opcode_decode_fn): ... this. 1558 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn, 1559 xtensa_undo_reloc_fn): Update. 1560 (xtensa_encoding_template_fn): Delete. 1561 (xtensa_opcode_encode_fn, xtensa_format_decode_fn, 1562 xtensa_length_decode_fn): New. 1563 (xtensa_format_internal, xtensa_slot_internal): New types. 1564 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative, 1565 get_field, and set_field fields. Add name, field_id, regfile, 1566 num_regs, and flags fields. 1567 (xtensa_arg_internal): New type. 1568 (xtensa_iclass_internal): Change operands field to array of 1569 xtensa_arg_internal. Add num_stateOperands, stateOperands, 1570 num_interfaceOperands, and interfaceOperands fields. 1571 (xtensa_opcode_internal): Delete length, template, and iclass fields. 1572 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses. 1573 (opname_lookup_entry): Delete. 1574 (xtensa_regfile_internal, xtensa_interface_internal, 1575 xtensa_funcUnit_internal, xtensa_state_internal, 1576 xtensa_sysreg_internal, xtensa_lookup_entry): New. 1577 (xtensa_isa_internal): Replace opcode_table field with opcodes field. 1578 Change type of opname_lookup_table. Delete num_modules, 1579 module_opcode_base, module_decode_fn, config, and has_density fields. 1580 Add num_formats, formats, format_decode_fn, length_decode_fn, 1581 num_slots, slots, num_fields, num_operands, operands, num_iclasses, 1582 iclasses, num_regfiles, regfiles, num_states, states, 1583 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table, 1584 max_sysreg_num, sysreg_table, num_interfaces, interfaces, 1585 interface_lookup_table, num_funcUnits, funcUnits and 1586 funcUnit_lookup_table fields. 1587 (xtensa_isa_module, xtensa_isa_modules): Delete. 1588 (xtensa_isa_name_compare): New prototype. 1589 (xtisa_errno, xtisa_error_msg): New. 1590 * xtensa-isa.h (XTENSA_ISA_VERSION): Define. 1591 (xtensa_isa): Change type. 1592 (xtensa_operand): Delete. 1593 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg, 1594 xtensa_interface, xtensa_funcUnit, xtensa_isa_status, 1595 xtensa_funcUnit_use): New types. 1596 (libisa_module_specifier): Delete. 1597 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes. 1598 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars, 1599 xtensa_insnbuf_from_chars): Update prototypes. 1600 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa, 1601 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn, 1602 xtensa_encode_insn, xtensa_insn_length, 1603 xtensa_insn_length_from_first_byte, xtensa_num_operands, 1604 xtensa_operand_kind, xtensa_encode_result, 1605 xtensa_operand_isPCRelative): Delete. 1606 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field, 1607 xtensa_operand_set_field, xtensa_operand_encode, 1608 xtensa_operand_decode, xtensa_operand_do_reloc, 1609 xtensa_operand_undo_reloc): Update prototypes. 1610 (xtensa_isa_maxlength, xtensa_isa_length_from_chars, 1611 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats, 1612 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states, 1613 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces, 1614 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup, 1615 xtensa_format_decode, xtensa_format_encode, xtensa_format_length, 1616 xtensa_format_num_slots, xtensa_format_slot_nop_opcode, 1617 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode, 1618 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump, 1619 xtensa_opcode_is_loop, xtensa_opcode_is_call, 1620 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands, 1621 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses, 1622 xtensa_opcode_funcUnit_use, xtensa_operand_name, 1623 xtensa_operand_is_visible, xtensa_operand_is_register, 1624 xtensa_operand_regfile, xtensa_operand_num_regs, 1625 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative, 1626 xtensa_stateOperand_state, xtensa_stateOperand_inout, 1627 xtensa_interfaceOperand_interface, xtensa_regfile_lookup, 1628 xtensa_regfile_lookup_shortname, xtensa_regfile_name, 1629 xtensa_regfile_shortname, xtensa_regfile_view_parent, 1630 xtensa_regfile_num_bits, xtensa_regfile_num_entries, 1631 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits, 1632 xtensa_state_is_exported, xtensa_sysreg_lookup, 1633 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number, 1634 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name, 1635 xtensa_interface_num_bits, xtensa_interface_inout, 1636 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup, 1637 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes. 16382004-10-07 Jeff Baker <jbaker@qnx.com> 1639 1640 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel. 1641 16422004-09-17 Alan Modra <amodra@bigpond.net.au> 1643 1644 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements 1645 of union. 1646 16472004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com> 1648 1649 * libiberty.h (basename): Prototype for __MINGW32__. 1650 16512004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1652 1653 * ansidecl.h (ATTRIBUTE_SENTINEL): Define. 1654 * libiberty.h (concat, reconcat, concat_length, concat_copy, 1655 concat_copy2): Use ATTRIBUTE_SENTINEL. 1656 16572004-08-13 Alan Modra <amodra@bigpond.net.au> 1658 1659 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler". 1660 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete. 1661 16622004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net> 1663 1664 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any 1665 const-qualification before disposal. 1666 16672004-07-24 Bernardo Innocenti <bernie@develer.com> 1668 1669 * ansidecl.h (ARG_UNUSED): New Macro. 1670 16712004-07-23 H.J. Lu <hongjiu.lu@intel.com> 1672 1673 * bin-bugs.h (REPORT_BUGS_TO): Set to 1674 "<URL:http://www.sourceware.org/bugzilla/>". 1675 16762004-07-21 Paolo Bonzini <bonzini@gnu.org> 1677 1678 * ansidecl.h (ATTRIBUTE_PURE): New. 1679 16802004-07-13 Bernardo Innocenti <bernie@develer.com> 1681 1682 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from 1683 libcpp/internal.h. 1684 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New 1685 macros. 1686 16872004-07-13 Bernardo Innocenti <bernie@develer.com> 1688 1689 * libiberty.h (ASTRDUP): Add casts required for stricter 1690 type conversion rules of C++. 1691 * obstack.h (obstack_free): Likewise. 1692 16932004-07-07 Tomer Levi <Tomer.Levi@nsc.com> 1694 1695 * dis-asm.h (print_insn_crx): Declare. 1696 16972004-06-24 Alan Modra <amodra@bigpond.net.au> 1698 1699 * bfdlink.h (struct bfd_link_order): Update comment. 1700 17012004-05-11 Jakub Jelinek <jakub@redhat.com> 1702 1703 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and 1704 relro_end fields. 1705 17062004-05-04 Andreas Jaeger <aj@suse.de> 1707 1708 * demangle.h: Do not use C++ reserved keyword typename as 1709 parameter for cplus_demangle_fill_builtin_type. 1710 17112004-04-22 Richard Henderson <rth@redhat.com> 1712 1713 * hashtab.h (struct htab): Add size_prime_index. 1714 17152004-04-13 Jeff Law <law@redhat.com> 1716 1717 * hashtab.h (htab_remove_elt_with_hash): Prototype new function. 1718 17192004-03-30 Zack Weinberg <zack@codesourcery.com> 1720 1721 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers. 1722 17232004-03-25 Stan Shebs <shebs@apple.com> 1724 1725 * mpw/: Remove subdirectory and everything in it. 1726 17272004-03-23 Alan Modra <amodra@bigpond.net.au> 1728 1729 PR 51. 1730 * bfdlink.h (struct bfd_link_info): Add wrap_char. 1731 17322004-03-20 H.J. Lu <hongjiu.lu@intel.com> 1733 1734 * bfdlink.h (bfd_link_info): Correct comments for the 1735 unresolved_syms_in_objects field. 1736 17372004-02-24 Ian Lance Taylor <ian@wasabisystems.com> 1738 1739 * dyn-string.h: Update copyright date. 1740 17412004-02-23 Ian Lance Taylor <ian@wasabisystems.com> 1742 1743 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and 1744 the associated #defines. 1745 17462004-01-12 Ian Lance Taylor <ian@wasabisystems.com> 1747 1748 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include 1749 "libiberty.h". 1750 1751 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>. 1752 1753 * demangle.h (enum demangle_component_type): Define. 1754 (struct demangle_operator_info): Declare. 1755 (struct demangle_builtin_type_info): Declare. 1756 (struct demangle_component): Define. 1757 (cplus_demangle_fill_component): Declare. 1758 (cplus_demangle_fill_name): Declare. 1759 (cplus_demangle_fill_builtin_type): Declare. 1760 (cplus_demangle_fill_operator): Declare. 1761 (cplus_demangle_fill_extended_operator): Declare. 1762 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare. 1763 (cplus_demangle_v3_components): Declare. 1764 (cplus_demangle_print): Declare. 1765 1766For older changes see ChangeLog-9103 1767 1768Local Variables: 1769mode: change-log 1770left-margin: 8 1771fill-column: 74 1772version-control: never 1773End: 1774