diff options
author | Kyle Guinn <elyk03@gmail.com> | 2022-02-19 03:43:32 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 15:12:44 +0700 |
commit | 43ef5db833820dd22a2cf7c9cb8dfd70da71665e (patch) | |
tree | f7581c17a51d09d7ed82bbafd00d8fcdec6593a9 /system/memtest86+/patches | |
parent | c9687b46580ab257c6a72621f49cf20c4b8c3169 (diff) |
system/memtest86+: Patch for newer binutils
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memtest86+/patches')
-rw-r--r-- | system/memtest86+/patches/discard-note_gnu_property.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/memtest86+/patches/discard-note_gnu_property.patch b/system/memtest86+/patches/discard-note_gnu_property.patch new file mode 100644 index 0000000000000..7c1179f077588 --- /dev/null +++ b/system/memtest86+/patches/discard-note_gnu_property.patch @@ -0,0 +1,9 @@ +--- a/memtest.bin.lds 2020-04-12 17:14:51.000000000 +0200 ++++ b/memtest.bin.lds 2021-12-04 14:54:33.178625382 +0100 +@@ -11,5 +11,6 @@ + *(.data) + _end = . ; + } ++ /DISCARD/ : { *(.note.gnu.property) } + _syssize = (_end - _start + 15) >> 4; + } |