This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

what is the meaning of ENTRY?


hello,
I am reading arm linux kernel and find some codes as follows in head-armv.s:

.section ".text.init",#alloc,#execinstr
.type	stext, #function
ENTRY(stext)

I have read the gas manual,but didn't find the explanation of "ENTRY",
is it a directive of gas? Is "stext" a label and what is its value?

Thanks first!
kierf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]