[Bug debugedit/31504] debugedit writes out ELF file even when nothing has been updated
allan at archlinux dot org
sourceware-bugzilla@sourceware.org
Thu Mar 21 00:05:49 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=31504
--- Comment #2 from Allan McRae <allan at archlinux dot org> ---
This partially fixes the issue we are seeing in Arch Linux.
Debugedit keeps the extra data when using:
LANG=C debugedit --no-recompute-build-id \
--list-file /dev/stdout "$1"
But still removes the data when using:
LANG=C debugedit --no-recompute-build-id \
--base-dir "${srcdir}" \
--dest-dir "${dbgsrcdir}" \
--list-file /dev/stdout "$1"
This happens even when there are no source files found, so debugedit would make
no changes.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Debugedit
mailing list