include/asm

wu_yb (wu_yb@263.net)
Mon, 20 Sep 1999 09:23:26 +0800


There are following codes in inculde/asm/spinlock.h
"lock; btsl $0, %0
jc 2f
.section .text.lock, "ax"
...
.previous"

Is the ".text.lock" a subsection of section ".text", the manual
of GAS just told me that a subsection is of format ".text 0", not
.text.lock,
Does ".previous" refer the previous code section, I can't
find such directive in GAS manual.
Can any body help me. ( Please CC to me)

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