diff options
author | Nick Hainke <vincent@systemli.org> | 2022-11-02 16:18:34 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-11-05 14:07:46 +0000 |
commit | bef3699ad5f6a5d41570b9c45b702ceb2c03f129 (patch) | |
tree | f16a7a3c653f23ea784e658aa421fc694c4c80eb /package/libs/elfutils/patches/101-no-fts.patch | |
parent | e0e7e349fa93c8f147e32395d2d20936badf3d5a (diff) | |
download | upstream-bef3699ad5f6a5d41570b9c45b702ceb2c03f129.tar.gz upstream-bef3699ad5f6a5d41570b9c45b702ceb2c03f129.tar.bz2 upstream-bef3699ad5f6a5d41570b9c45b702ceb2c03f129.zip |
elfutils: update to 1.88
Release Notes:
https://sourceware.org/pipermail/elfutils-devel/2022q4/005561.html
Refresh patches:
- 003-libintl-compatibility.patch
- 100-musl-compat.patch
- 101-no-fts.patch
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/elfutils/patches/101-no-fts.patch')
-rw-r--r-- | package/libs/elfutils/patches/101-no-fts.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/elfutils/patches/101-no-fts.patch b/package/libs/elfutils/patches/101-no-fts.patch index c4f0b88233..29a6c4b36c 100644 --- a/package/libs/elfutils/patches/101-no-fts.patch +++ b/package/libs/elfutils/patches/101-no-fts.patch @@ -1,6 +1,6 @@ --- a/libdwfl/argp-std.c +++ b/libdwfl/argp-std.c -@@ -53,9 +53,6 @@ static const struct argp_option options[ +@@ -51,9 +51,6 @@ static const struct argp_option options[ { "linux-process-map", 'M', "FILE", 0, N_("Find addresses in files mapped as read from FILE" " in Linux /proc/PID/maps format"), 0 }, @@ -10,7 +10,7 @@ { "debuginfo-path", OPT_DEBUGINFO, "PATH", 0, N_("Search path for separate debuginfo files"), 0 }, { NULL, 0, NULL, 0, NULL, 0 } -@@ -82,15 +79,6 @@ static const Dwfl_Callbacks proc_callbac +@@ -80,15 +77,6 @@ static const Dwfl_Callbacks proc_callbac .find_elf = INTUSE(dwfl_linux_proc_find_elf), }; @@ -26,7 +26,7 @@ /* Structure held at state->HOOK. */ struct parse_opt { -@@ -223,43 +211,6 @@ parse_opt (int key, char *arg, struct ar +@@ -221,43 +209,6 @@ parse_opt (int key, char *arg, struct ar } break; |