projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c295e
)
fix compressed_debug_section_names definition for "zlib"
author
Martin Liska
<mliska@suse.cz>
Tue, 11 Oct 2022 13:25:06 +0000
(15:25 +0200)
committer
Martin Liska
<mliska@suse.cz>
Tue, 11 Oct 2022 13:25:49 +0000
(15:25 +0200)
bfd/ChangeLog:
* libbfd.c: Set COMPRESS_DEBUG_GABI_ZLIB for "zlib" value.
bfd/libbfd.c
patch
|
blob
|
history
diff --git
a/bfd/libbfd.c
b/bfd/libbfd.c
index 14e7d8ef34f2d4e89636d8dd29ffd41f30917cfd..3090e0ae64b0f2b688777520349f671032542fae 100644
(file)
--- a/
bfd/libbfd.c
+++ b/
bfd/libbfd.c
@@
-1249,7
+1249,7
@@
_bfd_generic_init_private_section_data (bfd *ibfd ATTRIBUTE_UNUSED,
static const struct compressed_type_tuple compressed_debug_section_names[] =
{
{ COMPRESS_DEBUG_NONE, "none" },
- { COMPRESS_DEBUG, "zlib" },
+ { COMPRESS_DEBUG
_GABI_ZLIB
, "zlib" },
{ COMPRESS_DEBUG_GNU_ZLIB, "zlib-gnu" },
{ COMPRESS_DEBUG_GABI_ZLIB, "zlib-gabi" },
{ COMPRESS_DEBUG_ZSTD, "zstd" },