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]

"strip -R" with lots of arguments?



I need to remove a few thousand sections out of an ar-archive. I can't
fit them all on the command line, since most OSes have a hard limit of
something around 2kb on argv[].

Is there any way to pass in a file with a list of sections to remove,
similar to "objcopy --strip-symbols=<file>"?

Right now I'm doing this in multiple passes, and it takes way longer
than it should.

  - a


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