[D-runtime] [D-Programming-Language/druntime] 8231b4: Don't abuse X86 and X86_64 to make bitness-based d...

noreply at github.com noreply at github.com
Thu Dec 1 07:48:39 PST 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime

  Commit: 8231b4c134b215cd9521a4055a871281f7fee507
      https://github.com/D-Programming-Language/druntime/commit/8231b4c134b215cd9521a4055a871281f7fee507
  Author: alexrp <xtzgzorex at gmail.com>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M src/core/stdc/inttypes.d
  M src/core/stdc/stdint.d
  M src/core/sys/posix/sys/types.d
  M src/object_.d
  M src/rt/aaA.d

  Log Message:
  -----------
  Don't abuse X86 and X86_64 to make bitness-based decisions; use D_LP64 instead.


  Commit: 5712165acb5f2bd8edbe32b6437003e67fc6ac62
      https://github.com/D-Programming-Language/druntime/commit/5712165acb5f2bd8edbe32b6437003e67fc6ac62
  Author: alexrp <xtzgzorex at gmail.com>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M src/rt/dmain2.d
  M src/rt/memset.d

  Log Message:
  -----------
  Use D_InlineAsm_X86(_64) to determine whether inline assembly should be built, not X86(_64).


  Commit: 70f5abdb3197482e78c10fe46afc7a10fa6f6819
      https://github.com/D-Programming-Language/druntime/commit/70f5abdb3197482e78c10fe46afc7a10fa6f6819
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M src/core/stdc/inttypes.d
  M src/core/stdc/stdint.d
  M src/core/sys/posix/sys/types.d
  M src/object_.d
  M src/rt/aaA.d
  M src/rt/dmain2.d
  M src/rt/memset.d

  Log Message:
  -----------
  Merge pull request #93 from alexrp/master

Don't abuse X86 and X86_64 to make bitness-based decisions; use D_LP64 instead.


Compare: https://github.com/D-Programming-Language/druntime/compare/29f33bf...70f5abd


More information about the D-runtime mailing list