Bug 28382 - The --dwz-single-file-mode eats the next argument
Summary: The --dwz-single-file-mode eats the next argument
Status: RESOLVED FIXED
Alias: None
Product: debugedit
Classification: Unclassified
Component: find-debuginfo (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-24 09:19 UTC by mls
Modified: 2021-09-24 10:19 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mls 2021-09-24 09:19:53 UTC
There's a bogus 'shift' statement in the processing of the --dwz-single-file-mode.
Comment 1 Mark Wielaard 2021-09-24 10:19:02 UTC
Urgh, you are right. Fixed by:

commit 73d6c2cee05928f146adf4fbb54a5ea31e1b4045
Author: Mark Wielaard <mark@klomp.org>
Date:   Fri Sep 24 12:16:07 2021 +0200

    find-debuginfo.sh: Remove bogus shift after --dwz-single-file-mode
    
    https://sourceware.org/bugzilla/show_bug.cgi?id=28382
    
    Reported-by: mls@suse.de
    Signed-off-by: Mark Wielaard <mark@klomp.org>