May 09, 2012
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 09c1ddcc58656a155c893a245a73fba54b90a5f0
      https://github.com/D-Programming-Language/druntime/commit/09c1ddcc58656a155c893a245a73fba54b90a5f0
  Author: alexrp <xtzgzorex@gmail.com>
  Date:   2012-05-07 (Mon, 07 May 2012)

  Changed paths:
    M posix.mak
    R src/core/threadasm.S
    M win32.mak

  Log Message:
  -----------
  Remove threadasm.S.

This file is only useful on PPC, which we do not support. It is meant to back LDC's fiber support, but since this repository is specifically for DMD, it doesn't belong here. Rather, it should be moved downstream to LDC's druntime repository* (GDC already has the file in its druntime copy, with additional changes).

* http://github.com/ldc-developers/druntime


  Commit: f66067edc21777106e39f16e30eae3b28cc4b156
      https://github.com/D-Programming-Language/druntime/commit/f66067edc21777106e39f16e30eae3b28cc4b156
  Author: Sean Kelly <sean@invisibleduck.org>
  Date:   2012-05-09 (Wed, 09 May 2012)

  Changed paths:
    M posix.mak
    R src/core/threadasm.S
    M win32.mak

  Log Message:
  -----------
  Merge pull request #208 from alexrp/remove-threadasm

Remove threadasm.S.


Compare: https://github.com/D-Programming-Language/druntime/compare/c97b1e9...f66067e