-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
GCC commit a4ebe104540e7b6d3c637d793dbcd5171b4b8209 (Subversion r209988). Co-authored-by: Thomas Schwinge <[email protected]>
- Loading branch information
Showing
29 changed files
with
3,175 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,62 @@ | ||
2014-05-01 Steve Ellcey <[email protected]> | ||
|
||
* include/longlong.h: Use 'defined()' to check __mips16. | ||
|
||
2014-04-30 Richard Sandiford <[email protected]> | ||
|
||
* longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling. | ||
|
||
2014-04-22 Yufeng Zhang <[email protected]> | ||
|
||
* longlong.h: Merge from glibc. | ||
|
||
2014-01-21 Tom Tromey <[email protected]> | ||
|
||
* ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, PARAMS) | ||
(VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) | ||
(VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) | ||
(NOARGS): Don't define. | ||
* libiberty.h (expandargv, writeargv): Don't use PARAMS. | ||
|
||
2013-12-23 Bill Maddox <[email protected]> | ||
|
||
* demangle.h (enum gnu_v3_ctor_kinds): | ||
Added literal gnu_v3_unified_ctor. | ||
(enum gnu_v3_ctor_kinds): | ||
Added literal gnu_v3_unified_dtor. | ||
|
||
2013-12-04 Richard Sandiford <[email protected]> | ||
|
||
* longlong.h: New file. | ||
|
||
2013-10-29 Marc Glisse <[email protected]> | ||
|
||
PR tree-optimization/58689 | ||
* ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro. | ||
* libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename, | ||
concat_copy): Mark with attributes nonnull(1) and returns_nonnull. | ||
(concat, reconcat, concat_copy2, choose_temp_base, xstrerror, | ||
xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): | ||
Mark with attribute returns_nonnull. | ||
|
||
2013-10-22 Sterling Augustine <[email protected]> | ||
|
||
* gdb/gdb-index.h: Merge from gdb tree. | ||
|
||
2013-08-20 Alan Modra <[email protected]> | ||
|
||
* floatformat.h (floatformat_ibm_long_double): Delete. | ||
(floatformat_ibm_long_double_big): Declare. | ||
(floatformat_ibm_long_double_little): Declare. | ||
|
||
2013-08-19 Dehao Chen <[email protected]> | ||
|
||
* dwarf2.def (DW_AT_GNU_discriminator): New attribute. | ||
|
||
2013-08-02 Caroline Tice <[email protected]> | ||
|
||
* vtv-change-permission.h: New file. | ||
|
||
2013-04-03 Jason Merrill <[email protected]> | ||
|
||
Demangle C++11 ref-qualifier. | ||
|
@@ -33,8 +92,8 @@ | |
* demangle.h (enum demangle_component_type): Add | ||
DEMANGLE_COMPONENT_TAGGED_NAME. | ||
|
||
2012-10-29 Sterling Augustine <[email protected]> | ||
Cary Coutant <[email protected]> | ||
2012-10-29 Sterling Augustine <[email protected]> | ||
Cary Coutant <[email protected]> | ||
|
||
* dwarf2.h (dwarf_location_list_entry_type): New enum with fields | ||
DW_LLE_GNU_end_of_list_entry, DW_LLE_GNU_base_address_selection_entry, | ||
|
@@ -301,7 +360,7 @@ | |
Sync LD plugin patch series (part 1/6) with src/include/. | ||
* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. | ||
|
||
2010-10-06 Andi Kleen <[email protected]> | ||
2010-10-06 Andi Kleen <[email protected]> | ||
|
||
* libiberty.h (setproctitle): Add prototype. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.