1833268 Members
2568 Online
110051 Solutions
New Discussion

Re: STACK IMPLIMENTATION

 
SOLVED
Go to solution
Sudheer Kumar
Occasional Contributor

STACK IMPLIMENTATION

Hi,
I am porting GDB to HP-UX.It required some information.the following instructions are required to grow user stack.
On the SPARC,
st %o0, [%sp]
ta %icc, 1
nop
nop
ON the INTEL
movl 0,(%esp)
int3
My question is, what are the instructions for HP-UX plotform.

Your help is urgently required.
Thanks
Sudheer
We make the difference
5 REPLIES 5
Vincent Fleming
Honored Contributor

Re: STACK IMPLIMENTATION

Isn't there a ported version at www.gnu.org?
No matter where you go, there you are.
Vic Parker
Frequent Advisor

Re: STACK IMPLIMENTATION


I cannot answer your question but, I have not had a problem compiling GNU tools on HP-UX. I would insure that the configure has selected the correct OS and version for compilation. I would also maybe use gcc to compile GNU software inplace of the HP ANSI C compiler.

To use the HP compiler go to the HP Porting and Software Archieve. There are serveral around the world the last time I downloaded source I used: hpus.connect.org.uk

My $0.02,

Vic
code your own, or follow the rules
Sudheer Kumar
Occasional Contributor

Re: STACK IMPLIMENTATION

Hi Vic,
While i was opening this page, hpus.connect.org.uk
it is givign the site not found is coming. can you pls tell me from which can download the porting problems and solutions.

-Sudheer
We make the difference
Patrick Wallek
Honored Contributor
Solution

Re: STACK IMPLIMENTATION

Vic Parker
Frequent Advisor

Re: STACK IMPLIMENTATION

Opps! fat fingers I guess. Thanks for the cover Pat.

code your own, or follow the rules