From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 638DF392AC3C; Tue, 15 Nov 2022 20:52:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 638DF392AC3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668545540; bh=5F4KUm13sDt/Y789R5wRR0zNnIDNjFj1ll2X0IZyCEc=; h=From:To:Subject:Date:From; b=xA4d9u0ozCACCRRf8ubyfFY/ld+XJV9Lauoo/HnWH4KJC4+9zVd+tNFfPi6UHGv3V u2XGGwZs+jsdMj1KQ1Bi2s9KSZxDtfimYKgnd+OMxi46DAwyAxTaQmuP3tghK/EZAS 1U5yYfy8fW1PNRD6v42HsUOPVHrFRfxlPoK9dICc= From: "zhuorong.lin at outlook dot com" To: elfutils-devel@sourceware.org Subject: [Bug tools/29786] New: Unable to understand, in objdump, the user is not using the name, so using a.out Date: Tue, 15 Nov 2022 20:52:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhuorong.lin at outlook dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29786 Bug ID: 29786 Summary: Unable to understand, in objdump, the user is not using the name, so using a.out Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: unassigned at sourceware dot org Reporter: zhuorong.lin at outlook dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Unable to understand, in objdump, the user is not using the name, so using a.out Why not use an empty string? elfutils-0.187\src\objdump.c ``` if (remaining =3D=3D argc) /* The user didn't specify a name so we use a.out. */ result =3D process_file ("a.out", false); ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=