12023-05-08 Release Manager 2 3 * GCC 12.3.0 released. 4 52022-08-19 Release Manager 6 7 * GCC 12.2.0 released. 8 92022-05-06 Release Manager 10 11 * GCC 12.1.0 released. 12 132022-04-06 Thomas Schwinge <thomas@codesourcery.com> 14 15 * cuda/cuda.h: New file. 16 172022-03-19 Tiezhu Yang <yangtiezhu@loongson.cn> 18 19 * floatformat.h (floatformat_ieee_quad_big): Renamed from 20 floatformat_ia64_quad_big. 21 (floatformat_ieee_quad_little): Similarly. 22 232021-12-12 Jonathan Wakely <jwakely@redhat.com> 24 25 * unique-ptr.h: Removed. 26 272021-12-10 Andrew Stubbs <ams@codesourcery.com> 28 29 * gomp-constants.h (GOMP_VERSION_GCN): Bump. 30 312021-12-08 Chung-Lin Tang <cltang@codesourcery.com> 32 33 PR middle-end/92120 34 * gomp-constants.h (enum gomp_map_kind): 35 Add GOMP_MAP_ATTACH_ZERO_LENGTH_ARRAY_SECTION, and 36 GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION map kinds. 37 (GOMP_MAP_POINTER_P): 38 Include GOMP_MAP_POINTER_TO_ZERO_LENGTH_ARRAY_SECTION. 39 402021-11-12 Chung-Lin Tang <cltang@codesourcery.com> 41 42 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_3): Define special bit macro. 43 (GOMP_MAP_IMPLICIT): New special map kind bits value. 44 (GOMP_MAP_FLAG_SPECIAL_BITS): Define helper mask for whole set of 45 special map kind bits. 46 (GOMP_MAP_IMPLICIT_P): New predicate macro for implicit map kinds. 47 482021-11-05 Gerald Pfeifer <gerald@pfeifer.com> 49 Jakub Jelinek <jakub@redhat.com> 50 51 * md5.h (USE_SYSTEM_MD5): Introduce. 52 532021-09-27 Vincent Lefevre <vincent@vinc17.net> 54 55 * floatformat.h: Update pathname for IBM long double description. 56 572021-09-22 Alan Modra <amodra@gmail.com> 58 59 * obstack.h (__PTR_ALIGN): Expand and simplify __BPTR_ALIGN 60 rather than calculating relative to a NULL pointer. 61 622021-08-23 Jakub Jelinek <jakub@redhat.com> 63 64 * gomp-constants.h (GOMP_TASK_FLAG_STRICT): Define. 65 662021-07-24 Marek Polacek <polacek@redhat.com> 67 68 * ansidecl.h: Check if __cplusplus is defined before checking 69 the value of __cpp_constexpr and __cplusplus. Don't check 70 __STDC_VERSION__ in C++. 71 722021-07-02 David Faust <david.faust@oracle.com> 73 74 * btf.h (struct btf_type): Update bit usage comment. 75 (BTF_INFO_KIND): Update bit mask. 76 (BTF_KIND_FLOAT): New define. 77 (BTF_KIND_MAX): Update. 78 792021-06-28 Indu Bhagat <indu.bhagat@oracle.com> 80 David Faust <david.faust@oracle.com> 81 Jose E. Marchesi <jose.marchesi@oracle.com> 82 Weimin Pan <weimin.pan@oracle.com> 83 84 * ctf.h: New file. 85 * btf.h: Likewise. 86 872021-05-06 Tom Tromey <tom@tromey.com> 88 89 * hashtab.h (htab_eq_string): Declare. 90 912021-03-31 Patrick Palka <ppalka@redhat.com> 92 93 PR c++/88115 94 * demangle.h (enum demangle_component_type): Add 95 DEMANGLE_COMPONENT_VENDOR_EXPR. 96 972021-01-16 Kwok Cheung Yeung <kcy@codesourcery.com> 98 99 * gomp-constants.h (GOMP_TASK_FLAG_DETACH): New. 100 1012021-01-03 Mike Frysinger <vapier@gentoo.org> 102 103 * libiberty.h (strverscmp): Delete duplicate prototype. 104 1052020-12-09 Andrew Stubbs <ams@codesourcery.com> 106 107 * hsa.h: Replace whole file. 108 * hsa_ext_amd.h: New file. 109 * hsa_ext_image.h: New file. 110 1112020-09-24 Mark Wielaard <mark@klomp.org> 112 113 * dwarf2.def: Add DWARF5 Unit type header encoding macros 114 DW_UT_FIRST, DW_UT and DW_UT_END. 115 * dwarf2.h (enum dwarf_unit_type): Removed and define using 116 DW_UT_FIRST, DW_UT and DW_UT_END macros. 117 (DW_CIE_VERSION): Removed. 118 (get_DW_UT_name): New function declaration. 119 1202020-09-15 Tobias Burnus <tobias@codesourcery.com> 121 122 PR fortran/96668 123 * gomp-constants.h (GOMP_MAP_ALWAYS_POINTER_P): Define. 124 1252020-09-09 Caroline Tice <cmtice@google.com> 126 127 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the 128 sections in a DWARF 5 DWP file (DWP version 5). 129 1302020-09-09 Caroline Tice <cmtice@google.com> 131 132 * dwarf2.h (enum dwarf_sect_v5): A new enum section for the 133 sections in a DWARF 5 DWP file (DWP version 5). 134 1352020-09-08 Felix Willgerodt <felix.willgerodt@intel.com> 136 137 * floatformat.h (floatformat_bfloat16_big): New. 138 (floatformat_bfloat16_little): New. 139 1402020-08-03 Martin Jambor <mjambor@suse.cz> 141 142 * gomp-constants.h (GOMP_VERSION_HSA): Remove. 143 1442020-07-09 Julian Brown <julian@codesourcery.com> 145 Thomas Schwinge <thomas@codesourcery.com> 146 147 PR middle-end/95270 148 * gomp-constants.h (gomp_map_kind): Expand comment for attach/detach 149 mapping kinds. 150 1512020-07-09 Julian Brown <julian@codesourcery.com> 152 153 * gomp-constants.h (gomp_map_kind): Update comment for GOMP_MAP_TO_PSET. 154 1552020-06-26 Nick Clifton <nickc@redhat.com> 156 157 * libiberty.h (bsearch_r): Remove use of the register keyword from 158 the prototype. 159 1602020-06-23 Nick Alcock <nick.alcock@oracle.com> 161 162 * libiberty.h (bsearch_r): New. 163 1642020-04-17 Martin Liska <mliska@suse.cz> 165 Jonathan Yong <10walls@gmail.com> 166 167 PR gcov-profile/94570 168 * filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYSTEM 169 for CYGWIN. 170 1712020-04-01 Maciej W. Rozycki <macro@linux-mips.org> 172 173 PR lto/94249 174 * plugin-api.h: Fix a typo. 175 1762020-03-24 Martin Liska <mliska@suse.cz> 177 178 PR lto/94249 179 * plugin-api.h: Add more robust endianess detection. 180 1812020-03-21 Martin Liska <mliska@suse.cz> 182 183 * plugin-api.h (enum ld_plugin_symbol_type): Remove 184 comma after last value of an enum. 185 * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise. 186 1872020-03-19 Martin Liska <mliska@suse.cz> 188 189 * lto-symtab.h (enum gcc_plugin_symbol_type): New. 190 (enum gcc_plugin_symbol_section_kind): Likewise. 191 1922020-03-19 Martin Liska <mliska@suse.cz> 193 194 * plugin-api.h (struct ld_plugin_symbol): Split 195 int def into 4 char fields. 196 (enum ld_plugin_symbol_type): New. 197 (enum ld_plugin_symbol_section_kind): New. 198 (enum ld_plugin_tag): Add LDPT_ADD_SYMBOLS_V2. 199 2002020-02-05 Andrew Burgess <andrew.burgess@embecosm.com> 201 202 * hashtab.h (htab_remove_elt): Make a parameter const. 203 (htab_remove_elt_with_hash): Likewise. 204 2052020-01-10 Thomas Schwinge <thomas@codesourcery.com> 206 207 * gomp-constants.h (enum gomp_device_property): Remove. 208 2092020-01-01 Jakub Jelinek <jakub@redhat.com> 210 211 Update copyright years. 212 2132019-12-22 Maciej W. Rozycki <macro@codesourcery.com> 214 Frederik Harwath <frederik@codesourcery.com> 215 Thomas Schwinge <tschwinge@codesourcery.com> 216 217 * gomp-constants.h (gomp_device_property): New enum. 218 2192019-12-19 Julian Brown <julian@codesourcery.com> 220 221 * gomp-constants.h (gomp_map_kind): Add GOMP_MAP_ATTACH_DETACH. 222 2232019-12-19 Julian Brown <julian@codesourcery.com> 224 225 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_4, GOMP_MAP_DEEP_COPY): 226 Define. 227 (gomp_map_kind): Add GOMP_MAP_ATTACH, GOMP_MAP_DETACH, 228 GOMP_MAP_FORCE_DETACH. 229 2302019-12-19 Julian Brown <julian@codesourcery.com> 231 Maciej W. Rozycki <macro@codesourcery.com> 232 Tobias Burnus <tobias@codesourcery.com> 233 Thomas Schwinge <thomas@codesourcery.com> 234 235 * gomp-constants.h (gomp_map_kind): Support GOMP_MAP_NO_ALLOC. 236 2372019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de> 238 239 * demangle.h (struct demangle_component): Add member 240 d_counting. 241 2422019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs> 243 244 * demangle.h (rust_demangle_callback): Add. 245 2462019-11-13 Andrew Stubbs <ams@codesourcery.com> 247 Kwok Cheung Yeung <kcy@codesourcery.com> 248 Julian Brown <julian@codesourcery.com> 249 Tom de Vries <tom@codesourcery.com> 250 251 * gomp-constants.h (GOMP_DEVICE_GCN): Define. 252 (GOMP_VERSION_GCN): Define. 253 2542019-08-08 Martin Liska <mliska@suse.cz> 255 256 PR bootstrap/91352 257 * libiberty.h (is_valid_fd): New function. 258 2592019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs> 260 261 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h. 262 (rust_demangle_sym): Move to libiberty/rust-demangle.h. 263 2642019-06-18 Thomas Schwinge <thomas@codesourcery.com> 265 266 * gomp-constants.h (enum gomp_map_kind): Fix description of 267 'GOMP_MAP_FIRSTPRIVATE'. 268 2692019-06-10 Martin Liska <mliska@suse.cz> 270 271 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro. 272 * libiberty.h (xmalloc): Use it. 273 (xrealloc): Likewise. 274 (xcalloc): Likewise. 275 (xstrdup): Likewise. 276 (xstrndup): Likewise. 277 (xmemdup): Likewise. 278 2792019-06-10 Martin Liska <mliska@suse.cz> 280 281 * ansidecl.h: 282 (ATTRIBUTE_RESULT_SIZE_1): Define new macro. 283 (ATTRIBUTE_RESULT_SIZE_2): Likewise. 284 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise. 285 * libiberty.h (xmalloc): Add RESULT_SIZE attribute. 286 (xrealloc): Likewise. 287 (xcalloc): Likewise. 288 2892019-04-26 Michael Forney <mforney@mforney.org> 290 291 * libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF 292 is not defined. 293 2942019-04-03 Vineet Gupta <vgupta@synopsys.com> 295 296 PR89877 297 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber. 298 (sub_ddmmss): Likewise. 299 3002019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be> 301 302 * splay-tree.h (splay_tree_delete_key_fn): Update comment. 303 (splay_tree_delete_value_fn): Likewise. 304 3052019-01-09 Sandra Loosemore <sandra@codesourcery.com> 306 307 PR other/16615 308 309 * libiberty.h: Mechanically replace "can not" with "cannot". 310 * plugin-api.h: Likewise. 311 3122019-01-01 Jakub Jelinek <jakub@redhat.com> 313 314 Update copyright years. 315 3162018-12-28 Thomas Schwinge <thomas@codesourcery.com> 317 318 * gomp-constants.h (GOACC_FLAG_HOST_FALLBACK) 319 (GOACC_FLAGS_MARSHAL_OP, GOACC_FLAGS_UNMARSHAL): Define. 320 3212018-12-22 Jason Merrill <jason@redhat.com> 322 323 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid, 324 ARM, HP, and EDG demangling styles. 325 3262018-12-11 Nick Clifton <nickc@redhat.com> 327 328 PR 88409 329 * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048. 330 3312018-12-07 Nick Clifton <nickc@redhat.com> 332 333 * demangle.h (DMGL_NO_RECURSE_LIMIT): Define. 334 (DEMANGLE_RECURSION_LIMIT): Define 335 3362018-11-08 Jakub Jelinek <jakub@redhat.com> 337 338 * gomp-constants.h (GOMP_TASK_FLAG_REDUCTION, 339 GOMP_DEPEND_IN, GOMP_DEPEND_OUT, GOMP_DEPEND_INOUT, 340 GOMP_DEPEND_MUTEXINOUTSET): Define. 341 3422018-10-19 Jason Merrill <jason@redhat.com> 343 344 * demangle.h (enum demangle_component_type): Add 345 DEMANGLE_COMPONENT_TPARM_OBJ. 346 3472018-10-29 David Malcolm <dmalcolm@redhat.com> 348 349 * unique-ptr.h (gnu::move): Generalize so it applies to all 350 lvalue references, rather than just to unique_ptr values. 351 3522018-07-26 Martin Liska <mliska@suse.cz> 353 354 PR lto/86548 355 * libiberty.h (make_temp_file_with_prefix): New function. 356 3572018-05-30 Jan Hubicka <hubicka@ucw.cz> 358 359 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename 360 parameter. 361 3622018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de> 363 364 * splay-tree.h (splay_tree_compare_strings, 365 splay_tree_delete_pointers): Declare new utility functions. 366 3672018-05-24 Tom Rix <trix@juniper.net> 368 369 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New. 370 3712018-05-02 Alan Modra <amodra@gmail.com> 372 373 * ansidecl.h (ATTRIBUTE_NONSTRING): Define. 374 3752018-05-01 Sriraman Tallam <tmsriram@google.com> 376 377 * plugin-api.h: Add plugin API to get the list of wrap 378 symbols. 379 3802018-02-09 Alexandre Oliva <aoliva@redhat.com> 381 382 * dwarf2.def (DW_AT_GNU_entry_view): New. 383 384 * dwarf2.def (DW_AT_GNU_locviews): New. 385 * dwarf2.h (enum dwarf_location_list_entry_type): Add 386 DW_LLE_GNU_view_pair. 387 (DW_LLE_view_pair): Define. 388 3892018-01-03 Jakub Jelinek <jakub@redhat.com> 390 391 Update copyright years. 392 3932017-11-20 Kito Cheng <kito.cheng@gmail.com> 394 395 * longlong.h [__riscv] (__umulsidi3): Define. 396 [__riscv] (umul_ppmm): Likewise. 397 [__riscv] (__muluw3): Likewise. 398 3992017-11-10 Stephen Crane <sjc@immunant.com> 400 401 * plugin-api.h: Add plugin API for processing plugin-added 402 input files. 403 4042017-10-23 David Malcolm <dmalcolm@redhat.com> 405 406 * unique-ptr.h: Make include of <memory> conditional on C++11 or 407 later. 408 4092017-10-16 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> 410 David Malcolm <dmalcolm@redhat.com> 411 412 * unique-ptr.h: New file. 413 4142017-09-15 Yao Qi <yao.qi@linaro.org> 415 Pedro Alves <palves@redhat.com> 416 417 * ansidecl.h (DISABLE_COPY_AND_ASSIGN): New macro. 418 4192017-09-12 Jiong Wang <jiong.wang@arm.com> 420 421 * dwarf2.def (DW_CFA_AARCH64_negate_ra_state): New DW_CFA_DUP. 422 * dwarf2.h (DW_CFA_DUP): New define. 423 4242017-08-21 Richard Biener <rguenther@suse.de> 425 426 * simple-object.h (simple_object_copy_lto_debug_sections): New 427 function. 428 4292017-07-31 Nick Clifton <nickc@redhat.com> 430 431 Binutils PR 21850 432 * ansidecl.h (OVERRIDE): Protect check of __cplusplus value with 433 #idef __cplusplus. 434 4352017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> 436 437 * dwarf2.def (DW_IDX_compile_unit, DW_IDX_type_unit, DW_IDX_die_offset) 438 (DW_IDX_parent, DW_IDX_type_hash, DW_IDX_lo_user, DW_IDX_hi_user) 439 (DW_IDX_GNU_internal, DW_IDX_GNU_external): New. 440 * dwarf2.h (DW_IDX, DW_IDX_DUP, DW_FIRST_IDX, DW_END_IDX): New. 441 (enum dwarf_name_index_attribute): Remove. 442 (get_DW_IDX_name): New declaration. 443 4442017-05-27 Maya Rashish <coypu@sdf.org> 445 446 * longlong.h: Remove ns32k support. 447 4482017-05-24 Nathan Sidwell <nathan@acm.org> 449 450 * libiberty.h (ASTRDUP): Adjust cast to avoid warning. 451 4522017-05-19 Eli Zaretskii <eliz@gnu.org> 453 454 * environ.h: Add #ifndef guard. 455 4562017-05-18 Martin Liska <mliska@suse.cz> 457 458 * ansidecl.h: Define CONSTEXPR macro. 459 4602017-04-04 Jonathan Wakely <jwakely@redhat.com> 461 462 * ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment. 463 4642017-02-25 Jakub Jelinek <jakub@redhat.com> 465 466 PR debug/77589 467 * dwarf2.def (DW_OP_GNU_variable_value): New opcode. 468 4692017-01-30 Alexandre Oliva <aoliva@redhat.com> 470 471 Introduce C++ support in libcc1. 472 * gcc-c-fe.def (int_type_v0): Rename from... 473 (int_type): ... this. Introduce new version. 474 (float_type_v0): Rename from... 475 (float_type): ... this. Introduce new version. 476 (char_type): New. 477 * gcc-c-interface.h (gcc_c_api_version): Add GCC_C_FE_VERSION_1. 478 (gcc_type_array): Move... 479 * gcc-interface.h: ... here. 480 * gcc-cp-fe.def: New. 481 * gcc-cp-interface.h: New. 482 4832017-01-30 Jan Kratochvil <jan.kratochvil@redhat.com> 484 485 * gcc-interface.h (enum gcc_base_api_version): Update comment 486 for GCC_FE_VERSION_1. 487 (struct gcc_base_vtable): Rename set_arguments to 488 set_arguments_v0. Add set_arguments, set_triplet_regexp and 489 set_driver_filename. 490 491 * gcc-interface.h (enum gcc_base_api_version): Add comment to 492 GCC_FE_VERSION_1. 493 (struct gcc_base_vtable): Rename compile to compile_v0. 494 Update comment for compile. New methods set_verbose and 495 compile. 496 497 * gcc-interface.h (enum gcc_base_api_version): Add 498 GCC_FE_VERSION_1. 499 5002017-01-24 Pekka Jääskeläinen <pekka@parmance.com> 501 Martin Jambor <mjambor@suse.cz> 502 503 * hsa.h: Moved here from libgomp/plugin/hsa.h. 504 5052017-01-04 Richard Earnshaw <rearnsha@arm.com> 506 Jiong Wang <jiong.wang@arm.com> 507 508 * dwarf2.def (DW_OP_AARCH64_operation): Reserve the number 0xea. 509 (DW_CFA_GNU_window_save): Comments the multiplexing on AArch64. 510 5112017-01-04 Jakub Jelinek <jakub@redhat.com> 512 513 Update copyright years. 514 5152016-12-21 Jakub Jelinek <jakub@redhat.com> 516 517 * dwarf2.def (DW_FORM_ref_sup): Renamed to ... 518 (DW_FORM_ref_sup4): ... this. New form. 519 (DW_FORM_ref_sup8): New form. 520 5212016-11-03 David Tolnay <dtolnay@gmail.com> 522 Mark Wielaard <mark@klomp.org> 523 524 * demangle.h (DMGL_RUST): New macro. 525 (DMGL_STYLE_MASK): Add DMGL_RUST. 526 (demangling_styles): Add dlang_rust. 527 (RUST_DEMANGLING_STYLE_STRING): New macro. 528 (RUST_DEMANGLING): New macro. 529 (rust_demangle): New prototype. 530 (rust_is_mangled): Likewise. 531 (rust_demangle_sym): Likewise. 532 5332016-11-07 Jason Merrill <jason@redhat.com> 534 535 * demangle.h (enum demangle_component_type): Add 536 DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC. 537 5382016-10-17 Jakub Jelinek <jakub@redhat.com> 539 540 * dwarf2.h (enum dwarf_calling_convention): Add new DWARF5 541 calling convention codes. 542 (enum dwarf_line_number_content_type): New. 543 (enum dwarf_location_list_entry_type): Add DWARF5 DW_LLE_* 544 codes. 545 (enum dwarf_source_language): Add new DWARF5 DW_LANG_* codes. 546 (enum dwarf_macro_record_type): Add DWARF5 DW_MACRO_* codes. 547 (enum dwarf_name_index_attribute): New. 548 (enum dwarf_range_list_entry): New. 549 (enum dwarf_unit_type): New. 550 * dwarf2.def: Add new DWARF5 DW_TAG_*, DW_FORM_*, DW_AT_*, 551 DW_OP_* and DW_ATE_* entries. 552 5532016-10-14 Pedro Alves <palves@redhat.com> 554 555 * ansidecl.h [__cplusplus >= 201103 && GCC_VERSION < 4007] (FINAL, 556 OVERRIDE): Define as empty. 557 [__cplusplus < 201103 && GCC_VERSION < 4007] (FINAL): Define as 558 __final. 559 [__cplusplus < 201103 && GCC_VERSION >= 4007] (OVERRIDE): Define as 560 empty. 561 5622016-10-14 Pedro Alves <palves@redhat.com> 563 564 * ansidecl.h (GCC_FINAL): Delete. 565 (OVERRIDE, FINAL): New, moved from gcc/coretypes.h. 566 5672016-08-15 Jakub Jelinek <jakub@redhat.com> 568 569 * dwarf2.def (DW_AT_string_length_bit_size, 570 DW_AT_string_length_byte_size): New attributes. 571 5722016-08-12 Alexandre Oliva <aoliva@redhat.com> 573 574 PR debug/63240 575 * dwarf2.def (DW_AT_deleted, DW_AT_defaulted): New. 576 * dwarf2.h (enum dwarf_defaulted_attribute): New. 577 5782016-07-29 Aldy Hernandez <aldyh@redhat.com> 579 580 * libiberty.h (MAX_ALLOCA_SIZE): New macro. 581 5822016-05-26 Chung-Lin Tang <cltang@codesourcery.com> 583 584 * gomp-constants.h (GOMP_VERSION): Increment to 1, add comment to 585 describe the need for incrementing this macro whenever the plugin 586 interface is modified. 587 5882016-04-29 Tom Tromey <tom@tromey.com> 589 590 * dwarf2.h (enum dwarf_source_language) <DW_LANG_Rust, 591 DW_LANG_Rust_old>: New constants. 592 5932016-04-29 Oleg Endo <olegendo@gcc.gnu.org> 594 595 * longlong.h (umul_ppmm): Remove SHMEDIA checks. 596 (__umulsidi3, count_leading_zeros): Remove SHMEDIA implementations. 597 5982016-04-29 Claudiu Zissulescu <claziss@synopsys.com> 599 600 * longlong.h (add_ssaaaa): Replace obsolete 'J' constraint with 601 'Cal' constraint. 602 (sub_ddmmss): Likewise. 603 6042016-03-17 Thomas Schwinge <thomas@codesourcery.com> 605 606 * gomp-constants.h (enum gomp_map_kind): Rename 607 GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE. Adjust all users. 608 6092016-03-03 Than McIntosh <thanm@google.com> 610 611 * plugin-api.h: Add new hooks to the plugin transfer vector to 612 to support querying section alignment and section size. 613 (ld_plugin_get_input_section_alignment): New hook. 614 (ld_plugin_get_input_section_size): New hook. 615 (ld_plugin_tag): Add LDPT_GET_INPUT_SECTION_ALIGNMENT 616 and LDPT_GET_INPUT_SECTION_SIZE. 617 (ld_plugin_tv): Add tv_get_input_section_alignment and 618 tv_get_input_section_size. 619 6202016-03-03 Evgenii Stepanov <eugenis@google.com> 621 622 * plugin-api.h (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V3. 623 6242016-01-19 Martin Jambor <mjambor@suse.cz> 625 626 * gomp-constants.h (GOMP_DEVICE_HSA): New macro. 627 (GOMP_VERSION_HSA): Likewise. 628 (GOMP_TARGET_ARG_DEVICE_MASK): Likewise. 629 (GOMP_TARGET_ARG_DEVICE_ALL): Likewise. 630 (GOMP_TARGET_ARG_SUBSEQUENT_PARAM): Likewise. 631 (GOMP_TARGET_ARG_ID_MASK): Likewise. 632 (GOMP_TARGET_ARG_NUM_TEAMS): Likewise. 633 (GOMP_TARGET_ARG_THREAD_LIMIT): Likewise. 634 (GOMP_TARGET_ARG_VALUE_SHIFT): Likewise. 635 (GOMP_TARGET_ARG_HSA_KERNEL_ATTRIBUTES): Likewise. 636 6372016-01-07 Mike Frysinger <vapier@gentoo.org> 638 639 * longlong.h: Change !__SHMEDIA__ to 640 (!defined (__SHMEDIA__) || !__SHMEDIA__). 641 Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__. 642 6432016-01-05 Mike Frysinger <vapier@gentoo.org> 644 645 * libiberty.h (dupargv): Change arg to char * const *. 646 (writeargv, countargv): Likewise. 647 6482015-11-27 Pedro Alves <palves@redhat.com> 649 650 PR other/61321 651 PR other/61233 652 * demangle.h (enum demangle_component_type) 653 <DEMANGLE_COMPONENT_CONVERSION>: New value. 654 6552015-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 656 657 * vtv-change-permission.h (VTV_PAGE_SIZE) [__sun__ && __svr4__ && 658 __sparc__]: Define. 659 6602015-11-12 James Norris <jnorris@codesourcery.com> 661 Joseph Myers <joseph@codesourcery.com> 662 663 * gomp-constants.h (enum gomp_map_kind): Add GOMP_MAP_DEVICE_RESIDENT 664 and GOMP_MAP_LINK. 665 6662015-11-09 Alan Modra <amodra@gmail.com> 667 668 PR gdb/17133 669 * obstack.h (__attribute_pure__): Expand _GL_ATTRIBUTE_PURE. 670 6712015-11-09 Alan Modra <amodra@gmail.com> 672 673 PR gdb/17133 674 * obstack.h: Import current gnulib file. 675 6762015-11-05 Jakub Jelinek <jakub@redhat.com> 677 Ilya Verbin <ilya.verbin@intel.com> 678 679 * gomp-constants.h (GOMP_MAP_FLAG_SPECIAL_2): Define. 680 (GOMP_MAP_FLAG_ALWAYS): Remove. 681 (enum gomp_map_kind): Use GOMP_MAP_FLAG_SPECIAL_2 instead of 682 GOMP_MAP_FLAG_ALWAYS for GOMP_MAP_ALWAYS_TO, GOMP_MAP_ALWAYS_FROM, 683 GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, GOMP_MAP_RELEASE. 684 Add GOMP_MAP_ALWAYS_POINTER and GOMP_MAP_FIRSTPRIVATE_REFERENCE. 685 (GOMP_MAP_ALWAYS_P): Define. 686 (GOMP_TARGET_FLAG_NOWAIT): Adjust comment. 687 6882015-10-27 Daniel Jacobowitz <dan@codesourcery.com> 689 Joseph Myers <joseph@codesourcery.com> 690 Mark Shinwell <shinwell@codesourcery.com> 691 Andrew Stubbs <ams@codesourcery.com> 692 Rich Felker <dalias@libc.org> 693 694 * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH. 695 6962015-10-18 Roland McGrath <roland@gnu.org> 697 698 PR other/63758 699 * environ.h: New file. 700 7012015-10-13 Jakub Jelinek <jakub@redhat.com> 702 Ilya Verbin <ilya.verbin@intel.com> 703 704 * gomp-constants.h (GOMP_MAP_FLAG_ALWAYS): Define. 705 (enum gomp_map_kind): Add GOMP_MAP_FIRSTPRIVATE, 706 GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_USE_DEVICE_PTR, 707 GOMP_MAP_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_ALWAYS_TO, 708 GOMP_MAP_ALWAYS_FROM, GOMP_MAP_ALWAYS_TOFROM, GOMP_MAP_STRUCT, 709 GOMP_MAP_DELETE_ZERO_LEN_ARRAY_SECTION, GOMP_MAP_DELETE, 710 GOMP_MAP_RELEASE, GOMP_MAP_FIRSTPRIVATE_POINTER. 711 (GOMP_MAP_ALWAYS_TO_P, GOMP_MAP_ALWAYS_FROM_P): Define. 712 (GOMP_TASK_FLAG_UNTIED, GOMP_TASK_FLAG_FINAL, GOMP_TASK_FLAG_MERGEABLE, 713 GOMP_TASK_FLAG_DEPEND, GOMP_TASK_FLAG_PRIORITY, GOMP_TASK_FLAG_UP, 714 GOMP_TASK_FLAG_GRAINSIZE, GOMP_TASK_FLAG_IF, GOMP_TASK_FLAG_NOGROUP, 715 GOMP_TARGET_FLAG_NOWAIT, GOMP_TARGET_FLAG_EXIT_DATA, 716 GOMP_TARGET_FLAG_UPDATE): Define. 717 7182015-09-28 Nathan Sidwell <nathan@codesourcery.com> 719 720 * gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment. 721 (GOMP_DIM_GANG, GOMP_DIM_WORKER, GOMP_DIM_VECTOR, GOMP_DIM_MAX, 722 GOMP_DIM_MASK): New. 723 (GOMP_LAUNCH_DIM, GOMP_LAUNCH_ASYNC, GOMP_LAUNCH_WAIT): New. 724 (GOMP_LAUNCH_CODE_SHIFT, GOMP_LAUNCH_DEVICE_SHIFT, 725 GOMP_LAUNCH_OP_SHIFT): New. 726 (GOMP_LAUNCH_PACK, GOMP_LAUNCH_CODE, GOMP_LAUNCH_DEVICE, 727 GOMP_LAUNCH_OP): New. 728 (GOMP_LAUNCH_OP_MAX): New. 729 7302015-08-24 Nathan Sidwell <nathan@codesourcery.com> 731 732 * gomp-constants.h (GOMP_VERSION, GOMP_VERSION_NVIDIA_PTX, 733 GOMP_VERSION_INTEL_MIC): New. 734 (GOMP_VERSION_PACK, GOMP_VERSION_LIB, GOMP_VERSION_DEV): New. 735 7362015-08-14 Pierre-Marie de Rodat <derodat@adacore.com> 737 738 * dwarf2.def (DW_AT_GNU_bias): New attribute. 739 7402015-08-14 Pierre-Marie de Rodat <derodat@adacore.com> 741 742 * dwarf2.def (DW_AT_GNU_numerator, DW_AT_GNU_denominator): New 743 attributes. 744 7452015-08-11 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> 746 747 * ansidecl.h (GCC_FINAL): New macro. 748 7492015-08-10 Thomas Schwinge <thomas@codesourcery.com> 750 751 * gomp-constants.c (GOMP_DEVICE_HOST_NONSHM): Remove. 752 7532015-05-22 Yunlian Jiang <yunlian@google.com> 754 755 * libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is 756 not defined. 757 7582015-03-19 Richard Biener <rguenther@suse.de> 759 760 * partition.h (struct partition_elem): Re-order elements to 761 avoid padding. 762 7632015-03-02 Markus Trippelsdorf <markus@trippelsdorf.de> 764 765 PR target/65261 766 * ansidecl.h (ATTRIBUTE_NO_SANITIZE_UNDEFINED): New macro. 767 7682015-02-19 Pedro Alves <palves@redhat.com> 769 770 * floatformat.h [__cplusplus]: Wrap in extern "C". 771 7722015-02-04 Jakub Jelinek <jakub@redhat.com> 773 774 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 775 and DW_LANG_Fortran08. 776 7772015-01-15 Thomas Schwinge <thomas@codesourcery.com> 778 Julian Brown <julian@codesourcery.com> 779 James Norris <jnorris@codesourcery.com> 780 781 * gomp-constants.h: New file. 782 7832014-12-14 Jan-Benedict Glaw <jbglaw@lug-owl.de> 784 785 * libiberty.h: Merge Copyright year update from Binutils. 786 7872014-12-24 Uros Bizjak <ubizjak@gmail.com> 788 Ben Elliston <bje@au.ibm.com> 789 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 790 791 * libiberty.h (xasprintf): Declare. 792 7932014-12-11 Uros Bizjak <ubizjak@gmail.com> 794 Ben Elliston <bje@au.ibm.com> 795 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 796 797 * libiberty.h (xvasprintf): Declare. 798 7992014-12-09 Trevor Saunders <tsaunders@mozilla.com> 800 801 * hashtab.h, splay-tree.h: Remove GTY markers. 802 8032014-12-08 Mark Wielaard <mjw@redhat.com> 804 805 PR debug/60782 806 * dwarf2.def: Add DWARFv5 DW_TAG_atomic_type. 807 8082014-11-21 Mark Wielaard <mjw@redhat.com> 809 810 * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and 811 DW_LANG_C_plus_plus_14. 812 8132014-11-25 Mark Wielaard <mjw@redhat.com> 814 815 * dwarf2.def (DW_AT_noreturn): New DWARF5 attribute. 816 8172014-11-14 Shinichiro Hamaji <shinichiro.hamaji@gmail.com> 818 819 * dwarf2.def (DW_AT_APPLE_optimized, DW_AT_APPLE_flags) 820 (DW_AT_APPLE_isa, DW_AT_APPLE_block) 821 (DW_AT_APPLE_major_runtime_vers, DW_AT_APPLE_runtime_class) 822 (DW_AT_APPLE_omit_frame_ptr, DW_AT_APPLE_property_name) 823 (DW_AT_APPLE_property_getter, DW_AT_APPLE_property_setter) 824 (DW_AT_APPLE_property_attribute, DW_AT_APPLE_objc_complete_type) 825 (DW_AT_APPLE_property): New macros. 826 8272014-11-11 Anthony Brandon <anthony.brandon@gmail.com> 828 Manuel López-Ibáñez <manu@gcc.gnu.org> 829 830 PR driver/36312 831 * filenames.h: Add prototype for canonical_filename_eq. 832 8332014-11-11 David Malcolm <dmalcolm@redhat.com> 834 835 * ChangeLog.jit: New. 836 8372014-10-28 Richard Henderson <rth@redhat.com> 838 839 * longlong.h [__alpha] (umul_ppmm): Disable for c++. 840 8412014-10-28 Yury Gribov <y.gribov@samsung.com> 842 843 * libiberty.h (strtol, strtoul, strtoll, strtoull): New prototypes. 844 8452014-10-27 Phil Muldoon <pmuldoon@redhat.com> 846 Jan Kratochvil <jan.kratochvil@redhat.com> 847 Tom Tromey <tromey@redhat.com> 848 849 * gcc-c-fe.def: New file. 850 * gcc-c-interface.h: New file. 851 * gcc-interface.h: New file. 852 8532014-10-15 David Malcolm <dmalcolm@redhat.com> 854 855 * libiberty.h (choose_tmpdir): New prototype. 856 8572013-10-02 Mark Wielaard <mjw@redhat.com> 858 859 PR debug/63239 860 * dwarf2.def (DW_AT_GNU_deleted): New attribute. 861 8622014-09-26 Max Ostapenko <m.ostapenko@partner.samsung.com> 863 864 * libiberty.h (PEX_STDOUT_APPEND): New flag. 865 (PEX_STDERR_APPEND): Likewise. 866 8672014-09-23 Iain Buclaw <ibuclaw@gdcproject.org> 868 869 * demangle.h (DMGL_DLANG): New macro. 870 (DMGL_STYLE_MASK): Add DMGL_DLANG. 871 (demangling_styles): Add dlang_demangling. 872 (DLANG_DEMANGLING_STYLE_STRING): New macro. 873 (DLANG_DEMANGLING): New macro. 874 (dlang_demangle): New prototype. 875 8762014-09-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 877 878 * longlong.h: Add __udiv_w_sdiv prototype. 879 8802014-06-10 Thomas Schwinge <thomas@codesourcery.com> 881 882 PR lto/61334 883 * libiberty.h [defined (HAVE_DECL_STRNLEN) && 884 !HAVE_DECL_STRNLEN] (strnlen): New prototype. 885 8862014-05-21 John Marino <gnugcc@marino.st> 887 888 * liberty.h: Use basename function on DragonFly. 889 8902014-05-01 Steve Ellcey <sellcey@mips.com> 891 892 * include/longlong.h: Use 'defined()' to check __mips16. 893 8942014-04-30 Richard Sandiford <rdsandiford@googlemail.com> 895 896 * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling. 897 8982014-04-22 Yufeng Zhang <yufeng.zhang@arm.com> 899 900 * longlong.h: Merge from glibc. 901 9022014-01-21 Tom Tromey <tromey@redhat.com> 903 904 * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) 905 (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) 906 (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) 907 (NOARGS): Don't define. 908 * libiberty.h (expandargv, writeargv): Don't use PARAMS. 909 9102013-12-23 Bill Maddox <maddox@google.com> 911 912 * demangle.h (enum gnu_v3_ctor_kinds): 913 Added literal gnu_v3_unified_ctor. 914 (enum gnu_v3_ctor_kinds): 915 Added literal gnu_v3_unified_dtor. 916 9172013-12-04 Richard Sandiford <rdsandiford@googlemail.com> 918 919 * longlong.h: New file. 920 9212013-10-29 Marc Glisse <marc.glisse@inria.fr> 922 923 PR tree-optimization/58689 924 * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro. 925 * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename, 926 concat_copy): Mark with attributes nonnull(1) and returns_nonnull. 927 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror, 928 xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): 929 Mark with attribute returns_nonnull. 930 9312013-10-22 Sterling Augustine <saugustine@google.com> 932 933 * gdb/gdb-index.h: Merge from gdb tree. 934 9352013-08-20 Alan Modra <amodra@gmail.com> 936 937 * floatformat.h (floatformat_ibm_long_double): Delete. 938 (floatformat_ibm_long_double_big): Declare. 939 (floatformat_ibm_long_double_little): Declare. 940 9412013-08-19 Dehao Chen <dehao@google.com> 942 943 * dwarf2.def (DW_AT_GNU_discriminator): New attribute. 944 9452013-08-02 Caroline Tice <cmtice@google.com> 946 947 * vtv-change-permission.h: New file. 948 9492013-04-03 Jason Merrill <jason@redhat.com> 950 951 Demangle C++11 ref-qualifier. 952 * demangle.h (enum demangle_component_type): Add 953 DEMANGLE_COMPONENT_REFERENCE_THIS, 954 DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS. 955 9562013-03-01 Cary Coutant <ccoutant@google.com> 957 958 * dwarf2.h (enum dwarf_sect): New enum type. 959 9602013-02-11 Sriraman Tallam <tmsriram@google.com> 961 962 * plugin-api.h (enum ld_plugin_level): Assign integers 963 explicitly for all values. 964 9652013-01-30 Kai Tietz <ktietz@redhat.com> 966 967 PR other/54620 968 PR target/39064 969 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if 970 stdint.h and sys/types.h headers are present. 971 * sha1.h (sha1_uintptr, sha1_uint32): Likewise. 972 9732012-12-18 Aldy Hernandez <aldyh@redhat.com> 974 975 PR other/54324 976 * ansidecl.h (ATTRIBUTE_UNUSED): Do not set __attribute__ for GCC 977 < 3.4. 978 9792012-11-09 Jason Merrill <jason@redhat.com> 980 981 * demangle.h (enum demangle_component_type): Add 982 DEMANGLE_COMPONENT_TAGGED_NAME. 983 9842012-10-29 Sterling Augustine <saugustine@google.com> 985 Cary Coutant <ccoutant@google.com> 986 987 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields 988 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry, 989 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry. 990 991 9922012-10-08 Jason Merrill <jason@redhat.com> 993 994 * demangle.h (enum demangle_component_type): Add 995 DEMANGLE_COMPONENT_TLS_INIT and DEMANGLE_COMPONENT_TLS_WRAPPER. 996 9972012-09-18 Florian Weimer <fweimer@redhat.com> 998 999 PR other/54411 1000 * objalloc.h (objalloc_alloc): Do not use fast path on wraparound. 1001 10022012-09-06 Cary Coutant <ccoutant@google.com> 1003 1004 * dwarf2.def: Edit comment. 1005 10062012-08-24 Sriraman Tallam <tmsriram@google.com> 1007 1008 * plugin-api.h (ld_plugin_allow_unique_segment_for_sections): 1009 New interface. 1010 (ld_plugin_unique_segment_for_sections): New interface. 1011 (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val. 1012 (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val. 1013 (tv_allow_unique_segment_for_sections): New member. 1014 (tv_unique_segment_for_sections): New member. 1015 10162012-07-13 Doug Evans <dje@google.com> 1017 1018 * filenames.h: #include "hashtab.h". 1019 (filename_hash, filename_eq): Declare. 1020 10212012-06-18 Doug Evans <dje@google.com> 1022 1023 * dwarf2.def (DW_OP): Add DW_OP_GNU_const_index. 1024 10252012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com> 1026 1027 * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. 1028 10292012-06-08 Jakub Jelinek <jakub@redhat.com> 1030 1031 * dwarf2.def (DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt): New 1032 forms. 1033 * dwarf2.h (enum dwarf_macro_record_type): Add 1034 DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt 1035 and DW_MACRO_GNU_transparent_include_alt. 1036 10372012-05-23 Doug Evans <dje@google.com> 1038 1039 * leb128.h: #include stdint.h, inttypes.h. 1040 (read_uleb128_to_uint64): Renamed from read_uleb128_to_ull. 1041 Change to take a uint64_t * argument instead of unsigned long long. 1042 (read_sleb128_to_uint64): Renamed from read_sleb128_to_ll. 1043 Change to take an int64_t * argument instead of long long. 1044 10452012-05-22 Doug Evans <dje@google.com> 1046 1047 * leb128.h: New file. 1048 10492012-05-19 Gary Funck <gary@intrepid.com> 1050 1051 * dwarf2.def: Update comment re: UPC extensions to reference 1052 DWARF4 specification. 1053 10542012-05-02 Cary Coutant <ccoutant@google.com> 1055 1056 * dwarf2.def: Remove DW_FORM_GNU_ref_index, 1057 replace DW_AT_GNU_ref_base with DW_AT_GNU_ranges_base. 1058 10592012-04-28 Doug Evans <dje@google.com> 1060 1061 * dwarf2.def (DW_OP): Add DW_OP_GNU_addr_index. 1062 10632012-04-27 Tom Tromey <tromey@redhat.com> 1064 1065 * dwarf2.h: Wrap function declarations in extern "C". 1066 10672012-04-27 Tom Tromey <tromey@redhat.com> 1068 1069 * dwarf2.h (enum dwarf_tag, enum dwarf_form, enum dwarf_attribute) 1070 (enum dwarf_location_atom, enum dwarf_type, enum 1071 dwarf_call_frame_info): Remove. 1072 (DW_TAG, DW_TAG_DUP, DW_FORM, DW_AT, DW_AT_DUP, DW_OP) 1073 (DW_OP_DUP, DW_ATE, DW_ATE_DUP, DW_CFA): New macros. 1074 Include dwarf2.def. 1075 (get_DW_TAG_name, get_DW_AT_name, get_DW_FORM_name) 1076 (get_DW_OP_name, get_DW_ATE_name): Declare. 1077 * dwarf2.def: New file, from dwarf2.h. 1078 10792012-04-10 Tristan Gingold <gingold@adacore.com> 1080 1081 * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h 1082 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t. 1083 10842012-01-26 Cary Coutant <ccoutant@google.com> 1085 1086 * dwarf2.h (enum dwarf_form): Add Fission extensions. 1087 (enum dwarf_attribute): Likewise. 1088 10892012-01-06 Jason Merrill <jason@redhat.com> 1090 1091 PR c++/6057 1092 PR c++/48051 1093 PR c++/50855 1094 PR c++/51322 1095 * demangle.h (enum demangle_component_type): Add 1096 DEMANGLE_COMPONENT_INITIALIZER_LIST, DEMANGLE_COMPONENT_NULLARY. 1097 10982011-11-07 Richard Henderson <rth@redhat.com> 1099 1100 Merged from transactional-memory. 1101 1102 * demangle.h (enum gnu_v3_ctor_kinds): Add gnu_v3_object_ctor_group. 1103 (enum gnu_v3_dtor_kinds): Add gnu_v3_object_dtor_group. 1104 (DEMANGLE_COMPONENT_TRANSACTION_CLONE): New. 1105 (DEMANGLE_COMPONENT_NONTRANSACTION_CLONE): New. 1106 11072011-10-21 Ulrich Drepper <drepper@gmail.com> 1108 1109 * obstack.h [!GNUC] (obstack_free): Avoid cast to int. 1110 11112011-10-21 Marc Glisse <marc.glisse@inria.fr> 1112 1113 * ansidecl.h (ENUM_BITFIELD): Always use enum in C++ 1114 11152011-09-28 Doug Evans <dje@google.com> 1116 1117 * timeval-utils.h: New file. 1118 1119 * libiberty.h (countargv): Declare. 1120 11212011-09-26 Cary Coutant <ccoutant@google.com> 1122 1123 PR lto/47247 1124 * plugin-api.h (enum ld_plugin_symbol_resolution): Add 1125 LDPR_PREVAILING_DEF_IRONLY_EXP. 1126 (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2. 1127 11282011-09-23 Cary Coutant <ccoutant@google.com> 1129 1130 PR 40831 1131 * demangle.h (enum demangle_component_type): Add 1132 DEMANGLE_COMPONENT_CLONE. 1133 11342011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 1135 1136 * xregex.h (regoff_t): Define. 1137 11382011-07-22 Jakub Jelinek <jakub@redhat.com> 1139 1140 * dwarf2.h (DW_AT_GNU_macros): New. 1141 (enum dwarf_macro_record_type): New enum. Add DW_MACRO_GNU_*. 1142 1143 PR c++/49756 1144 * libiberty.h (stack_limit_increase): New prototype. 1145 11462011-07-13 Sriraman Tallam <tmsriram@google.com> 1147 1148 * plugin-api.h 1149 (ld_plugin_section): New struct. 1150 (ld_plugin_get_section_count): New typedef. 1151 (ld_plugin_get_section_type): New typedef. 1152 (ld_plugin_get_section_name): New typedef. 1153 (ld_plugin_get_section_contents): New typedef. 1154 (ld_plugin_update_section_order): New typedef. 1155 (ld_plugin_allow_section_ordering): New typedef. 1156 (LDPT_GET_SECTION_COUNT): New enum value. 1157 (LDPT_GET_SECTION_TYPE): New enum value. 1158 (LDPT_GET_SECTION_NAME): New enum value. 1159 (LDPT_GET_SECTION_CONTENTS): New enum value. 1160 (LDPT_UPDATE_SECTION_ORDER): New enum value. 1161 (LDPT_ALLOW_SECTION_ORDERING): New enum value. 1162 (tv_get_section_count): New struct members. 1163 (tv_get_section_type): New struct members. 1164 (tv_get_section_name): New struct members. 1165 (tv_get_section_contents): New struct members. 1166 (tv_update_section_order): New struct members. 1167 (tv_allow_section_ordering): New struct members. 1168 11692011-07-01 Joel Brobecker <brobecker@adacore.com> 1170 1171 * filenames.h (HAVE_CASE_INSENSITIVE_FILE_SYSTEM): Define 1172 on Darwin, as well as on the systems that use a DOS-like 1173 filesystem. 1174 11752011-06-22 Jakub Jelinek <jakub@redhat.com> 1176 1177 PR debug/47858 1178 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref. 1179 11802011-06-13 Jan Kratochvil <jan.kratochvil@redhat.com> 1181 1182 * demangle.h (DMGL_RET_POSTFIX): Extend the comment. 1183 (DMGL_RET_DROP): New. 1184 11852011-04-30 Jakub Jelinek <jakub@redhat.com> 1186 1187 * dwarf2.h (DW_OP_GNU_const_type, DW_OP_GNU_regval_type, 1188 DW_OP_GNU_deref_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret): New. 1189 11902011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com> 1191 1192 * ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h. 1193 11942011-03-31 Tristan Gingold <gingold@adacore.com> 1195 1196 * dwarf2.h (dwarf_line_number_hp_sfc_ops): New enum. 1197 11982011-03-24 Mark Wielaard <mjw@redhat.com> 1199 1200 * dwarf2.h (dwarf_form): Remove deprecated DW_FORM_sig8 define. 1201 12022010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> 1203 1204 * plugin-api.h (ld_plugin_get_view): New. 1205 (ld_plugin_tag): Add LDPT_GET_VIEW. 1206 (ld_plugin_tv): Add tv_get_view. 1207 12082011-03-16 Jakub Jelinek <jakub@redhat.com> 1209 1210 * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter, 1211 DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value, 1212 DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered, 1213 DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites, 1214 DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites, 1215 DW_OP_GNU_entry_value): New. 1216 12172011-02-28 Kai Tietz <kai.tietz@onevision.com> 1218 1219 * filenames.h (filename_ncmp): New prototype. 1220 12212011-02-23 Kai Tietz <kai.tietz@onevision.com> 1222 1223 * dwarf2.h (_ELF_DWARF2_H): Renamed to 1224 _DWARF2_H. 1225 (DWARF2_External_LineInfo, DWARF2_Internal_LineInfo, 1226 DWARF2_External_PubNames, DWARF2_Internal_PubNames, 1227 DWARF2_External_CompUnit, DWARF2_Internal_CompUnit, 1228 DWARF2_External_ARange, DWARF2_Internal_ARange): Removed. 1229 12302011-01-12 Iain Sandoe <iains@gcc.gnu.org> 1231 1232 * dwarf2.h: Update value for DW_AT_hi_user. 1233 12342010-11-16 Ian Lance Taylor <iant@google.com> 1235 1236 * simple-object.h (simple_object_attributes_merge): Declare, 1237 replacing simple_object_attributes_compare. 1238 12392010-11-04 Ian Lance Taylor <iant@google.com> 1240 1241 * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Go. 1242 12432010-11-02 Ian Lance Taylor <iant@google.com> 1244 1245 * simple-object.h: New file. 1246 12472010-10-15 Dave Korn <dave.korn.cygwin@gmail.com> 1248 1249 Sync LD plugin patch series (part 1/6) with src/include/. 1250 * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. 1251 12522010-10-06 Andi Kleen <ak@linux.intel.com> 1253 1254 * libiberty.h (setproctitle): Add prototype. 1255 12562010-09-09 Jakub Jelinek <jakub@redhat.com> 1257 1258 * dwarf2.h (DW_OP_GNU_implicit_pointer): New. 1259 12602010-07-06 Ken Werner <ken.werner@de.ibm.com> 1261 1262 * floatformat.h (floatformat_ieee_half_big): Add declaration. 1263 (floatformat_ieee_half_little): Likewise. 1264 12652010-06-21 Rafael Espindola <espindola@google.com> 1266 1267 * plugin-api.h (ld_plugin_set_extra_library_path): New. 1268 (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH. 1269 (ld_plugin_tv): Add tv_set_extra_library_path. 1270 12712010-06-21 Jakub Jelinek <jakub@redhat.com> 1272 1273 * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF. 1274 12752010-06-18 Rafael Espindola <espindola@google.com> 1276 1277 * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library): 1278 Make argument const. 1279 12802010-06-08 Tristan Gingold <gingold@adacore.com> 1281 1282 * dwarf2.h (enum dwarf_tag): Add DW_TAG_HP_Bliss_field and 1283 DW_TAG_HP_Bliss_field_set. 1284 (enum dwarf_attribute): Add DW_AT_HP_prologue, DW_AT_HP_epilogue, 1285 DW_AT_HP_unit_name, DW_AT_HP_unit_size, DW_AT_HP_widened_byte_size, 1286 DW_AT_HP_definition_points, DW_AT_HP_default_location and 1287 DW_AT_HP_is_result_param. 1288 (enum dwarf_type): Add DW_ATE_HP_VAX_float, DW_ATE_HP_VAX_float_d, 1289 DW_ATE_HP_packed_decimal, DW_ATE_HP_zoned_decimal, DW_ATE_HP_edited, 1290 DW_ATE_HP_signed_fixed, DW_ATE_HP_unsigned_fixed, 1291 DW_ATE_HP_VAX_complex_float and DW_ATE_HP_VAX_complex_float_d. 1292 (enum dwarf_line_number_x_ops): Add 1293 DW_LNE_HP_source_file_correlation. 1294 (enum dwarf_source_language): Add DW_LANG_HP_Bliss, 1295 DW_LANG_HP_Basic91, DW_LANG_HP_Pascal91, DW_LANG_HP_IMacro, 1296 DW_LANG_HP_Assembler. 1297 12982010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com> 1299 1300 * splay-tree.h: Update copyright years. 1301 (splay_tree_s): Document fields. 1302 (splay_tree_new_typed_alloc): New. 1303 1304 * hashtab.h: Update copyright years. 1305 (htab_create_typed_alloc): New. 1306 13072010-06-01 Rafael Espindola <espindola@google.com> 1308 1309 * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. 1310 13112010-04-26 Pedro Alves <pedro@codesourcery.com> 1312 1313 * filenames.h (PATH_SEPARATOR): Delete. 1314 13152010-04-23 Pedro Alves <pedro@codesourcery.com> 1316 1317 * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, 1318 always define it independently of host, add `dos_based' parameter, 1319 and handle it. 1320 (PATH_SEPARATOR): Define. 1321 (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it 1322 independently of host, add `dos_based' parameter, and handle it. 1323 (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define 1324 it independently of host, add `dos_based' parameter, and handle 1325 it. 1326 (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH) 1327 (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH) 1328 (HAS_DOS_DRIVE_SPEC): New. 1329 (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1. 1330 (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1. 1331 (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1. 1332 * libiberty.h (dos_lbasename, unix_lbasename): Declare. 1333 13342010-04-20 Nick Clifton <nickc@redhat.com> 1335 1336 * sha1.h: Update copyright notice to use GPLv3. 1337 13382010-04-14 Doug Evans <dje@google.com> 1339 1340 * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros. 1341 13422010-04-13 Matthias Klose <doko@ubuntu.com> 1343 1344 * elf: Remove empty directory. 1345 13462010-04-06 Jakub Jelinek <jakub@redhat.com> 1347 1348 * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn 1349 field. 1350 13512010-03-23 Joseph Myers <joseph@codesourcery.com> 1352 1353 * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define. 1354 13552010-01-13 Joel Brobecker <brobecker@adacore.com> 1356 1357 Add new DW_AT_use_GNAT_descriptive_type CU attribute. 1358 * dwarf2.h (dwarf_attribute): Add DW_AT_use_GNAT_descriptive_type. 1359 13602010-01-11 Tristan Gingold <gingold@adacore.com> 1361 1362 * demangle.h (ada_demangle): Add prototype. 1363 13642010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 1365 1366 PR bootstrap/41771 1367 * ansidecl.h: Fix inline test for C99 and Sun Studio cc. 1368 13692009-12-29 Joel Brobecker <brobecker@adacore.com> 1370 1371 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNAT_descriptive_type. 1372 13732009-11-06 Jonas Maebe <jonas.maebe@elis.ugent.be> 1374 1375 Add DWARF attribute value for the "Borland fastcall" calling 1376 convention. 1377 * elf/dwarf2.h: Add DW_CC_GNU_borland_fastcall_i386 constant. 1378 13792009-10-23 Kai Tietz <kai.tietz@onevision.com> 1380 1381 * splay-tree.h (libi_uhostptr_t): Add gcc specific 1382 __extension__ for long long type case to silent cX9. 1383 (libi_shostptr_t): Likewise. 1384 13852009-10-19 Rafael Avila de Espindola <espindola@google.com> 1386 1387 PR40790 1388 * plugin-api.h: Don't include stdint.h unconditionally. 1389 13902009-10-15 Jakub Jelinek <jakub@redhat.com> 1391 1392 * include/dwarf2.h (DW_LANG_Python): Add comment that it is 1393 a DWARF 4 addition. 1394 13952009-10-09 Rafael Espindola <espindola@google.com> 1396 1397 * plugin-api.h (ld_plugin_add_input_library): Change argument name to 1398 libname. 1399 14002009-10-05 Rafael Espindola <espindola@google.com> 1401 1402 * plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE. 1403 (ld_plugin_get_input_file): New. 1404 (ld_plugin_release_input_file): New. 1405 (ld_plugin_add_input_library): New. 1406 (ld_plugin_message): Mark format const. 1407 (ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and 1408 LDPT_ADD_INPUT_LIBRARY. 1409 (ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and 1410 tv_add_input_library. 1411 14122009-10-04 Jerry Quinn <jlquinn@optonline.net> 1413 1414 * plugin-api.h: Fix compile. 1415 14162009-10-03 Rafael Espindola <espindola@google.com> 1417 1418 * plugin-api.h: New. 1419 * lto-symtab.h: New. 1420 14212009-09-29 Jason Merrill <jason@redhat.com> 1422 1423 * demangle.h (enum demangle_component_type): Add 1424 DEMANGLE_COMPONENT_LAMBDA, DEMANGLE_COMPONENT_DEFAULT_ARG, 1425 DEMANGLE_COMPONENT_UNNAMED_TYPE. 1426 (struct demangle_component): Add s_unary_num. 1427 14282009-09-25 Dodji Seketeli <dodji@redhat.com> 1429 1430 * dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and 1431 DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack 1432 and DW_TAG_formal_parameter_pack until DWARF 5 is out. 1433 14342009-09-25 Cary Coutant <ccoutant@google.com> 1435 1436 Add rest of new values from DWARF Version 4. 1437 * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): 1438 New tags. 1439 (DW_FORM_ref_sig8): New name for DW_FORM_sig8. 1440 (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, 1441 DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by, 1442 DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, 1443 DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required, 1444 DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New 1445 attributes. 1446 (DW_LANG_Python): New language. 1447 14482009-09-22 Dodji Seketeli <dodji@redhat.com> 1449 1450 * dwarf2.h (enum dwarf_tag): Add 1451 DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack. 1452 14532009-07-24 Ian Lance Taylor <iant@google.com> 1454 1455 PR bootstrap/40854 1456 * libiberty.h (xcrc32): Rename from crc32. 1457 14582009-07-24 Ian Lance Taylor <iant@google.com> 1459 1460 * libiberty.h (crc32): Declare. 1461 14622009-07-20 Cary Coutant <ccoutant@google.com> 1463 Doug Evans <dje@google.com> 1464 1465 Add some dwarf4 values. 1466 * dwarf2.h (enum dwarf_tag): Add DW_TAG_type_unit. 1467 (enum dwarf_form): Add DW_FORM_sec_offset, DW_FORM_exprloc, 1468 DW_FORM_flag_present, DW_FORM_sig8. 1469 (enum dwarf_attribute): Add DW_AT_signature. 1470 14712009-07-17 Jan Kratochvil <jan.kratochvil@redhat.com> 1472 1473 * demangle.h 1474 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS>) 1475 (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS>): 1476 New. 1477 14782009-07-09 Jakub Jelinek <jakub@redhat.com> 1479 1480 * dwarf2.h (enum dwarf_location_atom): Add DW_OP_implicit_value 1481 and DW_OP_stack_value. 1482 14832009-07-09 Tom Tromey <tromey@redhat.com> 1484 1485 * elf/dwarf2.h: Remove, renaming to... 1486 * dwarf2.h: ... this. 1487 14882009-06-29 Tom Tromey <tromey@redhat.com> 1489 1490 * elf/dwarf2.h: New file. Merged with gdb. 1491 14922009-06-09 Ian Lance Taylor <ian@airs.com> 1493 1494 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Define for C++. 1495 14962009-06-03 Ian Lance Taylor <iant@google.com> 1497 1498 * ansidecl.h (EXPORTED_CONST): Define. 1499 15002009-05-31 Ian Lance Taylor <iant@google.com> 1501 1502 * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ 1503 the way we treat an ISO C compiler. Don't define inline as a 1504 macro when compiling with C++. 1505 * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" 1506 when compiling with C++. 1507 * fibheap.h: Add extern "C" when compiling with C++. 1508 15092009-04-22 Taras Glek <tglek@mozilla.com> 1510 1511 * hashtab.h: Update GTY annotations to new syntax. 1512 * splay-tree.h: Likewise. 1513 15142009-03-17 Jason Merrill <jason@redhat.com> 1515 1516 * demangle.h (enum demangle_component_type): Add 1517 DEMANGLE_COMPONENT_FUNCTION_PARAM. 1518 15192008-12-10 Jason Merrill <jason@redhat.com> 1520 1521 * demangle.h (enum demangle_component_type): Add 1522 DEMANGLE_COMPONENT_FIXED_TYPE. 1523 15242008-11-19 Bob Wilson <bob.wilson@acm.org> 1525 1526 * xtensa-config.h (XCHAL_HAVE_MUL16, XCHAL_HAVE_MUL32, XCHAL_HAVE_DIV32) 1527 (XCHAL_HAVE_MINMAX, XCHAL_HAVE_SEXT, XCHAL_HAVE_THREADPTR) 1528 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): Change to 1. 1529 (XCHAL_NUM_AREGS): Change to 32. 1530 (XCHAL_ICACHE_SIZE, XCHAL_DCACHE_SIZE): Change to 16K. 1531 (XCHAL_ICACHE_LINESIZE, XCHAL_DCACHE_LINESIZE): Change to 32. 1532 (XCHAL_ICACHE_LINEWIDTH, XCHAL_DCACHE_LINEWIDTH): Change to 5. 1533 (XCHAL_DCACHE_IS_WRITEBACK): Change to 1. 1534 (XCHAL_DEBUGLEVEL): Change to 6. 1535 15362008-10-21 Alan Modra <amodra@bigpond.net.au> 1537 1538 * obstack.h (obstack_finish <!__GNUC__>): Cast result to void *. 1539 15402008-10-06 Jason Merrill <jason@redhat.com> 1541 1542 * demangle.h (enum demangle_component_type): Add 1543 DEMANGLE_COMPONENT_PACK_EXPANSION. 1544 15452008-09-09 Jason Merrill <jason@redhat.com> 1546 1547 * demangle.h (enum demangle_component_type): Add 1548 DEMANGLE_COMPONENT_DECLTYPE. 1549 15502008-07-07 Joel Brobecker <brobecker@adacore.com> 1551 1552 * safe-ctype.h: Add #include of ctype.h before redefining 1553 the ctype.h macros. 1554 15552008-07-04 Joel Brobecker <brobecker@adacore.com> 1556 1557 * safe-ctype.h: Remove #error when detecting that ctype.h has been 1558 included. Redefine the various macros provided by ctype.h as 1559 undefined variables. 1560 15612008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1562 1563 * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR, 1564 XDUPVAR, XOBNEWVEC, XOBNEWVAR): New. 1565 15662008-03-24 Ian Lance Taylor <iant@google.com> 1567 1568 * sha1.h: New file, from gnulib. 1569 1570 * md5.h: Add extern "C" when compiled with C++. 1571 15722008-03-21 Ian Lance Taylor <iant@google.com> 1573 1574 * filenames.h: Add extern "C" when compiled with C++. 1575 15762008-02-11 Bob Wilson <bob.wilson@acm.org> 1577 1578 * xtensa-config.h (XCHAL_HAVE_THREADPTR): Redefine to zero. 1579 (XCHAL_NUM_AREGS, XCHAL_MAX_INSTRUCTION_SIZE): New. 1580 15812008-01-26 David Daney <ddaney@avtrex.com> 1582 1583 * demangle.h (demangle_component_type): Add 1584 DEMANGLE_COMPONENT_JAVA_RESOURCE, 1585 DEMANGLE_COMPONENT_COMPOUND_NAME, and 1586 DEMANGLE_COMPONENT_CHARACTER as new enum values. 1587 (demangle_component): Add struct s_character to union u. 1588 15892007-11-07 Joseph Myers <joseph@codesourcery.com> 1590 Daniel Jacobowitz <dan@codesourcery.com> 1591 1592 * floatformat.h (struct floatformat): Add split_half field. 1593 (floatformat_ibm_long_double): New. 1594 15952007-09-06 Tom Tromey <tromey@redhat.com> 1596 1597 * libiberty.h (pex_free): Document process killing. 1598 15992007-08-31 Douglas Gregor <doug.gregor@gmail.com> 1600 1601 * demangle.h (enum demangle_component_type): Add 1602 DEMANGLE_COMPONENT_RVALUE_REFERENCE. 1603 16042007-07-25 Ben Elliston <bje@au.ibm.com> 1605 1606 * ternary.h: Remove. 1607 16082007-07-18 Bob Wilson <bob.wilson@acm.org> 1609 1610 * xtensa-config.h (XCHAL_HAVE_THREADPTR): New. 1611 (XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New. 1612 16132007-07-17 Nick Clifton <nickc@redhat.com> 1614 1615 * COPYING3: New file. Contains version 3 of the GNU General 1616 Public License. 1617 16182007-07-12 Kai Tietz <kai.tietz@onevision.com> 1619 1620 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, 1621 needed for WIN64 when a long is not wide enough for a pointer. 1622 (splay_tree_key, splay_tree_value): Use the new types. 1623 16242007-05-07 Nathan Froyd <froydnj@codesourcery.com> 1625 1626 * libiberty.h (writeargv): Declare. 1627 16282007-04-25 Mark Mitchell <mark@codesourcery.com> 1629 1630 * demangle.h: Change license to LGPL + exception. 1631 16322007-03-29 Joel Brobecker <brobecker@adacore.com> 1633 1634 * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp 1635 regardless of the type of file system. 1636 16372007-03-06 Jan Hubicka <jh@suse.cz> 1638 1639 * ansidecl.h (ATTRIBUTE_COLD, ATTRIBUTE_HOT): New. 1640 16412007-02-09 Joseph S. Myers <joseph@codesourcery.com> 1642 1643 * libiberty.h (pex_write_input): Remove prototype. 1644 16452007-01-31 Vladimir Prus <vladimir@codesourcery.com> 1646 1647 * libiberty.h (PEX_STDERR_TO_PIPE): New define. 1648 (PEX_BINARY_ERROR): New define. 1649 (pex_read_err): New function. 1650 16512007-01-29 Simon Baldwin <simonb@google.com> 1652 1653 * demangle.h: New cplus_demangle_print_callback, 1654 cplus_demangle_v3_callback, and java_demangle_v3_callback function 1655 prototypes, and demangle_callbackref type definition. 1656 16572006-12-06 Nick Clifton <nickc@redhat.com> 1658 1659 * ansidecl.h (ATTRIBUTE_PACKED): Define. 1660 16612006-11-30 Andrew Stubbs <andrew.stubbs@st.com> 1662 J"orn Rennecke <joern.rennecke@st.com> 1663 1664 PR driver/29931 1665 * libiberty.h (make_relative_prefix_ignore_links): Declare. 1666 16672006-11-27 Bob Wilson <bob.wilson@acm.org> 1668 1669 * xtensa-config.h (XSHAL_ABI): New. 1670 (XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New. 1671 16722006-04-11 Jim Blandy <jimb@codesourcery.com> 1673 1674 * libiberty.h (pex_input_file, pex_input_pipe): New declarations. 1675 16762006-01-18 DJ Delorie <dj@redhat.com> 1677 1678 * md5.h: Include ansidecl.h 1679 16802006-01-09 Bob Wilson <bob.wilson@acm.org> 1681 1682 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. 1683 16842005-12-30 Bob Wilson <bob.wilson@acm.org> 1685 1686 * xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New. 1687 16882005-12-10 Terry Laurenzo <tlaurenzo@gmail.com> 1689 1690 PR java/9861 1691 * demangle.h : Add DMGL_RET_POSTFIX define to enable alternative 1692 output format for return types 1693 16942005-10-31 Mark Kettenis <kettenis@gnu.org> 1695 1696 * floatformat.h (enum floatformat_byteorders): Add 1697 floatformat_vax. 1698 (floatformat_vax_aingle, floatformat_vax_double): Declare. 1699 17002005-09-26 Mark Mitchell <mark@codesourcery.com> 1701 1702 * libiberty.h (expandargv): New function. 1703 17042005-08-17 Mark Kettenis <kettenis@gnu.org> 1705 1706 * floatformat.h (struct floatformat): Change type of large 1707 argument for is_valid member to `const void *'. 1708 (floatformat_to_double): Change type of second argument to `const 1709 void *'. 1710 (floatformat_from_double): Change type of last argument to `void 1711 *'. 1712 (floatformat_is_valid): Change type of last argument to `const 1713 void *'. 1714 17152005-07-12 Ben Elliston <bje@au.ibm.com> 1716 1717 * xregex2.h (regexec): Qualify this prototype with __extension__ 1718 when compiling with GNU C. 1719 17202005-07-03 Steve Ellcey <sje@cup.hp.com> 1721 1722 PR other/13906 1723 * ansidecl.h (ATTRIBUTE_ALIGNED_ALIGNOF): New. 1724 * md5.h (md5_uintptr): New. 1725 (md5_ctx): Align buffer field. 1726 17272005-06-30 Daniel Berlin <dberlin@dberlin.org> 1728 1729 * hashtab.h (HTAB_DELETED_ENTRY): New macro. 1730 (HTAB_EMPTY_ENTRY): New macro. 1731 17322005-06-20 Geoffrey Keating <geoffk@apple.com> 1733 1734 * libiberty.h (strverscmp): Prototype. 1735 17362005-06-06 Gabriel Dos Reis <gdr@integrable-solutions.net> 1737 1738 * libiberty.h (XOBFINISH): New. 1739 17402005-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1741 1742 * libiberty.h (vsnprintf): Add format attribute. 1743 17442005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1745 1746 * ansidecl.h: Add ATTRIBUTE_FPTR_PRINTF. 1747 17482005-05-28 Eli Zaretskii <eliz@gnu.org> 1749 1750 * libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if 1751 needed. 1752 (vsnprintf) [!HAVE_DECL_VSNPRINTF]: Declare if needed. 1753 17542005-05-25 Richard Henderson <rth@redhat.com> 1755 1756 * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. 1757 17582005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net> 1759 1760 * libiberty.h (ACONCAT): Properly cast value of alloca(). 1761 1762 * ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if 1763 __cplusplus. 1764 17652005-05-12 Steve Ellcey <sje@cup.hp.com> 1766 1767 libiberty.h: Do not define empty basename prototype. 1768 17692005-05-10 Nick Clifton <nickc@redhat.com> 1770 1771 * Update the address and phone number of the FSF organization in 1772 the GPL notices in the following files: 1773 COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h, 1774 dyn-string.h, fibheap.h, filenames.h, floatformat.h, 1775 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h, 1776 libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h, 1777 partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h, 1778 symcat.h, ternary.h, xregex2.h, xtensa-config.h, 1779 xtensa-isa-internal.h, xtensa-isa.h 1780 17812005-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1782 1783 * libiberty.h (unlock_std_streams): New. 1784 17852005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1786 1787 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h: 1788 Don't use the PTR macro. 1789 1790 * sort.h: Don't use the PARAMS macro. 1791 17922005-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1793 1794 * libiberty.h (unlock_stream): New. 1795 17962005-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1797 1798 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): 1799 Remove parameter names. 1800 18012005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1802 1803 * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): 1804 Provide prototypes for new functions. 1805 18062005-03-29 Ian Lance Taylor <ian@airs.com> 1807 1808 * libiberty.h: Fix indentation. 1809 18102005-03-28 Ian Lance Taylor <ian@airs.com> 1811 1812 * libiberty.h: Include <stdio.h>. 1813 (PEX_RECORD_TIMES, PEX_USE_PIPES, PEX_SAVE_TEMPS): Define. 1814 (PEX_LAST, PEX_SEARCH, PEX_SUFFIX, PEX_STDERR_TO_STDOUT): Define. 1815 (PEX_BINARY_INPUT, PEX_BINARY_OUTPUT): Define. 1816 (pex_init, pex_run, pex_read_output): Declare. 1817 (pex_get_status, pex_get_times, pex_free, pex_one): Declare. 1818 (struct pex_time): Define. 1819 18202005-03-28 Mark Mitchell <mark@codesourcery.com> 1821 1822 * libiberty.h (ffs): Declare, if necessary. 1823 18242005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net> 1825 1826 * xregex2.h (_RE_ARGS): Remove definition and uses. 1827 18282005-03-27 Gabriel Dos Reis <gdr@integreable-solutions.net> 1829 1830 * ternary.h: Don't use PARAMS anymore. 1831 18322005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net> 1833 1834 * partition.h: Remove use of PARAMS. 1835 * obstack.h: Remove conditional prototypes __STDC__. 1836 * objalloc.h: Remove use of PARAMS. 1837 * splay-tree.h: Likewise. 1838 18392005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net> 1840 1841 * md5.h: Remove definition and uses of __P. 1842 * dyn-string.h: Remove uses of PARAMS. 1843 * fibheap.h: Likewise. 1844 * floatformat.h: Likewise. 1845 * hashtab.h: Likewise. 1846 18472005-03-26 Gabriel Dos Reis <gdr@integrable-solutions.net> 1848 1849 * demangle.h: Remove uses of PARAMS. 1850 1851 * libiberty.h (ANSI_PROTOTYPES): Remove guard since 1852 ANSI_PROTOTYPES is always assumed. 1853 Remove uses of PARAMS throughout. 1854 18552005-03-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1856 1857 * libiberty.h (xstrndup): Declare. 1858 18592005-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1860 1861 * libiberty.h (make_relative_prefix): Add ATTRIBUTE_MALLOC. 1862 18632005-03-09 Mark Mitchell <mark@codesourcery.com> 1864 1865 * libiberty.h (gettimeofday): Declare. 1866 18672005-03-01 Jan Beulich <jbeulich@novell.com> 1868 1869 * libiberty.h: Declare unlink_if_ordinary. 1870 18712005-02-14 Paolo Bonzini <bonzini@gnu.org> 1872 1873 PR bootstrap/19818 1874 * ansidecl.h (PARAMS): Guard from redefinition. 1875 18762004-12-11 Ben Elliston <bje@au.ibm.com> 1877 1878 * fibheap.h (struct fibnode): Only use unsigned long bitfields 1879 when __GNUC__ is defined and ints are less than 32-bits wide. 1880 18812004-10-07 Bob Wilson <bob.wilson@acm.org> 1882 1883 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS, 1884 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New. 1885 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete. 1886 18872004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com> 1888 1889 * libiberty.h (basename): Prototype for __MINGW32__. 1890 18912004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 1892 1893 * ansidecl.h (ATTRIBUTE_SENTINEL): Define. 1894 * libiberty.h (concat, reconcat, concat_length, concat_copy, 1895 concat_copy2): Use ATTRIBUTE_SENTINEL. 1896 18972004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net> 1898 1899 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any 1900 const-qualification before disposal. 1901 19022004-07-24 Bernardo Innocenti <bernie@develer.com> 1903 1904 * ansidecl.h (ARG_UNUSED): New Macro. 1905 19062004-07-24 Bernardo Innocenti <bernie@develer.com> 1907 1908 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from 1909 libcpp/internal.h. 1910 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New 1911 macros. 1912 19132004-07-21 Paolo Bonzini <bonzini@gnu.org> 1914 1915 * ansidecl.h (ATTRIBUTE_PURE): New. 1916 19172004-07-13 Bernardo Innocenti <bernie@develer.com> 1918 1919 * libiberty.h (ASTRDUP): Add casts required for stricter 1920 type conversion rules of C++. 1921 * obstack.h (obstack_free): Likewise. 1922 19232004-05-04 Andreas Jaeger <aj@suse.de> 1924 1925 * demangle.h: Do not use C++ reserved keyword typename as 1926 parameter for cplus_demangle_fill_builtin_type. 1927 19282004-04-22 Richard Henderson <rth@redhat.com> 1929 1930 * hashtab.h (struct htab): Add size_prime_index. 1931 19322004-04-13 Jeff Law <law@redhat.com> 1933 1934 * hashtab.h (htab_remove_elt_with_hash): Prototype new function. 1935 19362004-03-30 Zack Weinberg <zack@codesourcery.com> 1937 1938 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers. 1939 19402004-02-24 Ian Lance Taylor <ian@wasabisystems.com> 1941 1942 * dyn-string.h: Update copyright date. 1943 19442004-02-23 Ian Lance Taylor <ian@wasabisystems.com> 1945 1946 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and 1947 the associated #defines. 1948 19492004-01-12 Ian Lance Taylor <ian@wasabisystems.com> 1950 1951 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include 1952 "libiberty.h". 1953 1954 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>. 1955 1956 * demangle.h (enum demangle_component_type): Define. 1957 (struct demangle_operator_info): Declare. 1958 (struct demangle_builtin_type_info): Declare. 1959 (struct demangle_component): Define. 1960 (cplus_demangle_fill_component): Declare. 1961 (cplus_demangle_fill_name): Declare. 1962 (cplus_demangle_fill_builtin_type): Declare. 1963 (cplus_demangle_fill_operator): Declare. 1964 (cplus_demangle_fill_extended_operator): Declare. 1965 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare. 1966 (cplus_demangle_v3_components): Declare. 1967 (cplus_demangle_print): Declare. 1968 1969For older changes see ChangeLog-9103 1970 1971Local Variables: 1972mode: change-log 1973left-margin: 8 1974fill-column: 74 1975version-control: never 1976End: 1977