SHA256
1
0
forked from pool/elfutils

Accepting request 636604 from home:marxin:branches:Base:System

- Update to version 0.174
  libelf, libdw and all tools now handle extended shnum and
  shstrndx correctly.
  elfcompress: Don't rewrite input file if no section data needs
               updating. Try harder to keep same file mode bits
               (suid) on rewrite.
  strip: Handle mixed (out of order) allocated/non-allocated
         sections.
  unstrip: Handle SHT_GROUP sections.
  backends: RISCV and M68K now have backend implementations to
            generate CFI based backtraces.

OBS-URL: https://build.opensuse.org/request/show/636604
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=119
This commit is contained in:
2018-09-20 08:57:32 +00:00
committed by Git OBS Bridge
parent d8431e91b3
commit 04c54122e5
6 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 17 10:21:35 UTC 2018 - Martin Liška <mliska@suse.cz>
- Update to version 0.174
libelf, libdw and all tools now handle extended shnum and
shstrndx correctly.
elfcompress: Don't rewrite input file if no section data needs
updating. Try harder to keep same file mode bits
(suid) on rewrite.
strip: Handle mixed (out of order) allocated/non-allocated
sections.
unstrip: Handle SHT_GROUP sections.
backends: RISCV and M68K now have backend implementations to
generate CFI based backtraces.
-------------------------------------------------------------------
Wed Aug 15 12:37:46 UTC 2018 - antoine.belvire@opensuse.org