https://sourceware.org/bugzilla/show_bug.cgi?id=29786
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 == argc)
/* The user didn't specify a name so we use a.out. */
result = process_file ("a.out", false);
```
--
You are receiving this mail because:
You are on the CC list for the bug.