This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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] | |
Has anybody looked at using ld version scripts to trim down the number of symbols we export from libgcj.so?
I suspect the attached version script can trim on the order of 15,000 symbols from the .so. Unfortunately it causes ld to segv on my FC4 machine.
The idea here is to trim out symbols from boehm-gc, libffi, internal
gnu.* packages, zlib, etc. There are a lot of them!
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |