i8c-beta
changed/i8c-beta/gcc-toolset-13-annobin-12.32-2.el8
commit
8ee975dbd3
@ -0,0 +1 @@
|
|||||||
|
c77f60d6064617958a3c35bcd930b33e5567ac78 SOURCES/annobin-12.32.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
SOURCES/annobin-12.32.tar.xz
|
@ -0,0 +1,11 @@
|
|||||||
|
--- annobin.orig/gcc-plugin/annobin.cc 2023-04-28 09:58:05.487156290 +0100
|
||||||
|
+++ annobin-12.09/gcc-plugin/annobin.cc 2023-04-28 09:58:36.434248542 +0100
|
||||||
|
@@ -2104,7 +2104,7 @@ annobin_emit_start_sym_and_version_note
|
||||||
|
Ensure that we do not have empty special text sections so that the
|
||||||
|
annobin start symbols are never beyond the end of the sections. */
|
||||||
|
#ifndef ANNOBIN_NOP_INSN
|
||||||
|
-#define ANNOBIN_NOP_INSN ".nop"
|
||||||
|
+#define ANNOBIN_NOP_INSN "nop"
|
||||||
|
#endif
|
||||||
|
if (* suffix && enable_ppc64_nops)
|
||||||
|
annobin_emit_asm (ANNOBIN_NOP_INSN,
|
@ -0,0 +1,11 @@
|
|||||||
|
--- annobin.orig/gcc-plugin/annobin.cc 2023-06-23 09:52:10.176119281 +0100
|
||||||
|
+++ annobin-12.14/gcc-plugin/annobin.cc 2023-06-23 10:06:28.621554381 +0100
|
||||||
|
@@ -3155,7 +3155,7 @@ plugin_init (struct plugin_name_args *
|
||||||
|
versions that are needed. (Note - 2.35.2, as used by RHEL-9, is insufficient).
|
||||||
|
See BZ 2016458 for an example of where this solution is needed. */
|
||||||
|
#if GCCPLUGIN_VERSION_MAJOR >= 12
|
||||||
|
- annobin_attach_type = link_order;
|
||||||
|
+ annobin_attach_type = group;
|
||||||
|
#else
|
||||||
|
annobin_attach_type = group;
|
||||||
|
#endif
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue