> sparc/sparc.h currently defaults to TARGET_SUN_TLS. All other SPARC > targets and Solaris with GNU as have to override this, although this is > only needed on Solaris/SPARC with the native assembler. > > To simplify the code, this patch switches the default to TARGET_SUN_TLS > set to 0, removing the need for all the overrides. > > TARGET_GNU_TLS is only used in two places and can be replaced by > !TARGET_SUN_TLS, too. > > Bootstrapped without regressions on sparc-sun-solaris2.11 (as and gas) > and sparc64-unknown-linux-gnu. > > Ok for trunk?
OK, thanks. -- Eric Botcazou
