bug-gnu-utils
[Top][All Lists]
Advanced

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

strip 2.12.1 bug


From: Michael Lee
Subject: strip 2.12.1 bug
Date: Tue, 28 May 2002 15:34:01 -0400 (EDT)

preamble:
    OS: Solaris x86 2.8
    binutil version: 2.12.1
    gcc version: 3.1 uses native "as" and "ld" (not binutil's)
    a.out: a simple "hello world" program

command line:
    $ strip -v a.out
    copy from a.out(elf32-i386) to styxaOdL(elf32-i386)
    BFD: styxaOdL: warning: allocated section `.interp' not in segment

    $ a.out
    Killed
 
    $ file a.out
    a.out:          ELF 32-bit LSB executable 80386 Version 1, dynamically 
linked, stripped

    $ ldd a.out
    ldd: a.out: execution failed due to signal 9

The problem goes away when I use binutil's linker.

-ml




reply via email to

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