.section ... "ax" vs #alloc, #execinstr

From: Eli Carter (eli.carter@inet.com)
Date: Tue Apr 15 2003 - 15:06:34 EST


Some of the assembly files use
.section ".start", "ax"
and others use
.section ".start", #alloc, #execinstr
(and not just for .start, try
find -name \*.S | xargs grep -e '\.section'
)

These appear to be equivelent, if not somebody clue me in please. :)
Which is the prefered form? The latter seems to provide a bit more for
the human, so I'd vote that direction... ;)

Thanks,

Eli
--------------------. "If it ain't broke now,
Eli Carter \ it will be soon." -- crypto-gram
eli.carter(a)inet.com `-------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:36 EST