Using linker script instead of library in Gold
Aleksandar Simeonov
Aleksandar.Simeonov@RT-RK.com
Wed Jul 13 15:46:00 GMT 2011
More information about the Binutils mailing list
Wed Jul 13 15:46:00 GMT 2011
- Previous message (by thread): Where's bfd.h
- Next message (by thread): Using linker script instead of library in Gold
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Ian, I have one short question today. Situation is as follow: instead of having lib.so as shared library, on our Linux distribution we have ld linker script: /* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */ OUTPUT_FORMAT(elf32-tradlittlemips) GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) Is Gold capable of using it (for ld is enough to put -lc in command line) and if yes, what command option should be used? Thanks in advance for your answer. Aleksandar
- Previous message (by thread): Where's bfd.h
- Next message (by thread): Using linker script instead of library in Gold
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list