[MPlayer-dev-eng] [PATCH] Use local labels to avoid clashes caused by -ftracer

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed May 27 14:29:07 CEST 2009


On Tue, May 26, 2009 at 10:30:09PM +0200, Luca Barbato wrote:
> mp3lib has some inline asm using .LNN labels, -ftracer makes that block
> appear twice, the labels clash, using local labels the problem
> disappear. I picked the numeric over the $ notation, maybe the latter is
> more readable.

Are you sure this works? I think for local labels at the jump location you have to
add a "f" or "b" depending on jump direction?
I admit I never read the documentation about that part, I just copied the code from
somewhere when I had to.



More information about the MPlayer-dev-eng mailing list