]> git.pld-linux.org Git - packages/strace.git/blame - strace-binutils2.36.patch
Up to 5.16.
[packages/strace.git] / strace-binutils2.36.patch
CommitLineData
3cc77632
JP
1From 6d092c52d00b99780f6eee546af04fc6b944cdd6 Mon Sep 17 00:00:00 2001
2From: Martin Liska <mliska@suse.cz>
3Date: Wed, 3 Feb 2021 11:54:26 +0100
4Subject: [PATCH] readelf --debug-dump=info --wide output changes in 2.36
5
6As seen here https://sourceware.org/bugzilla/show_bug.cgi?id=27309
7the output format is changed. Not using --wide mode fixes the problem.
8---
9 mpers.sh | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/mpers.sh b/mpers.sh
13index b28ef703b..942da0807 100755
14--- a/src/mpers.sh
15+++ b/src/mpers.sh
16@@ -46,7 +46,7 @@ for m_type; do
17 continue
18 sed -i -e '/DEF_MPERS_TYPE/d' "${f_c}"
19 $CC $CFLAGS $CC_ARCH_FLAG "${f_c}" -o "${f_o}"
20- $READELF --wide --debug-dump=info "${f_o}" > "${f_d1}"
21+ $READELF --debug-dump=info "${f_o}" > "${f_d1}"
22 sed -r -n '
23 /^[[:space:]]*<1>/,/^[[:space:]]*<1><[^>]+>: Abbrev Number: 0/!d
24 /^[[:space:]]*<[^>]*><[^>]*>: Abbrev Number: 0/d
This page took 0.027975 seconds and 4 git commands to generate.