the problem : assign the section's order in shared library based on mips platform

Ian Lance Taylor ian@wasabisystems.com
Thu Nov 11 04:39:00 GMT 2004


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



More information about the Binutils mailing list