This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arc profiling broken


Here is some more info:

strace -e trace=file ./Hello
execve("./Hello", ["./Hello"], [/* 44 vars */]) = 0
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=110507, ...}) = 0
open("/usr/lib/libstdc++.so.3", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=2804132, ...}) = 0
open("/lib/i686/libm.so.6", O_RDONLY)   = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=624962, ...}) = 0
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=197016, ...}) = 0
open("/lib/i686/libc.so.6", O_RDONLY)   = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=5779542, ...}) = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
hello world
open("/home/nbecker/Hello.da", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=16, ...}) = 0
fstat64(3, {st_mode=S_IFREG|0664, st_size=16, ...}) = 0
arc profiling: Can't open output file /home/nbecker/Hello.da.


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