From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 8.4.0/gentoo/
Date: Fri, 28 Aug 2020 19:03:14 +0000 (UTC) [thread overview]
Message-ID: <1598641279.55f08879d45d61d7cef8306ce5f4d0f7ba15cfeb.slyfox@gentoo> (raw)
commit: 55f08879d45d61d7cef8306ce5f4d0f7ba15cfeb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 19:01:19 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 19:01:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=55f08879
8.4.0: backport 'objdump' lookup for plugins
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
8.4.0/gentoo/31_all_plugin-objdump.patch | 34 ++++++++++++++++++++++++++++++++
8.4.0/gentoo/README.history | 3 +++
2 files changed, 37 insertions(+)
diff --git a/8.4.0/gentoo/31_all_plugin-objdump.patch b/8.4.0/gentoo/31_all_plugin-objdump.patch
new file mode 100644
index 0000000..a9c33fd
--- /dev/null
+++ b/8.4.0/gentoo/31_all_plugin-objdump.patch
@@ -0,0 +1,34 @@
+https://gcc.gnu.org/PR95648
+--- a/config/gcc-plugin.m4
++++ b/config/gcc-plugin.m4
+@@ -45,7 +45,7 @@ AC_DEFUN([GCC_ENABLE_PLUGINS],
+ ;;
+ *)
+ if test x$build = x$host; then
+- export_sym_check="objdump${exeext} -T"
++ export_sym_check="$ac_cv_prog_OBJDUMP -T"
+ elif test x$host = x$target; then
+ export_sym_check="$gcc_cv_objdump -T"
+ else
+--- a/gcc/configure
++++ b/gcc/configure
+@@ -30386,7 +30386,7 @@ fi
+ ;;
+ *)
+ if test x$build = x$host; then
+- export_sym_check="objdump${exeext} -T"
++ export_sym_check="$ac_cv_prog_OBJDUMP -T"
+ elif test x$host = x$target; then
+ export_sym_check="$gcc_cv_objdump -T"
+ else
+--- a/libcc1/configure
++++ b/libcc1/configure
+@@ -14819,7 +14819,7 @@ fi
+ ;;
+ *)
+ if test x$build = x$host; then
+- export_sym_check="objdump${exeext} -T"
++ export_sym_check="$ac_cv_prog_OBJDUMP -T"
+ elif test x$host = x$target; then
+ export_sym_check="$gcc_cv_objdump -T"
+ else
diff --git a/8.4.0/gentoo/README.history b/8.4.0/gentoo/README.history
index ded29d0..c9566f7 100644
--- a/8.4.0/gentoo/README.history
+++ b/8.4.0/gentoo/README.history
@@ -1,3 +1,6 @@
+3 TODO
+ + 31_all_plugin-objdump.patch
+
2 29 May 2020
+ 29_all_libcpp-ar.patch
+ 30_all_alignof-failure-PR90736.patch
next reply other threads:[~2020-08-28 19:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-28 19:03 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 10:29 [gentoo-commits] proj/gcc-patches:master commit in: 8.4.0/gentoo/ Sergei Trofimovich
2021-03-04 11:02 Sergei Trofimovich
2020-12-29 9:55 Sergei Trofimovich
2020-11-08 11:46 Sergei Trofimovich
2020-05-29 21:27 Sergei Trofimovich
2020-05-04 18:01 Sergei Trofimovich
2020-04-19 9:46 Sergei Trofimovich
2020-03-04 11:52 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598641279.55f08879d45d61d7cef8306ce5f4d0f7ba15cfeb.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox