[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] linker question



On Mon, 2009-11-23 at 00:44 +0100, Andreas Schwab wrote:
> Alan Hourihane <alanh@fairlite.co.uk> writes:
> 
> > In our linker (and I guess other m68ks too) and linking programs we get
> > multiple symbol names with the same name like this...
> >
> > 00000195 t .LC5
> > 00000e36 t .LC5
> > 0000260b t .LC5
> > 0001474a t .LC5
> > 0001d964 t .LC5
> >
> > in the same program.
> >
> > Is there anyway to stop this mangling and produce unique names ?
> 
> These symbols are not mangled, and there is nothing wrong with having
> multiple local symbols with the same name.  They originate from
> different object files and are independent from each other.

O.k, so where do these .LC names come from ?

Alan.