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: Strange linking behaviour in conjunction with ARM-EABI unwinding routines (__cxa_begin_cleanup)


________________________________
Von: Andreas Schwab <schwab@suse.de>

>Weak references don't pull in archive members.


Ok, thank you. We found the linker option '-u symbol' to handle this for each symbol separately:
"Force symbol to be entered in the output file as an undefined symbol. Doing this may, for example, trigger linking of additional modules from standard libraries."
Is there a way (preferred: a linker option) to change this in general?

Regards,
Thomas Schmid


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