comparison include/ChangeLog @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 2018-07-26 Martin Liska <mliska@suse.cz>
2
3 PR lto/86548
4 * libiberty.h (make_temp_file_with_prefix): New function.
5
6 2018-05-30 Jan Hubicka <hubicka@ucw.cz>
7
8 * simple-object.h (simple_object_copy_lto_debug_sections): Add rename
9 parameter.
10
11 2018-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
12
13 * splay-tree.h (splay_tree_compare_strings,
14 splay_tree_delete_pointers): Declare new utility functions.
15
16 2018-05-24 Tom Rix <trix@juniper.net>
17
18 * dwarf2.def (DW_FORM_strx*, DW_FORM_addrx*): New.
19
20 2018-05-02 Alan Modra <amodra@gmail.com>
21
22 * ansidecl.h (ATTRIBUTE_NONSTRING): Define.
23
24 2018-05-01 Sriraman Tallam <tmsriram@google.com>
25
26 * plugin-api.h: Add plugin API to get the list of wrap
27 symbols.
28
29 2018-02-09 Alexandre Oliva <aoliva@redhat.com>
30
31 * dwarf2.def (DW_AT_GNU_entry_view): New.
32
33 * dwarf2.def (DW_AT_GNU_locviews): New.
34 * dwarf2.h (enum dwarf_location_list_entry_type): Add
35 DW_LLE_GNU_view_pair.
36 (DW_LLE_view_pair): Define.
37
38 2018-01-03 Jakub Jelinek <jakub@redhat.com>
39
40 Update copyright years.
41
42 2017-11-20 Kito Cheng <kito.cheng@gmail.com>
43
44 * longlong.h [__riscv] (__umulsidi3): Define.
45 [__riscv] (umul_ppmm): Likewise.
46 [__riscv] (__muluw3): Likewise.
47
48 2017-11-10 Stephen Crane <sjc@immunant.com>
49
50 * plugin-api.h: Add plugin API for processing plugin-added
51 input files.
52
1 2017-10-23 David Malcolm <dmalcolm@redhat.com> 53 2017-10-23 David Malcolm <dmalcolm@redhat.com>
2 54
3 * unique-ptr.h: Make include of <memory> conditional on C++11 or 55 * unique-ptr.h: Make include of <memory> conditional on C++11 or
4 later. 56 later.
5 57
386 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 438 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
387 439
388 * libiberty.h (xasprintf): Declare. 440 * libiberty.h (xasprintf): Declare.
389 441
390 2014-12-11 Uros Bizjak <ubizjak@gmail.com> 442 2014-12-11 Uros Bizjak <ubizjak@gmail.com>
391 Ben Elliston <bje@au.ibm.com> 443 Ben Elliston <bje@au.ibm.com>
392 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 444 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
393 445
394 * libiberty.h (xvasprintf): Declare. 446 * libiberty.h (xvasprintf): Declare.
395 447
396 2014-12-09 Trevor Saunders <tsaunders@mozilla.com> 448 2014-12-09 Trevor Saunders <tsaunders@mozilla.com>
397 449
577 629
578 * demangle.h (enum demangle_component_type): Add 630 * demangle.h (enum demangle_component_type): Add
579 DEMANGLE_COMPONENT_TAGGED_NAME. 631 DEMANGLE_COMPONENT_TAGGED_NAME.
580 632
581 2012-10-29 Sterling Augustine <saugustine@google.com> 633 2012-10-29 Sterling Augustine <saugustine@google.com>
582 Cary Coutant <ccoutant@google.com> 634 Cary Coutant <ccoutant@google.com>
583 635
584 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields 636 * dwarf2.h (dwarf_location_list_entry_type): New enum with fields
585 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry, 637 DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry,
586 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry. 638 DW_LLE_GNU_start_end_entry and DW_LLE_GNU_start_length_entry.
587 639
1214 1266
1215 2007-07-12 Kai Tietz <kai.tietz@onevision.com> 1267 2007-07-12 Kai Tietz <kai.tietz@onevision.com>
1216 1268
1217 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, 1269 * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types,
1218 needed for WIN64 when a long is not wide enough for a pointer. 1270 needed for WIN64 when a long is not wide enough for a pointer.
1219 (splay_tree_key, splay_tree_value): Use the new types. 1271 (splay_tree_key, splay_tree_value): Use the new types.
1220 1272
1221 2007-05-07 Nathan Froyd <froydnj@codesourcery.com> 1273 2007-05-07 Nathan Froyd <froydnj@codesourcery.com>
1222 1274
1223 * libiberty.h (writeargv): Declare. 1275 * libiberty.h (writeargv): Declare.
1224 1276
1254 2006-12-06 Nick Clifton <nickc@redhat.com> 1306 2006-12-06 Nick Clifton <nickc@redhat.com>
1255 1307
1256 * ansidecl.h (ATTRIBUTE_PACKED): Define. 1308 * ansidecl.h (ATTRIBUTE_PACKED): Define.
1257 1309
1258 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com> 1310 2006-11-30 Andrew Stubbs <andrew.stubbs@st.com>
1259 J"orn Rennecke <joern.rennecke@st.com> 1311 J"orn Rennecke <joern.rennecke@st.com>
1260 1312
1261 PR driver/29931 1313 PR driver/29931
1262 * libiberty.h (make_relative_prefix_ignore_links): Declare. 1314 * libiberty.h (make_relative_prefix_ignore_links): Declare.
1263 1315
1264 2006-11-27 Bob Wilson <bob.wilson@acm.org> 1316 2006-11-27 Bob Wilson <bob.wilson@acm.org>