From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 3.4.6/gentoo/
Date: Wed, 12 Jun 2019 21:30:56 +0000 (UTC) [thread overview]
Message-ID: <1560375032.499dc858cc4152f30ac4e2e6aa43a38afd6c5548.slyfox@gentoo> (raw)
commit: 499dc858cc4152f30ac4e2e6aa43a38afd6c5548
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 21:30:32 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 21:30:32 2019 +0000
URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=499dc858
3.4.6: backport gperf inlining fix
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
3.4.6/gentoo/93_all_gperf-inline.patch | 22 ++++++++++++++++++++++
3.4.6/gentoo/README.history | 3 +++
2 files changed, 25 insertions(+)
diff --git a/3.4.6/gentoo/93_all_gperf-inline.patch b/3.4.6/gentoo/93_all_gperf-inline.patch
new file mode 100644
index 0000000..c8ed142
--- /dev/null
+++ b/3.4.6/gentoo/93_all_gperf-inline.patch
@@ -0,0 +1,22 @@
+--- a/gcc/java/keyword.gperf
++++ b/gcc/java/keyword.gperf
+@@ -34,7 +34,7 @@ static unsigned int hash (const char *, unsigned int);
+ #ifdef __GNUC__
+ __inline
+ #endif
+-const struct java_keyword *java_keyword (const char *, unsigned int);
++static const struct java_keyword *java_keyword (const char *, unsigned int);
+ %%
+ abstract, ABSTRACT_TK
+ default, DEFAULT_TK
+--- a/gcc/java/keyword.h
++++ b/gcc/java/keyword.h
+@@ -34,7 +34,7 @@ static unsigned int hash (const char *, unsigned int);
+ #ifdef __GNUC__
+ __inline
+ #endif
+-const struct java_keyword *java_keyword (const char *, unsigned int);
++static const struct java_keyword *java_keyword (const char *, unsigned int);
+
+ #define TOTAL_KEYWORDS 52
+ #define MIN_WORD_LENGTH 2
diff --git a/3.4.6/gentoo/README.history b/3.4.6/gentoo/README.history
index 549063a..d7969e2 100644
--- a/3.4.6/gentoo/README.history
+++ b/3.4.6/gentoo/README.history
@@ -1,3 +1,6 @@
+2 TODO
+ + 93_all_gperf-inline.patch
+
1.9 1 Jun 2019
- 00_all_gcc-trampolinewarn.patch
+ 91_all_ucontext-to-ucontext_t.patch
next reply other threads:[~2019-06-12 21:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 21:30 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-10-27 19:45 [gentoo-commits] proj/gcc-patches:master commit in: 3.4.6/gentoo/ Sergei Trofimovich
2019-10-21 22:16 Sergei Trofimovich
2019-06-15 19:11 Sergei Trofimovich
2019-06-15 19:01 Sergei Trofimovich
2019-06-01 10:01 Sergei Trofimovich
2018-11-30 7:37 Sergei Trofimovich
2018-09-30 12:27 Sergei Trofimovich
2018-09-29 20:31 Sergei Trofimovich
2018-09-16 16:10 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=1560375032.499dc858cc4152f30ac4e2e6aa43a38afd6c5548.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