forked from sba1/adtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gcc10: Update from 10.1.0 to 10.2.0.
- Loading branch information
1 parent
8bcf5b1
commit 367b738
Showing
33 changed files
with
102 additions
and
96 deletions.
There are no files selected for viewing
90 changes: 48 additions & 42 deletions
90
gcc/10/patches/0001-Changes-for-AmigaOS-version-of-gcc.patch
Large diffs are not rendered by default.
Oops, something went wrong.
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,4 +1,4 @@ | ||
From a62f7337ab856cea291e831797454b0da9ca645b Mon Sep 17 00:00:00 2001 | ||
From 5a833135474c38063c073c18f987eb32ffabaed5 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Fri, 14 Nov 2014 20:03:56 +0100 | ||
Subject: [PATCH 02/32] Added new function attribute "lineartags" and pragma | ||
|
@@ -260,7 +260,7 @@ index ae354e6af66ac0297133143b6a250961463adb00..f9df8ac3ae380b8ae1886493c7adebba | |
c_parser_skip_to_pragma_eol (parser); | ||
|
||
diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c | ||
index 80e734d8026f36e477f2827c4c0634d7cb12357c..ac9863a26bfb09269a09804b19e447d108253c7d 100644 | ||
index a29105255fc33772671dcef80685c818f585b152..5659f5b7f0681fdaeed3f4522c5e0184d17f738e 100644 | ||
--- a/gcc/c/c-typeck.c | ||
+++ b/gcc/c/c-typeck.c | ||
@@ -3445,12 +3445,14 @@ convert_arguments (location_t loc, vec<location_t> arg_loc, tree typelist, | ||
|
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,4 +1,4 @@ | ||
From 036b31e9ecb68100c330622345579522d2bf852d Mon Sep 17 00:00:00 2001 | ||
From a4ed44b6029d26448e6d90798abfed36dabe101a Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Thu, 9 Jul 2015 06:54:37 +0200 | ||
Subject: [PATCH 03/32] Disable .machine directive generation. | ||
|
@@ -12,10 +12,10 @@ This reverts parts of a commit from 2015-03-03. | |
1 file changed, 1 insertion(+), 3 deletions(-) | ||
|
||
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c | ||
index c0cd56db2eb34a96fd6a71b59276ad8c3c69c1d2..aaf224f5384337663163274c5d7d0ba63f0d8036 100644 | ||
index a5ca2d149098fe513a835cd4c6d851422c679901..26f134fb9c82a96731c035d39f14643da73d2951 100644 | ||
--- a/gcc/config/rs6000/rs6000.c | ||
+++ b/gcc/config/rs6000/rs6000.c | ||
@@ -5546,15 +5546,13 @@ rs6000_file_start (void) | ||
@@ -5629,15 +5629,13 @@ rs6000_file_start (void) | ||
putc ('\n', file); | ||
} | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0004-The-default-link-mode-is-static-for-AmigaOS.patch
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,4 +1,4 @@ | ||
From 564304e501acedbc7ff0aeddd92eedc180b273f7 Mon Sep 17 00:00:00 2001 | ||
From 04e94b67f00ec6237a2fc90b022185b4e043cd72 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Wed, 2 Dec 2015 20:56:33 +0100 | ||
Subject: [PATCH 04/32] The default link mode is static for AmigaOS. | ||
|
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,4 +1,4 @@ | ||
From c04dfea45baa28e863fc9b1b04de53e1dd110bba Mon Sep 17 00:00:00 2001 | ||
From 154cb9a0a8f02a8d2b1b68971e4d69b7ce0e8515 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Wed, 2 Dec 2015 21:39:42 +0100 | ||
Subject: [PATCH 05/32] Disable the usage of /dev/urandom when compiling for | ||
|
@@ -40,7 +40,7 @@ index 97fd5f63a650ff9d5772e4464bbe66a9962c561e..45c0ece73885bac9891c0aadc281ed1f | |
struct timeval tv; | ||
|
||
diff --git a/gcc/toplev.c b/gcc/toplev.c | ||
index 5c026feece28c6527ab04459626d0376c22013d1..b43023209acb32fb7286d264d532c0c473d420cd 100644 | ||
index deccd7f15ba2a48726e95b3697725d27e0e93740..164c63eb56a31c50caf5a6086703643b2b8a782c 100644 | ||
--- a/gcc/toplev.c | ||
+++ b/gcc/toplev.c | ||
@@ -274,20 +274,22 @@ init_local_tick (void) | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0006-Expand-arg-zero-on-AmigaOS-using-the-PROGDIR-assign.patch
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,4 +1,4 @@ | ||
From 03aadccf47d442b4e3ac3607390c2c2811d438db Mon Sep 17 00:00:00 2001 | ||
From 185228997986320cc27feb23bc51eac4799dea6d Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Sat, 5 Dec 2015 13:17:26 +0100 | ||
Subject: [PATCH 06/32] Expand arg zero on AmigaOS using the PROGDIR: assign. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0007-Some-AmigaOS-4.x-compability-changes-for-posix-threa.patch
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,4 +1,4 @@ | ||
From 02840d8f169107e7293d1c3231fdbf46f230f270 Mon Sep 17 00:00:00 2001 | ||
From b732ec60259bd1c5a7a1c0fbabf89bb6b9f95894 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Thu, 21 Jan 2016 20:46:59 +0100 | ||
Subject: [PATCH 07/32] Some AmigaOS 4.x compability changes for posix thread | ||
|
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,4 +1,4 @@ | ||
From fb8cf4f8f1d5ff71d57abb0731746560ba364c2a Mon Sep 17 00:00:00 2001 | ||
From 552d5f1a0d489058e756056541d0f1d171802723 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Fri, 22 Jan 2016 20:04:50 +0100 | ||
Subject: [PATCH 08/32] Added libstc++ support for AmigaOS. | ||
|
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,4 +1,4 @@ | ||
From 8bff9846aa156e37169623065354571739d2b635 Mon Sep 17 00:00:00 2001 | ||
From 88e938ed4b5e9636d01042ce21982a94bd8efb08 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Fri, 3 Mar 2017 08:52:48 +0100 | ||
Subject: [PATCH 09/32] Enable libatomic for ppc-amigaos. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0010-Implement-libat_lock_n-and-libat_unlock_n.patch
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,4 +1,4 @@ | ||
From 7885f937cb909e6568f0441de168108191522459 Mon Sep 17 00:00:00 2001 | ||
From 8452765affaa174aecaf99b97f281f6390c835c7 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Wed, 23 May 2018 10:54:19 +0200 | ||
Subject: [PATCH 10/32] Implement libat_lock_n() and libat_unlock_n(). | ||
|
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,4 +1,4 @@ | ||
From e70a27615c3a216f31120056ccf670ca37efa990 Mon Sep 17 00:00:00 2001 | ||
From eccd3f715c29dfeda00af551d6f11eba6589a1c0 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Sat, 4 Mar 2017 07:39:21 +0100 | ||
Subject: [PATCH 11/32] Pretend C99 compatibility. | ||
|
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,4 +1,4 @@ | ||
From 4fb1f85a7cced053660847f4bbc8bf838ad49f0c Mon Sep 17 00:00:00 2001 | ||
From fefb3bbea9b0306c7165b7a0ce0c127fff8a6294 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Tue, 3 Apr 2018 19:52:01 +0200 | ||
Subject: [PATCH 12/32] Add amigaos-stdint.h for libatomic. | ||
|
@@ -10,7 +10,7 @@ Subject: [PATCH 12/32] Add amigaos-stdint.h for libatomic. | |
copy gcc/config/{dragonfly-stdint.h => amigaos-stdint.h} (90%) | ||
|
||
diff --git a/gcc/config.gcc b/gcc/config.gcc | ||
index a62ff903efef17fd0975d970afb1b3bf6f3cf55e..98f0378467119f6fe72b11d36b5ace8c0e11e92c 100644 | ||
index fa03fb11651eaafba2b1ca9b4b9dc72c0812a947..26c4c76821a4517b33eb5c10c3466555df6ef406 100644 | ||
--- a/gcc/config.gcc | ||
+++ b/gcc/config.gcc | ||
@@ -2829,13 +2829,13 @@ or1k*-*-*) | ||
|
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,4 +1,4 @@ | ||
From 8ebfe20aa1d61f28c8f20c63743cf66f0c07b56d Mon Sep 17 00:00:00 2001 | ||
From f816c59f944e49f24761ef9b1f697610652147c0 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Wed, 4 Apr 2018 22:48:33 +0200 | ||
Subject: [PATCH 13/32] Rerun make maint-deps in libiberty. | ||
|
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,4 +1,4 @@ | ||
From aee35788866376508033c4d224b5a8db24f426c7 Mon Sep 17 00:00:00 2001 | ||
From a85cd4c2f28165f99181c50518d1e56315d81fb5 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Wed, 4 Apr 2018 23:50:48 +0200 | ||
Subject: [PATCH 14/32] Add custom implementation of various env-related | ||
|
@@ -73,10 +73,10 @@ index 698c41fdd1927931cb6b408d24db199598d32d86..b34b9cb70584fc3d02d4935d8ed36463 | |
else true; fi | ||
if [ x"$(NOASANFLAG)" != x ]; then \ | ||
diff --git a/libiberty/configure b/libiberty/configure | ||
index 6787af79fadd3050b81499dee806fb1e7a40f773..55210048581e360a03623fb69f61c05c5e30569c 100755 | ||
index 7cbaca011bbc042bd035e9f3969c1b155b802afd..882dbd3576f9179c681a1c3a197573c50ac694ae 100755 | ||
--- a/libiberty/configure | ||
+++ b/libiberty/configure | ||
@@ -6539,12 +6539,23 @@ if test -z "${setobjs}"; then | ||
@@ -6545,12 +6545,23 @@ if test -z "${setobjs}"; then | ||
*-*-android*) | ||
# On android, getpagesize is defined in unistd.h as a static inline | ||
# function, which AC_CHECK_FUNCS does not handle properly. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0015-Define-va_startlinear-and-va_getlinearva.patch
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,4 +1,4 @@ | ||
From 73ade5ed98fa7208bf5a02cfc1c6e476a9db9079 Mon Sep 17 00:00:00 2001 | ||
From e258123f863a7c4ae45e68cb944476393d57d454 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Thu, 5 Apr 2018 19:56:45 +0200 | ||
Subject: [PATCH 15/32] Define va_startlinear and va_getlinearva. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0016-Fix-r2-restoring-in-the-epilog-of-baserel-restoring-.patch
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,4 +1,4 @@ | ||
From 69a0f4f2db11e6ff8bde0e6008ff0d2caf96c46e Mon Sep 17 00:00:00 2001 | ||
From 1bd34cc83a72d73b564df5358e9b38150335aa73 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Tue, 17 Apr 2018 22:02:09 +0200 | ||
Subject: [PATCH 16/32] Fix r2 restoring in the epilog of baserel-restoring | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0017-Avoid-section-anchors-in-the-baserel-mode.patch
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,4 +1,4 @@ | ||
From 42c306176f52cc83cfddce5c1f91323fe65adbf0 Mon Sep 17 00:00:00 2001 | ||
From c3de80113db4f84a91251a98fafd0bd840c09b95 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Thu, 19 Apr 2018 21:00:30 +0200 | ||
Subject: [PATCH 17/32] Avoid section anchors in the baserel mode. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0018-Respect-nostdinc-also-for-SDK-includes.patch
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,4 +1,4 @@ | ||
From 02a6953d0af2ee2536bd2d47ee9ceae174cd2626 Mon Sep 17 00:00:00 2001 | ||
From f744d72a59b345a61af3cc247b22b6186fd22479 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Fri, 20 Apr 2018 20:04:30 +0200 | ||
Subject: [PATCH 18/32] Respect -nostdinc also for SDK includes. | ||
|
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,4 +1,4 @@ | ||
From 8029ce66f206509781057adbce88a3065792d169 Mon Sep 17 00:00:00 2001 | ||
From 5f26fc5ad26a1bcc46bb56e5a99f5c78a138feac Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Tue, 24 Apr 2018 22:46:21 +0200 | ||
Subject: [PATCH 19/32] Add _Static_warning(). | ||
|
@@ -13,7 +13,7 @@ rather than an compiler error. | |
4 files changed, 14 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c | ||
index 4e46178d595d33ea7b447bb5eceb8eaae1921317..0e828e802446f43e5adc82f0635432721ad3fffa 100644 | ||
index 20258c331af031f4b1d863ee410c357e7bb7782c..9ed63fb22963804aa5f5747ef41efd94d159d253 100644 | ||
--- a/gcc/c-family/c-common.c | ||
+++ b/gcc/c-family/c-common.c | ||
@@ -356,12 +356,13 @@ const struct c_common_resword c_common_reswords[] = | ||
|
@@ -104,7 +104,7 @@ index f9df8ac3ae380b8ae1886493c7adebbab63ea6e3..27f5ad83d8eef395ac735d845a95f8ce | |
else | ||
pedwarn_c99 (assert_loc, OPT_Wpedantic, | ||
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c | ||
index e1f9786893acd460c0e0e6adf1423dfc3b1d0e50..f3ec6841c38ae681cf8ed85112189274d3e9fba7 100644 | ||
index ff0b2ed1ff0fb05db9e201eee0cfdfd661616b7f..7e6969af85f09bdaed5a1fd027fe6318c9abe445 100644 | ||
--- a/gcc/cp/parser.c | ||
+++ b/gcc/cp/parser.c | ||
@@ -151,12 +151,13 @@ enum required_token { | ||
|
@@ -121,7 +121,7 @@ index e1f9786893acd460c0e0e6adf1423dfc3b1d0e50..f3ec6841c38ae681cf8ed85112189274 | |
RT_TEMPLATE, /* template */ | ||
RT_NAMESPACE, /* namespace */ | ||
RT_USING, /* using */ | ||
@@ -13550,13 +13551,13 @@ cp_parser_block_declaration (cp_parser *parser, | ||
@@ -13555,13 +13556,13 @@ cp_parser_block_declaration (cp_parser *parser, | ||
cp_parser_skip_to_end_of_statement (parser); | ||
/* If the next token is now a `;', consume it. */ | ||
if (cp_lexer_next_token_is (parser->lexer, CPP_SEMICOLON)) | ||
|
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,4 +1,4 @@ | ||
From 652562fa04c2b85328c06b2038699e705dc18ea9 Mon Sep 17 00:00:00 2001 | ||
From 846400ad1602791e1eb76d1911afe2d4e327acf3 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Fri, 27 Apr 2018 22:48:18 +0200 | ||
Subject: [PATCH 20/32] Rename lineartags to checktags. | ||
|
@@ -13,7 +13,7 @@ or necessary. | |
4 files changed, 8 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c | ||
index ac9863a26bfb09269a09804b19e447d108253c7d..1c94cafa59ff00bc51d2f413a05f6a8fb87de6d7 100644 | ||
index 5659f5b7f0681fdaeed3f4522c5e0184d17f738e..1a778e8b06cea57e52b568790f6b5b18e76c34eb 100644 | ||
--- a/gcc/c/c-typeck.c | ||
+++ b/gcc/c/c-typeck.c | ||
@@ -3445,14 +3445,14 @@ convert_arguments (location_t loc, vec<location_t> arg_loc, tree typelist, | ||
|
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,4 +1,4 @@ | ||
From 1695f9b651bd8e8651cf072c22f846c71a7cd3ca Mon Sep 17 00:00:00 2001 | ||
From 948284a5c556c4f8dac1f1b2996522e6969a90f2 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Sat, 28 Apr 2018 08:09:58 +0200 | ||
Subject: [PATCH 21/32] Fix order of AmigaOS PPC sections in the documentation. | ||
|
@@ -9,10 +9,10 @@ Subject: [PATCH 21/32] Fix order of AmigaOS PPC sections in the documentation. | |
2 files changed, 7 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi | ||
index 319f2b0c1e2823d13ad30c559e47cb99d940daa2..14f9bd0e77d5e4ea8a3587d91465f61ec0cecb5f 100644 | ||
index 14f2e6bc4a915d7cbe34eb1acb1e56b15c84b402..8e2d638894ff0a0af50138126ef50026512fe4c4 100644 | ||
--- a/gcc/doc/extend.texi | ||
+++ b/gcc/doc/extend.texi | ||
@@ -7867,15 +7867,15 @@ For full documentation of the struct attributes please see the | ||
@@ -7873,15 +7873,15 @@ For full documentation of the struct attributes please see the | ||
documentation in @ref{x86 Variable Attributes}. | ||
|
||
@cindex @code{altivec} variable attribute, PowerPC | ||
|
@@ -31,7 +31,7 @@ index 319f2b0c1e2823d13ad30c559e47cb99d940daa2..14f9bd0e77d5e4ea8a3587d91465f61e | |
|
||
This attribute forces access to a variable in code compiled with | ||
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi | ||
index 2f923ef93a836633b6cf03af4da15dc08c9904c9..212c03947cf69c2d01619ba42297c46216e94960 100644 | ||
index 14e033623971cd4eac4eae8412b07f2e1c30a8b3..03ffcfc800ecbb2e0aa96819ec80f461ce9aabb8 100644 | ||
--- a/gcc/doc/invoke.texi | ||
+++ b/gcc/doc/invoke.texi | ||
@@ -1385,13 +1385,13 @@ See RS/6000 and PowerPC Options. | ||
|
@@ -49,7 +49,7 @@ index 2f923ef93a836633b6cf03af4da15dc08c9904c9..212c03947cf69c2d01619ba42297c462 | |
@item Code Generation Options | ||
@xref{Code Gen Options,,Options for Code Generation Conventions}. | ||
@gccoptlist{-fcall-saved-@var{reg} -fcall-used-@var{reg} @gol | ||
@@ -16723,13 +16723,13 @@ platform. | ||
@@ -16760,13 +16760,13 @@ platform. | ||
* VMS Options:: | ||
* VxWorks Options:: | ||
* x86 Options:: | ||
|
@@ -64,7 +64,7 @@ index 2f923ef93a836633b6cf03af4da15dc08c9904c9..212c03947cf69c2d01619ba42297c462 | |
@node AArch64 Options | ||
@subsection AArch64 Options | ||
@cindex AArch64 Options | ||
@@ -30334,15 +30334,15 @@ These options are defined for Xstormy16: | ||
@@ -30379,15 +30379,15 @@ These options are defined for Xstormy16: | ||
@table @gcctabopt | ||
@item -msim | ||
@opindex msim | ||
|
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,4 +1,4 @@ | ||
From 3d2506eb267dcdaede3b47333d959c4259bb3969 Mon Sep 17 00:00:00 2001 | ||
From 319904b152aba02e112f824ae1cc9716872986ab Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Sun, 29 Apr 2018 00:08:22 +0200 | ||
Subject: [PATCH 22/32] Provide a documentation for checktags and tagtype | ||
|
@@ -9,7 +9,7 @@ Subject: [PATCH 22/32] Provide a documentation for checktags and tagtype | |
1 file changed, 28 insertions(+) | ||
|
||
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi | ||
index 14f9bd0e77d5e4ea8a3587d91465f61ec0cecb5f..4a3c4e289378ab537359f9265066ca65fd4a72a2 100644 | ||
index 8e2d638894ff0a0af50138126ef50026512fe4c4..ba401af91b03d3c562085ce4928384e46ab234aa 100644 | ||
--- a/gcc/doc/extend.texi | ||
+++ b/gcc/doc/extend.texi | ||
@@ -4069,12 +4069,24 @@ int VARARGS68K __amigaos4_check68k_trampoline(int num_args, | ||
|
@@ -37,7 +37,7 @@ index 14f9bd0e77d5e4ea8a3587d91465f61ec0cecb5f..4a3c4e289378ab537359f9265066ca65 | |
to be emitted as a weak symbol rather than a global. This is primarily | ||
useful in defining library functions that can be overridden in user code, | ||
though it can also be used with non-function declarations. The overriding | ||
@@ -8709,12 +8721,28 @@ is used anywhere in the source file. This is useful when identifying | ||
@@ -8715,12 +8727,28 @@ is used anywhere in the source file. This is useful when identifying | ||
enumerators that are expected to be removed in a future version of a | ||
program. The warning also includes the location of the declaration | ||
of the deprecated enumerator, to enable users to easily find further | ||
|
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,4 +1,4 @@ | ||
From 68370968a09ee77b0ed1ee33433333194666e7a5 Mon Sep 17 00:00:00 2001 | ||
From 3822caa28b99934bfa783139cb3957120e4b5fa2 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Tue, 22 May 2018 23:14:01 +0200 | ||
Subject: [PATCH 23/32] Adapt libssp for AmigaOS. | ||
|
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,4 +1,4 @@ | ||
From 4bfc8e42deff51731f95e6da26d07c9010623818 Mon Sep 17 00:00:00 2001 | ||
From 26a7955a7a28c1e02c57e55cf48293c09834dafd Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Fri, 4 May 2018 18:22:24 +0200 | ||
Subject: [PATCH 24/32] Add amigaos thread model. | ||
|
@@ -169,7 +169,7 @@ index 0000000000000000000000000000000000000000..a3dd2195809c2ce1fbab8be854f3c987 | |
+$(ALL_EXECUTABLES) : override LDFLAGS += -athread=native -Wl,--gc-sections | ||
\ No newline at end of file | ||
diff --git a/gcc/configure b/gcc/configure | ||
index cd3d9516fceb3d6c7572f0cddd8823edb9f39ba1..d7d28c36fba7cc1a5590eaec98291ad72219cbba 100755 | ||
index eb6061c1631968071a6754f193681f19fedbfb36..ae993e512ccda3b1fbd3302e3af891ec5ece8319 100755 | ||
--- a/gcc/configure | ||
+++ b/gcc/configure | ||
@@ -12205,13 +12205,13 @@ case ${enable_threads} in | ||
|
@@ -188,7 +188,7 @@ index cd3d9516fceb3d6c7572f0cddd8823edb9f39ba1..d7d28c36fba7cc1a5590eaec98291ad7 | |
echo "${enable_threads} is an unknown thread package" 1>&2 | ||
exit 1 | ||
diff --git a/gcc/configure.ac b/gcc/configure.ac | ||
index 0de3b4bf97b784464604e79102f3f691421e051b..6e47b395c78f890fd6613a04b1405caa8851b222 100644 | ||
index 715fcba04822bd9fd02b81057706a1d9cc9914c5..ba41f847f4026cf608491637d606528eefcf7899 100644 | ||
--- a/gcc/configure.ac | ||
+++ b/gcc/configure.ac | ||
@@ -1797,13 +1797,13 @@ case ${enable_threads} in | ||
|
@@ -207,7 +207,7 @@ index 0de3b4bf97b784464604e79102f3f691421e051b..6e47b395c78f890fd6613a04b1405caa | |
echo "${enable_threads} is an unknown thread package" 1>&2 | ||
exit 1 | ||
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi | ||
index 212c03947cf69c2d01619ba42297c46216e94960..5ad12d5551b83880b0b6bceaa3c4b37f4f698b99 100644 | ||
index 03ffcfc800ecbb2e0aa96819ec80f461ce9aabb8..3953068db043a902b71e15b21ecc8c255831f3bd 100644 | ||
--- a/gcc/doc/invoke.texi | ||
+++ b/gcc/doc/invoke.texi | ||
@@ -1387,13 +1387,13 @@ See RS/6000 and PowerPC Options. | ||
|
@@ -225,7 +225,7 @@ index 212c03947cf69c2d01619ba42297c46216e94960..5ad12d5551b83880b0b6bceaa3c4b37f | |
@gccoptlist{-fcall-saved-@var{reg} -fcall-used-@var{reg} @gol | ||
-ffixed-@var{reg} -fexceptions @gol | ||
-fnon-call-exceptions -fdelete-dead-exceptions -funwind-tables @gol | ||
@@ -17391,12 +17391,19 @@ Compile for GCN5 Vega 20 devices (gfx906). | ||
@@ -17428,12 +17428,19 @@ Compile for GCN5 Vega 20 devices (gfx906). | ||
Specify how many @var{bytes} of stack space will be requested for each GPU | ||
thread (wave-front). Beware that there may be many threads and limited memory | ||
available. The size of the stack allocation may also have an impact on | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0025-Add-aregparam-attribute-for-functions-for-the-m68k-b.patch
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,4 +1,4 @@ | ||
From f1172bb19c08ce7eba3c3186c89a33593fbc416a Mon Sep 17 00:00:00 2001 | ||
From 40af181631be80ed320535b34622d1f0e0d10954 Mon Sep 17 00:00:00 2001 | ||
From: Sebastian Bauer <[email protected]> | ||
Date: Sat, 27 Oct 2018 08:06:21 +0200 | ||
Subject: [PATCH 25/32] Add aregparam attribute for functions for the m68k | ||
|
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,4 +1,4 @@ | ||
From e53db4c2b30f3c3c30568bd3dc2e196da5ee669b Mon Sep 17 00:00:00 2001 | ||
From dca8e0d2bd7c91d3781384b2cd9839402b2f5220 Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Sat, 2 Jan 2021 17:22:55 +0100 | ||
Subject: [PATCH 26/32] gcc10: Don't use poisoned define. | ||
|
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,4 +1,4 @@ | ||
From 263620aa73c0696e78c050dde0a18947b02bf0ae Mon Sep 17 00:00:00 2001 | ||
From f455431356c5cfe8f96d4b23084b50a2eb06abd2 Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Sat, 2 Jan 2021 17:25:51 +0100 | ||
Subject: [PATCH 27/32] gcc10: Remove unused variable. | ||
|
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,4 +1,4 @@ | ||
From 4fc979130ca2988d686298cce2bad7961fc67b5d Mon Sep 17 00:00:00 2001 | ||
From bea3935b735674a3a2ad980a12d7bf6c7d29417e Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Sat, 2 Jan 2021 22:05:59 +0100 | ||
Subject: [PATCH 28/32] gcc10: Remove tagtype attribute. | ||
|
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,4 +1,4 @@ | ||
From 84641e62c7a44fe5379dc0788463a039cf3f8eb4 Mon Sep 17 00:00:00 2001 | ||
From b02fb01387938029a1ddbebac949a83abb087a8f Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Sat, 2 Jan 2021 22:07:45 +0100 | ||
Subject: [PATCH 29/32] gcc10: Define CC1_SPEC. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0030-gcc10-Link-lto-dump-with-athread-native.patch
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,4 +1,4 @@ | ||
From 7191941655b3022ca93fe27f0d152f626e82dee4 Mon Sep 17 00:00:00 2001 | ||
From 2f44466f446b3a8c9192c683ef31b59251225529 Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Fri, 8 Jan 2021 01:02:33 +0100 | ||
Subject: [PATCH 30/32] gcc10: Link lto-dump with -athread=native. | ||
|
2 changes: 1 addition & 1 deletion
2
gcc/10/patches/0031-gcc10-Expose-max_align_t-when-using-clib2.patch
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,4 +1,4 @@ | ||
From 1f1115e3174f4d11e45c1983ada343694f09781c Mon Sep 17 00:00:00 2001 | ||
From df70c42a1ee4f3709656d1c4e8804e479f214ca0 Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Fri, 8 Jan 2021 14:03:50 +0100 | ||
Subject: [PATCH 31/32] gcc10: Expose max_align_t when using clib2. | ||
|
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,4 +1,4 @@ | ||
From e0870fc5ae75232f34e1645ba35a00fc8899100c Mon Sep 17 00:00:00 2001 | ||
From 45e9b7826fb3c707dfb1a38b8113cba0c0590b45 Mon Sep 17 00:00:00 2001 | ||
From: "[email protected]" <[email protected]> | ||
Date: Sun, 7 Feb 2021 19:38:47 +0100 | ||
Subject: [PATCH 32/32] gcc10: Don't define __STRICT_ANSI__. | ||
|
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