This is the mail archive of the binutils@sources.redhat.com 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]

[ld script] Can I limit the stack size?


Hello, all. 
I have a question about linker script. 
My linker script has the following line

.stack 0xf000 : { _stack = .; *(.stack) *(._stack) }

so I can set the stack start address. 
I wonder if I also could set the maximum size of
stack. 

I'm using mn103000 cross compiler. 
Thank you in advance. 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

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