public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.9.0-6
Date: Mon, 29 Jun 2026 12:26:14 GMT [thread overview]
Message-ID: <178273597434.1.12468464697243946481.rpms-gcc-033def827be2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 033def827be27f1abbe1b83242f245312fd314ae
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2014-05-29T21:26:29+02:00
Stats : +0/-36 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/033def827be27f1abbe1b83242f245312fd314ae?branch=rhel-f41-base
Log:
4.9.0-6
---
diff --git a/gcc.spec b/gcc.spec
index 52716bc..57e3c75 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -196,7 +196,6 @@ Patch12: gcc49-no-add-needed.patch
Patch14: gcc49-pr56493.patch
Patch15: gcc49-color-auto.patch
Patch16: gcc49-libgo-p224.patch
-Patch17: gcc49-aarch64-ada.patch
Patch1100: cloog-%{cloog_version}-ppc64le-config.patch
@@ -723,7 +722,6 @@ package or when debugging this package.
%endif
%patch16 -p0 -b .libgo-p224~
rm -f libgo/go/crypto/elliptic/p224{,_test}.go
-%patch17 -p0 -b .aarch64-ada~
%if 0%{?_enable_debug_packages}
cat > split-debuginfo.sh <<\EOF
diff --git a/gcc49-aarch64-ada.patch b/gcc49-aarch64-ada.patch
deleted file mode 100644
index 958bc40..0000000
--- a/gcc49-aarch64-ada.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-2014-04-22 Richard Henderson <rth@redhat.com>
-
- * init.c [__linux__] (HAVE_GNAT_ALTERNATE_STACK): New define.
- (__gnat_alternate_stack): Enable for all linux except ia64.
-
---- gcc/ada/init.c
-+++ gcc/ada/init.c
-@@ -556,9 +556,14 @@ __gnat_error_handler (int sig, siginfo_t *si ATTRIBUTE_UNUSED, void *ucontext)
- Raise_From_Signal_Handler (exception, msg);
- }
-
--#if defined (i386) || defined (__x86_64__) || defined (__powerpc__)
--/* This must be in keeping with System.OS_Interface.Alternate_Stack_Size. */
--char __gnat_alternate_stack[16 * 1024]; /* 2 * SIGSTKSZ */
-+#ifndef __ia64__
-+#define HAVE_GNAT_ALTERNATE_STACK 1
-+/* This must be in keeping with System.OS_Interface.Alternate_Stack_Size.
-+ It must be larger than MINSIGSTKSZ and hopefully near 2 * SIGSTKSZ. */
-+# if 16 * 1024 < MINSIGSTKSZ
-+# error "__gnat_alternate_stack too small"
-+# endif
-+char __gnat_alternate_stack[16 * 1024];
- #endif
-
- #ifdef __XENO__
-@@ -612,7 +617,7 @@ __gnat_install_handler (void)
- sigaction (SIGBUS, &act, NULL);
- if (__gnat_get_interrupt_state (SIGSEGV) != 's')
- {
--#if defined (i386) || defined (__x86_64__) || defined (__powerpc__)
-+#ifdef HAVE_GNAT_ALTERNATE_STACK
- /* Setup an alternate stack region for the handler execution so that
- stack overflows can be handled properly, avoiding a SEGV generation
- from stack usage by the handler itself. */
next reply other threads:[~2026-06-29 12:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:26 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:26 [rpms/gcc] rhel-f41-base: 4.9.0-6 Jakub Jelinek
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=178273597434.1.12468464697243946481.rpms-gcc-033def827be2@fedoraproject.org \
--to=jakub@redhat.com \
--cc=git-commits@fedoraproject.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