bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/19030] ld generates .so/x86 with bad phdr so the Android linker


From: ian at airs dot com
Subject: [Bug ld/19030] ld generates .so/x86 with bad phdr so the Android linker won't dlopen
Date: Thu, 01 Oct 2015 13:36:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19030

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #4 from Ian Lance Taylor <ian at airs dot com> ---
The option -no-enum-size-warning is handled as -n -o -enum-size-warning.  In
other words, the -n option, followed by the -o option, setting the name of the
output file to -enum-size-warning.  Perhaps in your case you had a subsequent
-o option setting a different output file name--that last -o option on the
command line takes precedence.

Yes, one dash or two makes a difference.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

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