[no subject]

2022-08-01 Thread Raja Raju via Gcc
rajaraju6...@gmail.co

gnu gcc 3.4.6 debug procedure

2009-02-03 Thread raja . saleru
ot visible. somebody can explain the procedure for gcc debugging ? Thanks and Regards Raja Saleru

unspec_volatile() RTL template

2009-02-03 Thread raja . saleru
Hi, Can anybody explain about the unspec_volatile() rtl template usage, sample example and the purpose of it. Thanks and Regards Raja Saleru

Re: help needed on gcc instruction scheduling with unspec_volatile()

2009-02-02 Thread raja . saleru
g unspec_volatile in > the RTL template makes the instruction a scheduling barrier and a > memory barrier. Can you give more information or link to understand more about unspec_volatile ? The information available in gcc internals is not sufficient. Thanks and Regards Raja Saleru > raja.sa

help needed on gcc instruction scheduling with unspec_volatile()

2009-02-02 Thread raja . saleru
unspec_volatile(). If the instruction is scheduled using this, does this make the instruction out of scope of scheduler ? Please help us to understand the above. Thanks in advance Raja Saleru

Re: gcc-4.3.2 build break at multilib glibc

2008-12-15 Thread raja . saleru
successfully. We need to use newlib. when to link with gcc ? whether using newlib will solve the above error ? Can you mention some link or guidelines on usage of newlib for the above target ? Thanks and Regards Raja Saleru >> Hi, I am trying to cross compile the gcc-4.3.2 for arm based dsp

gcc-4.3.2 build break at multilib glibc

2008-12-15 Thread raja . saleru
#x27; conftest.c:10:19: error: stdio.h: No such file or directory conftest.c:11:23: error: sys/types.h: No such file or directory conftest.c:12:22: error: sys/stat.h: No such file or directory …………… Thanks in Advance Raja Saleru

gcc-4.3.2 cross build error

2008-12-13 Thread raja . saleru
ocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Thanks and Regards Raja Saleru

Re: gmon.out creation procedure

2008-05-20 Thread raja . saleru
) ? is it gcrt0 ? after control return from main() function ? Thanks and Regards Raja > 2008/5/19 <[EMAIL PROTECTED]>: >> Hi, >> >> I am Raja, I need a favor on understand how the gmon.out file is >> created. >> Please help me. >> >> 1.

gmon.out creation procedure

2008-05-19 Thread raja . saleru
Hi, I am Raja, I need a favor on understand how the gmon.out file is created. Please help me. 1. gmon.c is available in both gcc and glibc. Which is the one used to create gmon.out ? 2. Can you brief how profile information required to create gmon.out is captured?¡¡Which are the functions are

Two Library files with same name

2006-07-31 Thread raja
ees -lfoo, how does it resolve? -lbar depends on -lfoo at location A and -lbaz depends on -lfoo at location B. Thank you, Raja