[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird behavior of nested functions
From: |
Yoshinori K. Okuji |
Subject: |
Re: Weird behavior of nested functions |
Date: |
Mon, 10 Nov 2003 10:10:52 +0100 |
User-agent: |
KMail/1.5 |
On Monday 10 November 2003 00:11, Marco Gerards wrote:
> Is it possible that some object files for the utils and pupa mix up?
No. The files in utils are compiled without -mrtd or -mregparm, because
otherwise they are incompatible against your C library. So it is necessary to
compile files in PUPA in per-target basis.
BTW, are you good at reading assembly code generated by GCC? For this kind of
problem, it is inevitable to take a look at what GCC produced. I myself will
try your code as soon as possible.
Okuji