May 05, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: 74502c75d6b2f64841f83c537a1f324896b28b97
      https://github.com/dlang/druntime/commit/74502c75d6b2f64841f83c537a1f324896b28b97
  Author: Jacob Carlborg <doob@me.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

  Changed paths:
    M mak/SRCS
    M posix.mak
    A src/rt/osx_tls.c
    M src/rt/sections.d
    R src/rt/sections_osx.d
    A src/rt/sections_osx_x86.d
    A src/rt/sections_osx_x86_64.d

  Log Message:
  -----------
  Add support for native TLS on OS X


  Commit: 4efbc73d69010804e83521b385055f76f9bce9f1
      https://github.com/dlang/druntime/commit/4efbc73d69010804e83521b385055f76f9bce9f1
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2016-05-05 (Thu, 05 May 2016)

  Changed paths:
    M mak/SRCS
    M posix.mak
    A src/rt/osx_tls.c
    M src/rt/sections.d
    R src/rt/sections_osx.d
    A src/rt/sections_osx_x86.d
    A src/rt/sections_osx_x86_64.d

  Log Message:
  -----------
  Merge pull request #1523 from jacob-carlborg/native_tls2

Add support for native TLS on OS X


Compare: https://github.com/dlang/druntime/compare/7780df71f6e2...4efbc73d6901