Shifting labels in constants

Raul Hudea rhudea@develop4all.com
Fri May 10 03:50:00 GMT 2002


Hi,

I want to do something like this:


.section .text
.align 16
.L1:
        .long ((.L2) >> 1 )

.L2:
    nop


but I keep getting the following error:
Error: invalid section for operation

Any ideas why?

Thanks,
Raul.



More information about the Binutils mailing list