740-sh-pr24836.patch 679 B

12345678910111213141516171819202122232425
  1. http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348
  2. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836
  3. --- gcc/gcc/configure.ac (revision 106699)
  4. +++ gcc/gcc/configure.ac (working copy)
  5. @@ -2446,7 +2446,7 @@
  6. tls_first_minor=14
  7. tls_as_opt="-m64 -Aesame --fatal-warnings"
  8. ;;
  9. - sh-*-* | sh[34]-*-*)
  10. + sh-*-* | sh[34]*-*-*)
  11. conftest_s='
  12. .section ".tdata","awT",@progbits
  13. foo: .long 25
  14. --- gcc/gcc/configure
  15. +++ gcc/gcc/configure
  16. @@ -14846,7 +14846,7 @@
  17. tls_first_minor=14
  18. tls_as_opt="-m64 -Aesame --fatal-warnings"
  19. ;;
  20. - sh-*-* | sh[34]-*-*)
  21. + sh-*-* | sh[34]*-*-*)
  22. conftest_s='
  23. .section ".tdata","awT",@progbits
  24. foo: .long 25