"strip -R" with lots of arguments?

Ian Lance Taylor ian@airs.com
Thu Jan 31 22:41:00 GMT 2002


Nick Clifton <nickc@cambridge.redhat.com> writes:

> Long answer: It should not be too hard this support though.  Have a
> look at the function find_section_list() in binutils/objcopy.c.  All
> you need to do it detect if 'name' starts with a special character
> (maybe '@' ?) and if it does, interpret the rest of the name as a
> filename to be loaded and repeatedly passed to find_section_list().

Don't do it that way.  The day after you write that patch somebody
will start using section names which start with '@'.  You have to use
a different option.

Ian



More information about the Binutils mailing list