This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

64-bit Solaris and shared libraries


64-bit Solaris systems require 0 in e_flags of the ELF header (implying
RMO code).  gas currently defaults to TSO for sparc64, so you can't use
gcc to create a working .so without also using -Wa,-TSO.

Should gas be changed to always default to TSO? Or should GCC pass -TSO
to the assembler was suggested here:

	http://gcc.gnu.org/ml/gcc-bugs/2002-09/msg00742.html

Modifying gas certainly seems like a safe choice.

AG





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