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: the problem : assign the section's order in shared library based on mips platform


eagle_zhou@ali.com.tw writes:

> I want to take out the continuous part i care(only include
> .text/.data/.bss/..) from the shared library,
> and discard the those part i don't care ( dynsym/dynstr/dynamic/hash/...).

You may not care about those sections, but the dynamic linker
certainly does.  You can't remove those sections and expect the
program to continue to run on a Unix-like system, unless you write
your own dynamic linker which operates on some different principle.

Ian


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