This is the mail archive of the binutils@sourceware.org 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: Can't discard .symtab?


On Tue, Feb 06, 2007 at 07:20:38PM +0000, John Levon wrote:
> .note.GNU-stack was successfully discarded, but I couldn't get rid of
> .symtab or .strtab. Am I missing something obvious here? Similarly I
> can't get ld to output .symtab in a new section e.g.:

They're not loadable.  You can't assign them to a phdr, or discard
them, though you can strip the binary (or ld -s).

-- 
Daniel Jacobowitz
CodeSourcery


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