aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/elfutils/patches/111-fix-gcc11-build.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-01-03 15:18:33 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-08 19:50:46 +0200
commit1795bd2f1b3b30620805033d3fa5e22ae68fd6d6 (patch)
tree7f846ed91b71a02a601fa286de7e11bd96624cfa /package/libs/elfutils/patches/111-fix-gcc11-build.patch
parent30fb675847251d3ca745201acf21dc0dca446f13 (diff)
downloadupstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.tar.gz
upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.tar.bz2
upstream-1795bd2f1b3b30620805033d3fa5e22ae68fd6d6.zip
elfutils: update to 0.182
Add --disable-libdebuginfod with remove libcurl dependency. Remove totally unused host elfutils. Refreshed and rebased patches. Also happens to fix compilation with GCC11. Newer versions of elfutils seem to have some kind of dependency on obstack. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/elfutils/patches/111-fix-gcc11-build.patch')
-rw-r--r--package/libs/elfutils/patches/111-fix-gcc11-build.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/libs/elfutils/patches/111-fix-gcc11-build.patch b/package/libs/elfutils/patches/111-fix-gcc11-build.patch
deleted file mode 100644
index 1ec880e34e5..00000000000
--- a/package/libs/elfutils/patches/111-fix-gcc11-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/libebl/libebl.h
-+++ b/libebl/libebl.h
-@@ -245,7 +245,7 @@ extern ssize_t ebl_register_info (Ebl *e
- Each of these is filled with the DWARF register number corresponding,
- or -1 if there is none. Returns zero when the information is available. */
- extern int ebl_syscall_abi (Ebl *ebl, int *sp, int *pc,
-- int *callno, int args[6]);
-+ int *callno, int args[]);
-
- /* Supply the ABI-specified state of DWARF CFI before CIE initial programs.
-
---- a/libdw/libdw.h
-+++ b/libdw/libdw.h
-@@ -1065,7 +1065,7 @@ extern int dwarf_frame_cfa (Dwarf_Frame
- expressions in the CFI, *OPS is an internal pointer that can be used as
- long as the Dwarf_CFI used to create FRAME remains alive. */
- extern int dwarf_frame_register (Dwarf_Frame *frame, int regno,
-- Dwarf_Op ops_mem[3],
-+ Dwarf_Op ops_mem[],
- Dwarf_Op **ops, size_t *nops)
- __nonnull_attribute__ (3, 4, 5);
-