Compare commits
No commits in common. "a9-beta-bootstrap" and "c8" have entirely different histories.
a9-beta-bo
...
c8
@ -1 +1 @@
|
|||||||
e34f6f0934feb73fe56e9202f1cc043834926f34 SOURCES/annobin-13.14.tar.xz
|
54956e8dfce9d977814449907acaeb26c50dd1cc SOURCES/annobin-11.13.tar.xz
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/annobin-13.14.tar.xz
|
SOURCES/annobin-11.13.tar.xz
|
||||||
|
|||||||
12
SOURCES/annobin-annocheck-no-debuginfod.patch
Normal file
12
SOURCES/annobin-annocheck-no-debuginfod.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -rup annobin.orig/annocheck/annocheck.c annobin-11.12/annocheck/annocheck.c
|
||||||
|
--- annobin.orig/annocheck/annocheck.c 2023-03-03 16:09:24.659603476 +0000
|
||||||
|
+++ annobin-11.12/annocheck/annocheck.c 2023-03-03 16:09:57.249530355 +0000
|
||||||
|
@@ -20,6 +20,8 @@
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <elfutils/libdwelf.h>
|
||||||
|
#include <elfutils/libdwfl.h>
|
||||||
|
+#undef HAVE_LIBDEBUGINFOD
|
||||||
|
+#define HAVE_LIBDEBUGINFOD 0
|
||||||
|
#ifndef LIBANNOCHECK
|
||||||
|
#include <rpm/rpmlib.h>
|
||||||
|
#if HAVE_LIBDEBUGINFOD
|
||||||
12
SOURCES/annobin-nop.patch
Normal file
12
SOURCES/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,
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user