This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: strip --strip-nondebug


Nick Clifton <nickc@redhat.com> writes:

>   I am seeking comments and criticisms on the attached patch.  It adds
>   a new switch to strip:
> 
>     --strip-nondebug
> 
>   This can be used to create an output file which only contains the
>   debug information from an executable.  This would allow stripped
>   binaries to be shipped with separate debug info files, and provided
>   that the debugger supported it, they could still be debugged.

I recommend a different option name.  The other --strip* options
affect only the symbol table and the debugging information.  This new
option also affects the sections.  Maybe something like
    strip --nondebug
or
    strip --keep-debug
and don't forget
    objcopy --keep-debug

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]