Fwd: GCC label numbering

2010-09-07 Thread Joel
Hello, Apparently, at least for MIPS target, GCC generates labels starting from 2: $L2, $L3, etc. Do you know why the numbering begins at 2? Regards, Joel

Re: Fwd: GCC label numbering

2010-09-07 Thread Andrew Haley
On 09/07/2010 02:12 PM, Joel wrote: > Hello, > Apparently, at least for MIPS target, GCC generates labels starting > from 2: $L2, $L3, etc. > Do you know why the numbering begins at 2? When I saw this question before, I thought that it'd be easy to find out by debugging gcc. However, I also thoug