12 lines
611 B
Diff
12 lines
611 B
Diff
--- annobin.orig/tests/glibc-notes-test 2021-09-29 16:46:01.347694363 +0100
|
|
+++ annobin-10.06/tests/glibc-notes-test 2021-09-29 16:46:42.253411494 +0100
|
|
@@ -44,7 +44,7 @@ $GCC -pie -Wl,-z,now hello.o hello2.o he
|
|
|
|
# Run annocheck
|
|
|
|
-$ANNOCHECK glibc-notes.exe --skip-cf-protection --skip-property-note --skip-stack-realign --ignore-gaps --skip-entry --skip-dynamic-tags > glibc-notes.out
|
|
+$ANNOCHECK glibc-notes.exe --skip-cf-protection --skip-property-note --skip-stack-realign --ignore-gaps --skip-entry --skip-dynamic-tags --skip-lto > glibc-notes.out
|
|
grep -e "PASS" glibc-notes.out
|
|
if [ $? != 0 ];
|
|
then
|