This is the mail archive of the gcc@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]

sparc-solaris 2.7 problems


We've experienced some problems with gcc-2.8.1 and Solaris 7.
Is this problem still in egcs?

This is what one of our developers wrote right now:

  "Watch out for gcc-2.8.1 on Solaris 7 sparc machines. It generates
   assembler code which contains .uaword directives, which in turn
   generates code with R_SPARC_UA32 relocations, which /usr/bin/ld.so
   has buggy support for (it doesn't relocate the MSB).
   
   Recomended patch:
   Edit gcc-2.8.1/config/sparc/sol2.h, and replace '.uahalf' with
   '.half' and '.uaword' with '.word'."

/Mirar


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