bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/3384] New: readelf displays shortened program interpreter


From: iblue at gmx dot net
Subject: [Bug binutils/3384] New: readelf displays shortened program interpreter path
Date: 18 Oct 2006 16:49:40 -0000

Looks like the path is shortened to 63 chars. And BTW: Ignore the paths
(.../toolchains/b_i386-pc-linux-gnu/...). The host, target and build triplets
are correct.

Look at this:
address@hidden:~/WorkingCopys/codename_c/src$ export | grep PATH
declare -x
PATH="/home/iblue/WorkingCopys/codename_c/src/b/toolchains/b_i386-pc-linux-gnu/bin:/bin:/usr/bin"
address@hidden:~/WorkingCopys/codename_c/src$ echo "main(){}" > foo.c
address@hidden:~/WorkingCopys/codename_c/src$ gcc foo.c
address@hidden:~/WorkingCopys/codename_c/src$ readelf -l a.out | grep 
interpreter
      [Requesting program interpreter:
/home/iblue/WorkingCopys/codename_c/src/b/toolchains/b_i386-pc-]
address@hidden:~/WorkingCopys/codename_c/src$ strings a.out
/home/iblue/WorkingCopys/codename_c/src/b/toolchains/b_i386-pc-linux-gnu/lib/ld-linux.so.2
__gmon_start__
libc.so.6
_IO_stdin_used
__libc_start_main
GLIBC_2.0
PTRh
QVht
[^_]
address@hidden:~/WorkingCopys/codename_c/src$ ./a.out
address@hidden:~/WorkingCopys/codename_c/src$

-- 
           Summary: readelf displays shortened program interpreter path
           Product: binutils
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: iblue at gmx dot net
                CC: bug-binutils at gnu dot org
 GCC build triplet: i486-linux-gnu
  GCC host triplet: i486-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=3384

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]