July 13, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 94c35b9116fe43157738988ffba5aa2d88e0ec2a
      https://github.com/D-Programming-Language/druntime/commit/94c35b9116fe43157738988ffba5aa2d88e0ec2a
  Author: Martin Nowak <code@dawg.eu>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M posix.mak
    A src/rt/bss_section.c
    M src/rt/sections_linux.d

  Log Message:
  -----------
  fix Issue 13025 - Tools repository does not build on Ubuntu

- reference __bss_start and _end using weak symbols
  to workaround a diagnostic linker bug


  Commit: 7474e953a913125a43daad8d2c11464e795d6b6c
      https://github.com/D-Programming-Language/druntime/commit/7474e953a913125a43daad8d2c11464e795d6b6c
  Author: David Nadlinger <code@klickverbot.at>
  Date:   2014-07-14 (Mon, 14 Jul 2014)

  Changed paths:
    M posix.mak
    A src/rt/bss_section.c
    M src/rt/sections_linux.d

  Log Message:
  -----------
  Merge pull request #889 from MartinNowak/fix13025

fix Issue 13025 - Tools repository does not build on Ubuntu


Compare: https://github.com/D-Programming-Language/druntime/compare/395896f17126...7474e953a913