Comment 4 for bug 721531

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [armel] Confirmed toolchain regression when using & in an if statement on a function

So the issue isn't that & is working incorrectly, the issue is that the address of main according to gcc is given as 0x8391 and this seems to not be what we want. (gdb has a different idea of main's address, for instance - 0x8396.)