This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Tricky wrapping problem


Tom St Denis <tstdenis@ellipticsemi.com> writes:

> From what I understand ranlib makes an index of exported symbol names
> so the linker has one list to work with.

That is correct, but all modern ar programs do this automatically (where
"modern" means the last 15 years or so).  The only reason to ever run
ranlib these days is if you run ar with the S option.

Ian


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