Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/syslinux/syslinux-strip-gnu-property.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-04-19 18:54:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-04-19 18:54:28 +0200
commit5d4daa5dafcec498bf75d681590af11d8b960271 (patch)
treeb4c883d93608bea299203c5d0839ba92088b85f7 /core/syslinux/syslinux-strip-gnu-property.patch
parentebc2c94fc793e0524aa96ffbc38e6f09f3857766 (diff)
parent6cfca82bdbb98b7c516f990d99ac32c85e3cc247 (diff)
Merge branch 'master' of ssh://git.archlinux32.org/packages
Diffstat (limited to 'core/syslinux/syslinux-strip-gnu-property.patch')
-rw-r--r--core/syslinux/syslinux-strip-gnu-property.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/core/syslinux/syslinux-strip-gnu-property.patch b/core/syslinux/syslinux-strip-gnu-property.patch
deleted file mode 100644
index 363a1ee2..00000000
--- a/core/syslinux/syslinux-strip-gnu-property.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -rauN syslinux/mbr/i386/mbr.ld syslinux-strip-gnu-property-patch/mbr/i386/mbr.ld
---- syslinux/mbr/i386/mbr.ld 2018-10-14 13:54:59.532050409 +0200
-+++ syslinux-strip-gnu-property-patch/mbr/i386/mbr.ld 2018-10-14 14:06:48.788976484 +0200
-@@ -70,4 +70,5 @@
- .debug_typenames 0 : { *(.debug_typenames) }
- .debug_varnames 0 : { *(.debug_varnames) }
- /DISCARD/ : { *(.note.GNU-stack) }
-+ /DISCARD/ : { *(.note.gnu.property) }
- }
-diff -rauN syslinux/mbr/x86_64/mbr.ld syslinux-strip-gnu-property-patch/mbr/x86_64/mbr.ld
---- syslinux/mbr/x86_64/mbr.ld 2018-10-14 13:54:59.533050375 +0200
-+++ syslinux-strip-gnu-property-patch/mbr/x86_64/mbr.ld 2018-10-14 14:06:40.133269711 +0200
-@@ -69,4 +69,5 @@
- .debug_typenames 0 : { *(.debug_typenames) }
- .debug_varnames 0 : { *(.debug_varnames) }
- /DISCARD/ : { *(.note.GNU-stack) }
-+ /DISCARD/ : { *(.note.gnu.property) }
- }