x86: Solaris fixes
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 16 Jan 2015 19:31:37 +0000 (11:31 -0800)
committerRichard Henderson <rth@twiddle.net>
Fri, 16 Jan 2015 19:32:11 +0000 (11:32 -0800)
commitf1560b7bbeb57042a32dfde487c3d21bd9ef6a51
treeb689725bcd0ed7d1c0333f360cb61f7f39fdfbd5
parente46842b4149e19106a9eb6066ef022d8b6a7ad5d
x86: Solaris fixes

* Solaris/x86 /bin/as doesn't support .org, so I've just disabled the
  uses in src/x86/{sysv, unix64}.S, as on Darwin.
* Solaris/x86 needs to use EH_FRAME_FLAGS so manually and compiler
  generated .eh_frame sections match, otherwise libffi.so fails to link:
* Solaris/x86 /bin/as has different COMDAT syntax; I've disabled it for
  the moment.
src/x86/sysv.S
src/x86/unix64.S