This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

RE: Problem with the stack on m68k


On Wed, 17 May 2000, Majka, Matthew (NM75) wrote:

> Date: Wed, 17 May 2000 12:20:06 -0600
> From: "Majka, Matthew (NM75)" <Matthew.Majka@honeywell.com>
> To: 'Noah Aklilu' <naklilu@ualberta.ca>, crossgcc@sourceware.cygnus.com
> Subject: RE: Problem with the stack on m68k
> 
> The m68k stack grows from high memory to low memory.
> You control the size of the stack by allocating as much
> space as you want and putting the high address in the
> %sp.
> 
> 

I use my linker script to set the stack address and it seems
to decrement ok when I trace programs.  Most of my problem
seems to be related to what is happening to data inside
the regions of the stack allocated by c functions using
link.

Noah Aklilu
aklilu@nyquist.ee.ualberta.ca
http://www.ee.ualberta.ca/~aklilu/
"Integrity is something you do when no one is looking"



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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