From 9337990f921340104d26befc46565b68d22444c1 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 11 Sep 2023 19:21:39 +0200 Subject: ia64 patch upstreamed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../0004-Fix-miscompilation-on-ia64-s-gcc-10.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 9999/0004-Fix-miscompilation-on-ia64-s-gcc-10.patch diff --git a/9999/0004-Fix-miscompilation-on-ia64-s-gcc-10.patch b/9999/0004-Fix-miscompilation-on-ia64-s-gcc-10.patch deleted file mode 100644 index 8357101..0000000 --- a/9999/0004-Fix-miscompilation-on-ia64-s-gcc-10.patch +++ /dev/null @@ -1,32 +0,0 @@ -From ed428afb4c6353692fba6cedaa2f9db7bc9fb551 Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich -Date: Sat, 11 Jul 2020 20:06:51 +0300 -Subject: [PATCH 4/9] Fix miscompilation on ia64's gcc-10 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Bug: https://bugs.gentoo.org/723268 -Signed-off-by: Andreas K. Hüttel ---- - sysdeps/unix/sysv/linux/ia64/dl-sysdep.h | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h b/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h -index 3e4d5da820..eb7681b704 100644 ---- a/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h -+++ b/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h -@@ -32,7 +32,9 @@ - #ifndef __ASSEMBLER__ - /* Don't declare this as a function---we want it's entry-point, not - it's function descriptor... */ --extern int _dl_sysinfo_break attribute_hidden; -+/* Use section ".text" to force far GPREL64 relocation instead of -+ GPREL22 . */ -+extern int _dl_sysinfo_break attribute_hidden __attribute__((section(".text"))); - # define DL_SYSINFO_DEFAULT ((uintptr_t) &_dl_sysinfo_break) - # define DL_SYSINFO_IMPLEMENTATION \ - asm (".text\n\t" \ --- -2.39.3 - -- cgit v1.2.3-65-gdbad