Difference between .comm and .globl + .zerofill
Difference between .comm and .globl + .zerofill
- Subject: Difference between .comm and .globl + .zerofill
- From: Jonas Maebe <email@hidden>
- Date: Thu, 16 Jun 2005 19:34:18 +0200
Hello,
What is the practical difference between the following two
(assembler) declarations, apart from the fact that the former cannot
be used in dynamic libraries and the latter can be?
.text
.align 2
.comm _a, 4
and
.globl _a
.data
.zerofill __DATA, __common, _a, 4, 2
Thanks,
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden