public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/25] Patches for building with mingw/gcc msvc/clang-cl
 2022-12-20 14:04 UTC  (46+ messages)
` [PATCH 01/25] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
` [PATCH 02/25] ignore build directory
` [PATCH 03/25] libebl: There is no need #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.c
` [PATCH 04/25] libelf/libdwfl: Remove "#define LIB_SYSTEM_H 1" in libelf_crc32.c and libdwfl_crc32.c
` [PATCH 05/25] use #include <system.h> instead platform depended header <endian.h> in libdw/memory-access.h
` [PATCH 06/25] move platform depended include into system.h of libebl
` [PATCH 07/25] move platform depended include into system.h of libasm, libcpu, libdw, libdwfl and libdwelf
` [PATCH 08/25] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h
` [PATCH 09/25] include libgen.h in system.h
` [PATCH 10/25] libcpu: Remove the need of NMNES by using enum
` [PATCH 11/25] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc
` [PATCH 12/25] libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" is enough and can be recognized by clang-cl on windows in i386_data.h
` [PATCH 13/25] libdw: typeof -> __typeof that can be recognized by both clang-cl and gcc
` [PATCH 14/25] libdw: check __OPTIMIZE__ in dwarf_whatattr.c and dwarf_whatform.c to match the header
` [PATCH 15/25] lib: Implement error properly even when not HAVE_ERR_H
` [PATCH 16/25] libeu: Move the implementation of pwrite_retry, write_retry and pread_retry from header to source
` [PATCH 19/25] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it

[PATCH v3] Add support for Synopsys ARCv2 processors
 2022-12-20 11:56 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-12-19 23:56 UTC 

[PATCH] Add support for LoongArch
 2022-12-19 23:06 UTC  (3+ messages)

[PATCH][RFC] readelf: partial support of ZSTD compression
 2022-12-19 15:16 UTC  (17+ messages)
                ` [PATCHv2] support ZSTD compression algorithm

[PATCH v2 00/16] Patches for building with mingw/gcc msvc/clang-cl
 2022-12-19 12:32 UTC  (18+ messages)
` [PATCH v2 01/16] ignore build directory
` [PATCH v2 02/16] move platform depended include into system.h of libebl
` [PATCH v2 03/16] Use configure to detect HAVE_DECL_MMAP and use it for system doesn't provide sys/mman.h
` [PATCH v2 04/16] Fixes usage of basename about prototype differences
` [PATCH v2 05/16] libcpu: Remove the need of NMNES by using enum
` [PATCH v2 06/16] libcpu: Use __asm instead asm that can be recognized by both clang-cl and gcc
` [PATCH v2 07/16] libdw: Fixes compile of dwarf_whatattr.c and dwarf_whatform.c
` [PATCH v2 08/16] lib: Implement error properly even when not HAVE_ERR_H
` [PATCH v2 09/16] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long instead on win32
` [PATCH v2 10/16] libasm: stdio_ext.h are not present "
` [PATCH v2 11/16] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and libebl.h
` [PATCH v2 12/16] libasm/debuginfod: fchmod doesn't present on win32
` [PATCH v2 13/16] lib: isatty is not available on windows
` [PATCH v2 14/16] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE)
` [PATCH v2 15/16] libelf: F_GETFD may not predefined with msvc/mingw, guard the usage of it
` [PATCH v2 16/16] lib: Use HAVE_LIBINTL_H to guard #include <libintl.h>

[Bug general/29767] New: run-backtrace-native-core{,-biarch}.sh Tests Fail
 2022-12-16 22:33 UTC  (10+ messages)
` [Bug general/29767] "

[PATCH 0/7] Enable building libelf of elfutils on win32
 2022-12-16 21:12 UTC  (14+ messages)
` [PATCH 1/7] Rename 'hello2.spec.' -> 'hello2.spec' 'hello3.spec.' -> 'hello3.spec'
` [PATCH 6/7] Fixes building with msvc/clang mingw/gcc
` [PATCH 7/7] Add CMake build files

[PATCH] Add support for ARCv2
 2022-12-15  8:49 UTC  (10+ messages)
` [PATCH v2] "

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-12-13 17:11 UTC 

[PATCH] libdwfl: Read no more than required to parse dynamic sections
 2022-12-13 16:49 UTC  (6+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-12-12 20:57 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed configure (failure) (master)
 2022-12-12 16:33 UTC  (3+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-12-12 14:31 UTC 

dwarf_nextcu can't handle abbrev offset correctly ?
 2022-12-02  2:03 UTC  (3+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-29 10:00 UTC 

[PATCH] Missing newline for: elfcompress -t zlib-gnu a.out -force
 2022-11-28 14:43 UTC  (2+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-28 13:30 UTC 

[Bug tools/29719] New: eu-readelf -s=section is confusing
 2022-11-28  9:59 UTC  (6+ messages)
` [Bug tools/29719] "

[PATCH] readelf: print warning for -sW
 2022-11-25 17:27 UTC  (2+ messages)

[PATCH RFC] backends: Add RISC-V object attribute printing
 2022-11-25 16:29 UTC  (3+ messages)

[PATCH] libebl: Do not require EI_OSABI for IFUNC
 2022-11-25 13:06 UTC  (3+ messages)

[Bug tools/29826] New: eu-readelf prints out LOOS+0 instead of "IFUNC"
 2022-11-24 12:23 UTC  (2+ messages)
` [Bug tools/29826] "

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-21 17:48 UTC 

[PATCH] debuginfod: Initialize response_data early in debuginfod-client query
 2022-11-21 17:22 UTC  (2+ messages)

Issue 53588 in oss-fuzz: elfutils:fuzz-libelf: Timeout in fuzz-libelf
 2022-11-20 15:52 UTC 

Issue 49759 in oss-fuzz: elfutils:fuzz-libelf: Timeout in fuzz-libelf
 2022-11-18 15:38 UTC 

Proposing Sourceware as SFC member project
 2022-11-15 21:44 UTC  (3+ messages)
` Sourceware accepted "
  ` Sourceware infrastructure presentation and community Q&A

[Bug tools/29786] New: Unable to understand, in objdump, the user is not using the name, so using a.out
 2022-11-15 20:55 UTC  (2+ messages)
` [Bug tools/29786] "

[Bug debuginfod/29472] New: Support querying the debuginfod-server for metadata
 2022-11-10 17:12 UTC  (4+ messages)
` PATCH: Bug debuginfod/29472 followup

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-07 17:55 UTC 

[COMMITTED] debuginfod-client.c: Don't treat 0 as an error code
 2022-11-07 16:32 UTC 

[COMMITTED] debuginfod_find_section: Always update rc with most recent error code
 2022-11-07 16:19 UTC  (3+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-04 22:29 UTC 

[Bug libdw/29434] New: Memory leak in `dwarf_getscopes`
 2022-11-03 16:58 UTC  (7+ messages)
` [Bug libdw/29434] "

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-03 15:44 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-03 15:27 UTC 

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-03 14:45 UTC 

patch, debuginfod
 2022-11-03 14:12 UTC 

[COMMITTED] readelf: Check gelf_getdyn doesn't return NULL
 2022-11-03 13:18 UTC 

[COMMITTED] libdw: Don't dereference and assign values we are skipping
 2022-11-03 13:18 UTC 

[COMMITTED] readelf: Check phdr != NULL or shdr != NULL in handle_dynamic
 2022-11-03 13:17 UTC 

[Bug libelf/29744] New: Please Provide the libelf.h standard and source documents
 2022-11-03  3:36 UTC 

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-02 17:32 UTC 

[COMMITTED] debuginfod: Mark extract_section function static
 2022-11-02 17:03 UTC 

elfutils 0.188 released
 2022-11-02 14:55 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-02 14:19 UTC  (2+ messages)

[COMMITTED] Prepare for 0.188
 2022-11-02 12:56 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-02 12:06 UTC  (2+ messages)

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-02  0:22 UTC 

[PATCH OB] Changelog: Update entries from previous commits
 2022-11-02  0:14 UTC 

[PATCH OB] run-debuginfod-section.sh: Avoid zstd-compressed rpms
 2022-11-01 23:56 UTC 

[PATCH OB] debuginfod-client: Fix out-of-bounds write
 2022-11-01 23:55 UTC 

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-11-01 23:03 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-11-01 21:28 UTC 

[PATCH v3] debuginfod: Support queries for ELF/DWARF sections
 2022-11-01 20:29 UTC  (4+ messages)

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-31 13:51 UTC 

Proposed elfutils 0.188 release in Wednesday
 2022-10-31 11:15 UTC 

[PATCH] readelf: add binutils-style --syms option
 2022-10-30  9:12 UTC  (3+ messages)

[Bug general/29571] New: Add 'Key to Flags' to eu-readelf output
 2022-10-30  1:10 UTC  (3+ messages)
` [Bug general/29571] "

[Bug tools/29498] New: Is it expected that eu-strip strips .note.GNU-stack
 2022-10-28 23:06 UTC  (3+ messages)
` [Bug tools/29498] "

[COMMITTED] libelf: Sync elf.h from glibc
 2022-10-28 22:31 UTC 

[PATCH] debuginfod-client: Add DEBUGINFOD_HEADERS_FILE
 2022-10-28 10:10 UTC  (2+ messages)

[Bug libdw/29711] New: In libdw.h struct Dwarf, struct Dwarf_Abbrev is defined using typedef and not using #include <libdwP.h> is not the way to comply with the specification?
 2022-10-27 21:30 UTC  (2+ messages)
` [Bug libdw/29711] "

[Bug libdw/29695] New: In libelf.h struct Elf, struct Elf_Scn is defined using typedef and not using #include <libelfP.h> is not the way to comply with the specification?
 2022-10-27 20:55 UTC  (2+ messages)
` [Bug libelf/29695] "

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-10-27 19:50 UTC 

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)
 2022-10-27 19:25 UTC 

[PATCH] configure.ac: Update AC_PROG_CC and AC_PROG_LEX for autoconf 2.70
 2022-10-27 16:49 UTC  (2+ messages)

[COMMITTED] Use grep -E instead of egrep, use grep -F instead of fgrep
 2022-10-27 16:37 UTC 

[COMMITTED] config: Add BuildRequires socat for run-debuginfod-response-headers.sh
 2022-10-27 16:31 UTC 

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)
 2022-10-27 14:11 UTC 

One shot mode for debuginfod server
 2022-10-27 13:37 UTC  (2+ messages)

[PATCH] readelf: Handle DW_LLE_GNU_view_pair
 2022-10-27 13:30 UTC  (2+ messages)

[PATCH v2] debuginfod: Support queries for ELF/DWARF sections
 2022-10-26 17:57 UTC  (8+ messages)
` [PATCH] "

You have received sourceware.org Files #-2068735186
 2022-10-25  8:00 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).