public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] fix compressed_debug_section_names definition for "zlib"
@ 2022-10-11 13:27 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-10-11 13:27 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=735fab23d68d66678eaa19e5751c49091c3bd299

commit 735fab23d68d66678eaa19e5751c49091c3bd299
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Oct 11 15:25:06 2022 +0200

    fix compressed_debug_section_names definition for "zlib"
    
    bfd/ChangeLog:
    
            * libbfd.c: Set COMPRESS_DEBUG_GABI_ZLIB for "zlib" value.

Diff:
---
 bfd/libbfd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/libbfd.c b/bfd/libbfd.c
index 14e7d8ef34f..3090e0ae64b 100644
--- 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" },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-11 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 13:27 [binutils-gdb] fix compressed_debug_section_names definition for "zlib" Martin Liska

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).