From: Eli Carter <eli.carter@inet.com>
To: LKML <linux-kernel@vger.kernel.org>
Subject: .section ... "ax" vs #alloc, #execinstr
Date: Tue, 15 Apr 2003 15:06:34 -0500 [thread overview]
Message-ID: <3E9C664A.503@inet.com> (raw)
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 `-------------------------------------------------
next reply other threads:[~2003-04-15 19:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-15 20:06 Eli Carter [this message]
2003-04-15 23:05 ` .section ... "ax" vs #alloc, #execinstr Russell King
2003-04-15 23:06 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E9C664A.503@inet.com \
--to=eli.carter@inet.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox