Re: failure notice

2011-11-07 Thread niXman
Diffs between stage2 and stage3. on configure libiberty for stage3 I see this warnings: configure:4962: checking for limits.h configure:4962: /home/root/gcc-build/build/gcc-trunk/./prev-gcc/xgcc -B/home/root/gcc-build/build/gcc-trunk/./prev-gcc/ -B/usr/local/i686-pc-openbsd5.0/bin/ -B/usr/local/

Re: failure notice

2008-07-30 Thread Andrew Haley
G Shyam Sundar wrote: > Hi, >I am working with a kernel module, which was compiled using GCC > 4.X, for x86_64 platform. >After dis-assembling the module object file, I see that the callq > function is always called with the next instruction of the code as the > target address(based on IP o

RE: failure notice

2008-07-30 Thread Dave Korn
G Shyam Sundar wrote on 30 July 2008 10:24: >What I want to understand is, how function calls work here? Google "linking". > I am not sure if this is the right list for this query. Please point > me to the right one if this is not. This is a binutils question really. cheers,

Re: failure notice

2008-07-30 Thread G Shyam Sundar
Hi, I am working with a kernel module, which was compiled using GCC 4.X, for x86_64 platform. After dis-assembling the module object file, I see that the callq function is always called with the next instruction of the code as the target address(based on IP only), as the offset feild followin