Auto sync2gitlab import of annobin-10.67-1.el8.src.rpm
This commit is contained in:
parent
fa5121cd99
commit
cedbc97c15
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/annobin-10.67.tar.xz
|
11
annobin-annocheck-no-debuginfod.patch
Normal file
11
annobin-annocheck-no-debuginfod.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- annobin.orig/annocheck/annocheck.c 2022-03-24 11:58:57.549279537 +0000
|
||||
+++ annobin-10.58/annocheck/annocheck.c 2022-03-24 11:59:09.574237612 +0000
|
||||
@@ -21,6 +21,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <elfutils/libdwelf.h>
|
||||
#include <elfutils/libdwfl.h>
|
||||
+#undef HAVE_LIBDEBUGINFOD
|
||||
+#define HAVE_LIBDEBUGINFOD 0
|
||||
#ifndef LIBANNOCHECK
|
||||
#if HAVE_LIBDEBUGINFOD
|
||||
#include <elfutils/debuginfod.h>
|
12
annobin-nop.patch
Normal file
12
annobin-nop.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -rup annobin.orig/gcc-plugin/annobin.cc annobin-10.64/gcc-plugin/annobin.cc
|
||||
--- annobin.orig/gcc-plugin/annobin.cc 2022-04-06 12:55:02.350469755 +0100
|
||||
+++ annobin-10.64/gcc-plugin/annobin.cc 2022-04-06 12:55:28.503296390 +0100
|
||||
@@ -1851,7 +1851,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,
|
1108
annobin.spec
Normal file
1108
annobin.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user