Hi, I found that labels begining with .L don't appear in the symbols exported from an assembly file (found via objdump -t). Other labels are exported even if they are not declared .globl I didn't find any documentation for this feature. Is this how it was designed? I would also like to know if there are other ways of making labels local. Thanks. -Amit