public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* .section ... "ax" vs  #alloc, #execinstr
@ 2003-04-15 20:06 Eli Carter
  2003-04-15 23:05 ` Russell King
  2003-04-15 23:06 ` Daniel Jacobowitz
  0 siblings, 2 replies; 3+ messages in thread
From: Eli Carter @ 2003-04-15 20:06 UTC (permalink / raw)
  To: LKML

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 `-------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-15 22:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-15 20:06 .section ... "ax" vs #alloc, #execinstr Eli Carter
2003-04-15 23:05 ` Russell King
2003-04-15 23:06 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox