Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37519071
en ru br
ALT Linux repositórios
S:2.41-alt1
5.0: 2.18.50.0.9-alt5
4.1: 2.17.50.0.6-alt4
4.0: 2.17.50.0.6-alt1
3.0: 2.15.94.0.2.2-alt3

Outros repositórios
Upstream:2.18

Group :: Desenvolvimento/Outros
RPM: binutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0013-readelf-objdump-enable-wide-option-by-default.patch
Download


From: Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
Date: Thu, 9 Sep 2021 20:15:24 +0300
Subject: readelf, objdump: enable --wide option by default
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index defaced..defaced 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -106,7 +106,7 @@ int do_trace_abbrevs;
 int do_trace_aranges;
 int do_debug_addr;
 int do_debug_cu_index;
-int do_wide;
+int do_wide = true;
 int do_debug_links;
 int do_follow_links = DEFAULT_FOR_FOLLOW_LINKS;
 bool do_checks;
diff --git a/binutils/objdump.c b/binutils/objdump.c
index defaced..defaced 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -108,7 +108,7 @@ static bool disassemble;		/* -d */
 static bool disassemble_all;		/* -D */
 static int disassemble_zeroes;		/* --disassemble-zeroes */
 static bool formats_info;		/* -i */
-static int wide_output;			/* -w */
+static int wide_output = true;		/* -w */
 static int insn_width;			/* --insn-width */
 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */
 static bfd_vma stop_address = (bfd_vma) -1;  /* --stop-address */
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009