Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37515508
en ru br
Репозитории ALT
S:2.41-alt1
5.1: 2.19.51.0.14-alt4
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
www.altlinux.org/Changes

Другие репозитории
Upstream:2.18

Группа :: Разработка/Прочее
Пакет: binutils

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0013-readelf-objdump-enable-wide-option-by-default.patch
Скачать


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 */
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin